Home
last modified time | relevance | path

Searched refs:nlstate (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libdpv/
H A Ddialog_util.c341 dialog_prompt_numlines(const char *prompt, uint8_t nlstate) in dialog_prompt_numlines() argument
343 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_numlines()
380 dialog_prompt_longestline(const char *prompt, uint8_t nlstate) in dialog_prompt_longestline() argument
383 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_longestline()
450 dialog_prompt_lastline(char *prompt, uint8_t nlstate) in dialog_prompt_lastline() argument
452 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_lastline()
493 dialog_prompt_wrappedlines(char *prompt, int ncols, uint8_t nlstate) in dialog_prompt_wrappedlines() argument
496 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_wrappedlines()
/freebsd/contrib/libpcap/
H A Dpcap-linux.c790 struct nl80211_state nlstate; in pcap_cleanup_linux() local
805 nl80211_cleanup(&nlstate); in pcap_cleanup_linux()
4652 struct nl80211_state nlstate; in enter_rfmon_mode() local
4674 ret = nl80211_init(handle, &nlstate, device); in enter_rfmon_mode()
4697 nl80211_cleanup(&nlstate); in enter_rfmon_mode()
4704 nl80211_cleanup(&nlstate); in enter_rfmon_mode()
4727 del_mon_if(handle, sock_fd, &nlstate, device, in enter_rfmon_mode()
4729 nl80211_cleanup(&nlstate); in enter_rfmon_mode()
4744 nl80211_cleanup(&nlstate); in enter_rfmon_mode()
4754 nl80211_cleanup(&nlstate); in enter_rfmon_mode()
[all …]
/freebsd/sys/dev/isp/
H A Disp_freebsd.c3003 int evt, nphdl, nlstate, portid, reason; in isp_async() local
3010 nlstate = va_arg(ap, int); in isp_async()
3016 nlstate = reason = 0; in isp_async()
3025 bus, msg, nphdl, nlstate, reason); in isp_async()
H A Disp.c3656 int echan, nphdl, nlstate, reason; in isp_intr_async() local
3659 nlstate = ISP_READ(isp, OUTMAILBOX2); in isp_intr_async()
3687 ISPASYNC_CHANGE_PDB, nphdl, nlstate, reason); in isp_intr_async()