Home
last modified time | relevance | path

Searched refs:swapmode (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pstat/
H A Dpstat.c98 static void swapmode(void);
199 swapmode(); in main()
446 * swapmode is based on a program called swapinfo written
591 swapmode(void) in swapmode() function
/freebsd/usr.bin/top/
H A Dmachine.c226 static int swapmode(int *retavail, int *retfree);
601 swap_stats[3] = swapmode(&swapavail, &swapfree); in get_system_info()
1676 swapmode(int *retavail, int *retfree) in swapmode() function
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c847 bus_size_t len, enum ccp_passthru_byteswap swapmode, in ccp_passthrough() argument
862 desc->pt.byteswap = swapmode; in ccp_passthrough()