Searched defs:swapent (Results 1 – 1 of 1) sorted by relevance
37 struct swapent { struct38 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 */