Searched refs:nlstate (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libdpv/ |
H A D | dialog_util.c | 341 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 D | pcap-linux.c | 794 struct nl80211_state nlstate; in pcap_cleanup_linux() local 805 ret = nl80211_init(handle, &nlstate, handlep->device); in pcap_cleanup_linux() 807 ret = del_mon_if(handle, handle->fd, &nlstate, in pcap_cleanup_linux() 809 nl80211_cleanup(&nlstate); in pcap_cleanup_linux() 4800 struct nl80211_state nlstate; in enter_rfmon_mode() local 4822 ret = nl80211_init(handle, &nlstate, device); in enter_rfmon_mode() 4832 ret = add_mon_if(handle, sock_fd, &nlstate, device, mondevice); in enter_rfmon_mode() 4845 nl80211_cleanup(&nlstate); in enter_rfmon_mode() 4852 nl80211_cleanup(&nlstate); in enter_rfmon_mode() 4875 del_mon_if(handle, sock_fd, &nlstate, device, in enter_rfmon_mode() [all …]
|
/freebsd/sys/dev/isp/ |
H A D | isp.c | 3668 int echan, nphdl, nlstate, reason; in isp_intr_async() 3671 nlstate = ISP_READ(isp, OUTMAILBOX2); in isp_intr_async() 3699 ISPASYNC_CHANGE_PDB, nphdl, nlstate, reason); in isp_intr_async() 3667 int echan, nphdl, nlstate, reason; isp_intr_async() local
|