Home
last modified time | relevance | path

Searched defs:scan_state (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_scan_sw.c52 struct scan_state { struct
53 struct ieee80211_scan_state base; /* public state */ argument
70 #define SCAN_PRIVATE(ss) ((struct scan_state *) ss) argument
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit_001_pos.ksh326 function scan_state #state-file function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh308 function scan_state { #state-file function
/freebsd/sys/vm/
H A Dvm_pageout.c226 struct scan_state { struct
235 vm_pageout_init_scan(struct scan_state *ss, struct vm_pagequeue *pq, in vm_pageout_init_scan() argument
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.h84 typedef u_int32 scan_state; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp171 RegionScanState scan_state; in ProcessPlatformSpecificAllocations() local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h140 } scan_state; member
H A Ddriver_nl80211.c10936 static const char * scan_state_str(enum scan_states scan_state) in scan_state_str()