Searched defs:netbsd32_swapent (Results 1 – 1 of 1) sorted by relevance
477 struct netbsd32_swapent { struct478 netbsd32_dev_t se_dev; /* device id */479 int se_flags; /* flags */480 int se_nblks; /* total blocks */481 int se_inuse; /* blocks in use */482 int se_priority; /* priority of this device */483 char se_path[PATH_MAX+1]; /* path name */