/src/lib/libcurses/ |
delwin.c | 54 struct __winlist *wl, *pwl; local in function:delwin 84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) { 85 if (wl->winp != win) 88 pwl->nextp = wl->nextp; 90 screen->winlistp = wl->nextp; 91 free(wl); [all...] |
/src/sys/kern/ |
vfs_wapbl.c | 119 struct mount *wl_mount; /* r: mountpoint wl is associated with */ 242 #define WAPBL_USE_FUA(wl) \ 243 (wapbl_allow_dpofua && ISSET((wl)->wl_dkcache, DKCACHE_FUA)) 244 #define WAPBL_JFLAGS(wl) \ 245 (WAPBL_USE_FUA(wl) ? (wl)->wl_jwrite_flags : 0) 246 #define WAPBL_JDATA_FLAGS(wl) \ 247 (WAPBL_JFLAGS(wl) & B_MEDIA_DPO) /* only DPO */ 286 static void wapbl_inodetrk_init(struct wapbl *wl, u_int size); 287 static void wapbl_inodetrk_free(struct wapbl *wl); 505 struct wapbl *wl; local in function:wapbl_start 1622 struct wapbl *wl; local in function:wapbl_biodone [all...] |
/src/games/dab/ |
player.cc | 56 void PLAYER::wl(size_t sc) function in class:PLAYER
|
player.h | 61 void wl(size_t sc);
|
main.cc | 83 p[0]->wl(p[1]->getScore()); 84 p[1]->wl(p[0]->getScore());
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 1007 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD 1009 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err 1031 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 1052 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD 1053 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err 1067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ; [all...] |
/src/sys/sys/ |
wapbl.h | 180 void wapbl_jlock_assert(struct wapbl *wl); 181 void wapbl_junlock_assert(struct wapbl *wl); 183 void wapbl_print(struct wapbl *wl, int full, void (*pr)(const char *, ...)
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
stm32mp157a-iot-box.dts | 16 regulator-name = "wl-reg";
|
qcom-msm8974-lge-nexus5-hammerhead.dts | 228 regulator-name = "wl-reg"; 738 wlan_sleep_clk_pin: wl-sleep-clk { 746 wlan_regulator_pin: wl-reg-active {
|
qcom-msm8974-sony-xperia-castor.dts | 269 regulator-name = "wl-reg"; 690 wlan_sleep_clk_pin: wl-sleep-clk { 698 wlan_regulator_pin: wl-reg-active {
|
rk3288-evb-act8846.dts | 20 vcc_wl: vcc-wl {
|
imx6qdl-gw5910.dtsi | 121 reg_wl: regulator-wl { 125 regulator-name = "wl";
|
ste-ux500-samsung-golden.dts | 458 wl_reg_on: regulator-wl-reg-on { 461 regulator-name = "wl-reg-on";
|
stm32mp15xx-dhcor-avenger96.dtsi | 99 regulator-name = "wl-reg";
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
ltmain.sh | 3757 -Wl,FLAG 6563 single_module=$wl-single_module 6869 func_append compiler_flags " $wl$qarg" 6871 func_append compile_command " $wl$qarg" 6872 func_append finalize_command " $wl$qarg" 7086 single_module=$wl-multi_module 7223 -Wl,*) 7224 func_stripname '-Wl,' '' "$arg" 7231 func_append arg " $wl$func_quote_for_eval_result" 7232 func_append compiler_flags " $wl$func_quote_for_eval_result [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3328-a1.dts | 305 wl_dis: wl-dis { 309 wl_wake_host: wl-wake-host {
|
rk3368-orion-r68-meta.dts | 145 vccio_wl: vccio-wl-regulator {
|
rk3368-r88.dts | 133 vccio_wl: vccio-wl-regulator {
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 655 int wl; local in function:om_rascopy_single 772 wl = width & 0x1f; 773 /* wl > 0 at this point */ 777 mask = ALL1BITS << (32 - wl); 832 int wl; local in function:om4_rascopy_multi 1043 wl = width & 0x1f; 1044 /* wl > 0 at this point */ 1048 mask = ALL1BITS << (32 - wl);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8mm-venice-gw73xx.dtsi | 86 regulator-name = "wl";
|
imx8mq-evk.dts | 180 wl-reg-on-hog {
|
/src/sys/external/isc/libsodium/dist/ |
ltmain.sh | 2440 -Wl,FLAG 5164 single_module="${wl}-single_module" 5459 func_append compiler_flags " $wl$qarg" 5461 func_append compile_command " $wl$qarg" 5462 func_append finalize_command " $wl$qarg" 5671 single_module="${wl}-multi_module" 5803 -Wl,*) 5804 func_stripname '-Wl,' '' "$arg" 5811 func_append arg " $wl$func_quote_for_eval_result" 5812 func_append compiler_flags " $wl$func_quote_for_eval_result [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8996-sony-xperia-tone.dtsi | 904 wl_host_wake: wl-host-wake { 912 wl_reg_on: wl-reg-on {
|
/src/sys/dev/ic/ |
isp.c | 759 uint32_t la, wi, wl; local in function:isp_reset 765 wl = ptr[3]; 772 if (nw > wl) { 773 nw = wl; 778 wl--; 819 uint16_t wi, wl, segno; local in function:isp_reset 831 wl = ptr[3]; 838 if (nw > wl) { 839 nw = wl; 847 wl-- [all...] |
/src/sys/dev/hdaudio/ |
hdafg.c | 3860 struct hdaudio_widget *wl, *w = sc->sc_widgets; local in function:hdafg_detach 3888 wl = hdafg_widget_lookup(sc, nid); 3889 if (wl == NULL || wl->w_type != COP_AWCAP_TYPE_PIN_COMPLEX) 3891 hdafg_widget_setconfig(wl, wl->w_pin.biosconfig);
|