/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/games/dab/ |
player.cc | 56 void PLAYER::wl(size_t sc) function in class:PLAYER
|
/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/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/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);
|