Searched defs:swdevt (Results 1 – 2 of 2) sorted by relevance
178 struct swdevt { struct179 dev_t sw_dev; /* For quasibogus swapdev reporting */180 int sw_flags;181 int sw_nblks; /* Number of swap blocks on device */182 int sw_nused; /* swap blocks used on device */183 struct vnode *sw_vp;184 struct cdev *sw_device;
71 struct swdevt *swdevt = should_be_malloced; /* exported to pstat/systat */ variable