Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c68 struct swapent *swapent; in getswapentries() local
86 swapent = st->swt_ent; in getswapentries()
98 swapent = st->swt_ent; in getswapentries()
100 if (*swapent->ste_path != '/') { in getswapentries()
112 struct swapent *swapent; in freeswapentries() local
115 swapent = st->swt_ent; in freeswapentries()
117 free(swapent->ste_path); in freeswapentries()
193 struct swapent *swapent; in checkswap() local
216 swapent = st->swt_ent; in checkswap()
630 struct swapent *swapent; in check_label_with_swap() local
[all …]
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c372 struct swapent *swapent; in list() local
403 swapent = st->swt_ent; in list()
406 swapent->ste_path = ptr; in list()
436 swapent = st->swt_ent; in list()
438 if (*swapent->ste_path != '/') in list()
440 "/dev/%s", swapent->ste_path); in list()
443 "%s", swapent->ste_path); in list()
445 if (*swapent->ste_path != '/') in list()
447 swapent->ste_path); in list()
486 swapent->ste_start, in list()
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c208 struct swapent *swapent; in load_mnttab() local
286 for (i = 0, swapent = st->swt_ent; i < num; i++, swapent++) { in load_mnttab()
307 if (*swapent->ste_path != '/') { in load_mnttab()
309 swapent->ste_path); in load_mnttab()
311 (void) strlcpy(fullpath, swapent->ste_path, in load_mnttab()
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h69 typedef struct swapent { struct
80 struct swapent swt_ent[1]; /* array of swt_n swapents */ argument
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c448 struct swapent st, *ust; in swapctl()
585 struct swapent st; in swapctl()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3228 struct swapent *swent; in zsd_refresh_memory()
3264 (num_swap_devices * sizeof (struct swapent)) + in zsd_refresh_memory()