HomeSort by: relevance | last modified time | path
    Searched refs:swapent (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/uvm/
uvm_swap.h 42 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 *),
uvm_swap.c 80 * each "swapdev" structure contains a "swapent" structure which contains
113 * [2] SWAP_STATS: given a pointer to an array of swapent structures
485 swapent_cvt(struct swapent *se, const struct swapdev *sdp, int inuse)
562 NULL, sizeof(struct swapent), retval);
772 * copying the swapent array to the stackgap, and this array's size
778 void (*f)(void *, const struct swapent *), size_t len,
783 struct swapent sep;
  /src/sys/sys/
swap.h 35 struct swapent { struct
  /src/sys/compat/common/
uvm_13.c 58 swapent13_cvt(void *p, const struct swapent *se)
uvm_50.c 58 swapent50_cvt(void *p, const struct swapent *se)
  /src/usr.bin/systat/
swap.c 83 static struct swapent *swap_devices;
163 struct swapent *sep;
  /src/sbin/swapctl/
swaplist.c 59 struct swapent *sep, *fsep;
73 fsep = sep = (struct swapent *)malloc(nswap * sizeof(*sep));
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1517 swapent32_cvt(void *p, const struct swapent *se)
  /src/usr.sbin/sysinst/
disks.c 2157 struct swapent *swap;

Completed in 78 milliseconds