Home
last modified time | relevance | path

Searched refs:swapent (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_swap.h42 struct swapent;
57 void (*)(void *, const struct swapent *), size_t, register_t *);
64 uvm_swap_stats(char *c, int l, void (*f)(void *, const struct swapent *), in uvm_swap_stats() argument
H A Duvm_swap.c485 swapent_cvt(struct swapent *se, const struct swapdev *sdp, int inuse) in swapent_cvt()
562 NULL, sizeof(struct swapent), retval); in sys_swapctl()
778 void (*f)(void *, const struct swapent *), size_t len, in uvm_swap_stats() argument
783 struct swapent sep; in uvm_swap_stats()
/netbsd-src/usr.bin/systat/
H A Dswap.c83 static struct swapent *swap_devices;
163 struct swapent *sep; in showswap()
/netbsd-src/sbin/swapctl/
H A Dswaplist.c59 struct swapent *sep, *fsep; in list_swap()
73 fsep = sep = (struct swapent *)malloc(nswap * sizeof(*sep)); in list_swap()
/netbsd-src/sys/sys/
H A Dswap.h35 struct swapent { struct
/netbsd-src/sys/compat/common/
H A Duvm_13.c58 swapent13_cvt(void *p, const struct swapent *se) in swapent13_cvt()
H A Duvm_50.c58 swapent50_cvt(void *p, const struct swapent *se) in swapent50_cvt()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_svr5.c1031 struct swapent *ste; in get_swapinfo()
1039 cnt * sizeof(struct swapent)); in get_swapinfo()
H A Dm_sunos5.c1123 struct swapent *ste; in get_swapinfo()
1138 cnt * sizeof(struct swapent)); in get_swapinfo()
H A Dm_netbsd.c515 struct swapent *sep; in get_system_info()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1517 swapent32_cvt(void *p, const struct swapent *se) in swapent32_cvt()
/netbsd-src/usr.sbin/sysinst/
H A Ddisks.c2157 struct swapent *swap; in check_swap()