Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 25 of 121) sorted by relevance

12345

/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c286 static void brcms_free(struct brcms_info *wl) in brcms_free() argument
291 if (wl->fw.fw_cnt) in brcms_free()
292 brcms_ucode_data_free(&wl->ucode); in brcms_free()
293 if (wl->irq) in brcms_free()
294 free_irq(wl->irq, wl); in brcms_free()
297 tasklet_kill(&wl->tasklet); in brcms_free()
299 if (wl->pub) { in brcms_free()
300 brcms_debugfs_detach(wl->pub); in brcms_free()
301 brcms_c_module_unregister(wl->pub, "linux", wl); in brcms_free()
305 if (wl->wlc) { in brcms_free()
[all …]
H A Ducode_loader.c40 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode) in brcms_ucode_data_init() argument
44 rc = brcms_check_firmwares(wl); in brcms_ucode_data_init()
47 brcms_ucode_init_buf(wl, (void **)&ucode->d11lcn0bsinitvals24, in brcms_ucode_data_init()
50 rc : brcms_ucode_init_buf(wl, (void **)&ucode->d11lcn0initvals24, in brcms_ucode_data_init()
53 rc : brcms_ucode_init_buf(wl, (void **)&ucode->d11lcn1bsinitvals24, in brcms_ucode_data_init()
56 rc : brcms_ucode_init_buf(wl, (void **)&ucode->d11lcn1initvals24, in brcms_ucode_data_init()
59 brcms_ucode_init_buf(wl, (void **)&ucode->d11lcn2bsinitvals24, in brcms_ucode_data_init()
62 rc : brcms_ucode_init_buf(wl, (void **)&ucode->d11lcn2initvals24, in brcms_ucode_data_init()
65 rc : brcms_ucode_init_buf(wl, (void **)&ucode->d11n0absinitvals16, in brcms_ucode_data_init()
68 rc : brcms_ucode_init_buf(wl, (void **)&ucode->d11n0bsinitvals16, in brcms_ucode_data_init()
[all …]
H A Dmac80211_if.h38 struct brcms_info *wl; member
91 void brcms_init(struct brcms_info *wl);
92 uint brcms_reset(struct brcms_info *wl);
93 void brcms_intrson(struct brcms_info *wl);
94 u32 brcms_intrsoff(struct brcms_info *wl);
95 void brcms_intrsrestore(struct brcms_info *wl, u32 macintmask);
96 int brcms_up(struct brcms_info *wl);
97 void brcms_down(struct brcms_info *wl);
98 void brcms_txflowcontrol(struct brcms_info *wl, struct brcms_if *wlif,
100 bool brcms_rfkill_set_hw_state(struct brcms_info *wl);
[all …]
H A Dphy_shim.c35 struct brcms_info *wl; /* pointer to os-specific private state */ member
39 struct brcms_info *wl, in wlc_phy_shim_attach() argument
49 physhim->wl = wl; in wlc_phy_shim_attach()
64 brcms_init_timer(physhim->wl, fn, arg, name); in wlapi_init_timer()
85 brcms_intrson(physhim->wl); in wlapi_intrson()
90 return brcms_intrsoff(physhim->wl); in wlapi_intrsoff()
95 brcms_intrsrestore(physhim->wl, macintmask); in wlapi_intrsrestore()
H A Dled.h28 void brcms_led_unregister(struct brcms_info *wl);
29 int brcms_led_register(struct brcms_info *wl);
31 static inline void brcms_led_unregister(struct brcms_info *wl) {}; in brcms_led_unregister() argument
32 static inline int brcms_led_register(struct brcms_info *wl) in brcms_led_register() argument
H A Ducode_loader.h46 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode);
50 int brcms_ucode_init_buf(struct brcms_info *wl, void **pbuf, unsigned int idx);
51 int brcms_ucode_init_uint(struct brcms_info *wl, size_t *n_bytes,
54 int brcms_check_firmwares(struct brcms_info *wl);
/src/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl41 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
359 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
361 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
362 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
363 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
364 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
365 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
366 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
367 &RIP1($C,$D,$E,$A,$B,$wl[ 8],$sl[ 8],0);
[all …]
/src/sys/contrib/openzfs/config/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,'
74 wl='-Wl,'
77 wl='-Wl,'
80 wl='-Wl,-Wl,,'
83 wl='-Wl,'
[all …]
/src/contrib/tcsh/
H A Dtw.comp.c403 tw_dollar(const Char *str, Char **wl, size_t nwl, Char **result, Char sep, in tw_dollar() argument
423 Strbuf_append(&buf, wl[num]); in tw_dollar()
455 Char *buf, **vec, **wl; in tw_complete() local
464 wl = xmalloc(((Strlen(line) + 1) / 2 + 2) * sizeof (*wl)); in tw_complete()
465 cleanup_push(wl, xfree); in tw_complete()
468 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) { in tw_complete()
477 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND))) in tw_complete()
484 for (wordno = 1; (wl[wordno] = tw_tok(NULL)) != NULL && in tw_complete()
485 wl[wordno] != INVPTR; wordno++) in tw_complete()
488 if (wl[wordno] == INVPTR) { /* Found a meta character */ in tw_complete()
[all …]
/src/sys/contrib/dev/rtw89/
H A Dcoex.c883 struct rtw89_btc_wl_info *wl = &cx->wl; in _send_fw_cmd() local
891 } else if (!wl->status.map.init_ok) { in _send_fw_cmd()
896 } else if ((wl->status.map.rf_off_pre == BTC_LPS_RF_OFF && in _send_fw_cmd()
897 wl->status.map.rf_off == BTC_LPS_RF_OFF) || in _send_fw_cmd()
898 (wl->status.map.lps_pre == BTC_LPS_RF_OFF && in _send_fw_cmd()
899 wl->status.map.lps == BTC_LPS_RF_OFF)) { in _send_fw_cmd()
924 struct rtw89_btc_wl_info *wl = &btc->cx.wl; in _reset_btc_var() local
951 wl_linfo = &wl->rlink_info[i][0]; in _reset_btc_var()
953 wl_linfo = &wl->link_info[i]; in _reset_btc_var()
1108 struct rtw89_btc_wl_info *wl = &cx->wl; in _chk_btc_err() local
[all …]
/src/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h70 static inline void __ipv6_addr_set_half(__be32 *addr, __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument
74 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half()
75 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half()
79 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half()
80 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half()
86 addr[1] = wl; in __ipv6_addr_set_half()
/src/contrib/openpam/m4/
H A Dlibtool.m41084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup'
1094 AS_VAR_APPEND([_lt_dar_allow_undefined], [' $wl-no_fixup_chains'])
1119 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1144 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2039 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2052 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2915 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
[all …]
/src/contrib/libevent/m4/
H A Dlibtool.m41066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1112 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2024 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2876 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/src/contrib/ldns/m4/
H A Dlibtool.m41066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1112 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1998 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2854 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/src/contrib/ntp/sntp/m4/
H A Dlibtool.m41067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1078 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1080 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1088 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1113 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1999 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2855 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/src/contrib/openbsm/m4/
H A Dlibtool.m41067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1078 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1080 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1088 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1113 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1999 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2855 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/src/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m41067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1078 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1080 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1088 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1113 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1999 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2855 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/src/contrib/file/m4/
H A Dlibtool.m41069 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1071 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1085 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1110 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2010 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2023 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2875 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3395 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]
/src/contrib/unbound/
H A Daclocal.m41090 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1092 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1096 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1098 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup'
1100 AS_VAR_APPEND([_lt_dar_allow_undefined], [' $wl-no_fixup_chains'])
1125 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1150 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2045 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2058 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2921 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
[all …]
/src/contrib/openbsm/
H A Dconfigure8396 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8746 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
8755 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
8762 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
8797 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
8798 export_dynamic_flag_spec='$wl-E'
8805 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
8806 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
8823wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
8828wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/src/contrib/openpam/
H A Dconfigure11704 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
12058 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
12067 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
12074 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
12110 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
12111 export_dynamic_flag_spec='$wl-E'
12118 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
12119 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
12136wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
12141wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/src/crypto/krb5/src/ccapi/server/win/
H A DWorkItem.cpp123 wl.push_front(item); in add()
132 bEmpty = wl.empty() & 1; in remove()
136 *item = wl.back(); in remove()
137 wl.pop_back(); in remove()
/src/contrib/libevent/
H A Dconfigure9496 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9846 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
9855 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
9862 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9898 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9899 export_dynamic_flag_spec='$wl-E'
9906 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
9907 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
9924wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
9929wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/src/contrib/file/
H A Dconfigure10366 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10722 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
10731 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
10738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10774 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10775 export_dynamic_flag_spec='$wl-E'
10782 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
10783 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
10800wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
10805wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/src/sbin/savecore/
H A Dsavecore.c619 size_t nr, wl; in DoRegularFile() local
650 wl = BUFFERSIZE; in DoRegularFile()
651 if (wl > (size_t)dumpsize) in DoRegularFile()
652 wl = dumpsize; in DoRegularFile()
653 nr = read(fd, buf, roundup(wl, sectorsize)); in DoRegularFile()
654 if (nr != roundup(wl, sectorsize)) { in DoRegularFile()
668 nw = fwrite(buf, 1, wl, fp); in DoRegularFile()
670 nw = sparsefwrite(buf, wl, fp); in DoRegularFile()
672 (size_t)nw != wl)) { in DoRegularFile()
681 dmpcnt += wl; in DoRegularFile()
[all …]

12345