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

/freebsd-current/usr.sbin/pstat/
H A Dpstat.c98 static void swapmode(void);
199 swapmode();
446 * swapmode is based on a program called swapinfo written
591 swapmode(void) function
/freebsd-current/usr.bin/top/
H A Dmachine.c223 static int swapmode(int *retavail, int *retfree);
526 /* call CPU heavy swapmode() only for changes */
528 swap_stats[3] = swapmode(&swapavail, &swapfree);
1583 swapmode(int *retavail, int *retfree) function
/freebsd-current/sys/crypto/ccp/
H A Dccp_hardware.c847 bus_size_t len, enum ccp_passthru_byteswap swapmode,
862 desc->pt.byteswap = swapmode;
845 ccp_passthrough(struct ccp_queue *qp, bus_addr_t dst, enum ccp_memtype dst_type, bus_addr_t src, enum ccp_memtype src_type, bus_size_t len, enum ccp_passthru_byteswap swapmode, enum ccp_passthru_bitwise bitmode, bool interrupt, const struct ccp_completion_ctx *cctx) argument

Completed in 90 milliseconds