Home
last modified time | relevance | path

Searched refs:wlp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c2071 if ((wlp->dwl_count == wlp->dwl_hiwater) && (wlp->dwl_busy == 0)) { in dca_start()
2083 if (wlp->dwl_count >= wlp->dwl_reqspermcr) { in dca_start()
2139 if ((wlp->dwl_count < wlp->dwl_reqspermcr) && in dca_schedule()
2179 if ((wlp->dwl_count == wlp->dwl_lowater) && in dca_schedule()
2329 if (wlp->dwl_drain && QEMPTY(&wlp->dwl_runq)) { in dca_reclaim()
2482 if (wlp == NULL || wlp->dwl_waitq.dl_prev == NULL) { in dca_failure()
2512 if (wlp->dwl_drain && QEMPTY(&wlp->dwl_runq)) { in dca_failure()
2538 dca_schedule(wlp->dwl_dca, wlp->dwl_mcr); in dca_schedtimeout()
2616 if (wlp == NULL || wlp->dwl_waitq.dl_prev == NULL) { in dca_rejectjobs()
2627 if ((wlp->dwl_count == wlp->dwl_lowater) && in dca_rejectjobs()
[all …]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c218 "%s", wlp->wl_ess_conf_essid.wl_essid_essid); in fill_wlan_attr()
225 attrp->wa_secmode = (wlp->wl_ess_conf_wepenabled == in fill_wlan_attr()
227 if (wlp->wl_ess_conf_reserved[0] > 0) in fill_wlan_attr()
235 attrp->wa_auth = (wlp->wl_ess_conf_authmode == 0 ? in fill_wlan_attr()
246 wlp->wl_supported_rates[i] &= IEEE80211_RATE; in fill_wlan_attr()
247 if ((uint_t)wlp->wl_supported_rates[i] > attrp->wa_speed) in fill_wlan_attr()
248 attrp->wa_speed = wlp->wl_supported_rates[i]; in fill_wlan_attr()
264 wl_ess_conf_t *wlp; in dladm_wlan_scan() local
298 wlp = wls->wl_ess_list_ess; in dladm_wlan_scan()
301 for (i = 0; i < count; i++, wlp++) { in dladm_wlan_scan()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c331 turnstile_interlock(lock_t *wlp, lock_t *volatile *olpp) in turnstile_interlock() argument
333 ASSERT(LOCK_HELD(wlp)); in turnstile_interlock()
341 if (olp == wlp) in turnstile_interlock()
359 if (olp >= (lock_t *)turnstile_table && olp < wlp) { in turnstile_interlock()
360 lock_clear(wlp); in turnstile_interlock()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c120 waiting_list_t **wlp) in waiting_list_add() argument
125 *wlp = NULL; in waiting_list_add()
145 *wlp = wl; in waiting_list_add()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1296 char *wlp, *wlq; in parse_nfs() local
1325 wlp = w; wlq = wq; in parse_nfs()
1326 if (getword(hostlist, hostlistq, &wlp, &wlq, ':', in parse_nfs()
1335 if (getword(dirname, qbuff, &wlp, &wlq, ':', in parse_nfs()
1391 if (getword(subdir+1, qbuff+1, &wlp, &wlq, ':', in parse_nfs()
1526 char *wlp, *wlq; in parse_special() local
1529 wlp = w; in parse_special()
1531 if (getword(devname, qbuf, &wlp, &wlq, ' ', sizeof (devname)) == -1) in parse_special()