Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libdpv/
Ddialog_util.c343 dialog_prompt_numlines(const char *prompt, uint8_t nlstate) in dialog_prompt_numlines() argument
345 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_numlines()
382 dialog_prompt_longestline(const char *prompt, uint8_t nlstate) in dialog_prompt_longestline() argument
385 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_longestline()
452 dialog_prompt_lastline(char *prompt, uint8_t nlstate) in dialog_prompt_lastline() argument
454 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_lastline()
495 dialog_prompt_wrappedlines(char *prompt, int ncols, uint8_t nlstate) in dialog_prompt_wrappedlines() argument
498 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ in dialog_prompt_wrappedlines()
/freebsd-10-stable/contrib/libpcap/
Dpcap-linux.c725 struct nl80211_state nlstate; local
748 ret = nl80211_init(handle, &nlstate, device);
758 ret = add_mon_if(handle, sock_fd, &nlstate, device, mondevice);
768 nl80211_cleanup(&nlstate);
775 nl80211_cleanup(&nlstate);
810 del_mon_if(handle, sock_fd, &nlstate, device,
812 nl80211_cleanup(&nlstate);
820 del_mon_if(handle, sock_fd, &nlstate, device,
822 nl80211_cleanup(&nlstate);
829 nl80211_cleanup(&nlstate);
[all …]
/freebsd-10-stable/sys/dev/isp/
Disp_freebsd.c3796 int evt, nphdl, nlstate, portid, reason; in isp_async() local
3803 nlstate = va_arg(ap, int); in isp_async()
3809 nlstate = reason = 0; in isp_async()
3818 bus, msg, nphdl, nlstate, reason); in isp_async()
Disp.c5648 int echan, nphdl, nlstate, reason; in isp_parse_async_fc() local
5652 nlstate = ISP_READ(isp, OUTMAILBOX2); in isp_parse_async_fc()
5654 nphdl = nlstate = 0xffff; in isp_parse_async_fc()
5686 ISPASYNC_CHANGE_PDB, nphdl, nlstate, reason); in isp_parse_async_fc()