Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dswap.h37 struct swapent { struct
38 dev_t se_dev; /* device id */
39 int se_flags; /* flags */
40 int se_nblks; /* total blocks */
41 int se_inuse; /* blocks in use */
42 int se_priority; /* priority of this device */
43 char se_path[PATH_MAX]; /* path name */