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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c210 struct swapent *swapent; local
288 for (i = 0, swapent = st->swt_ent; i < num; i++, swapent++) {
309 if (*swapent->ste_path != '/') {
311 swapent->ste_path);
313 (void) strlcpy(fullpath, swapent->ste_path,
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c81 register struct swapent *swapent; local
99 swapent = st->swt_ent;
100 for (i = 0; i < num; i++, swapent++) {
101 if ((swapent->ste_path = malloc(MAXPATHLEN)) == NULL) {
111 swapent = st->swt_ent;
112 for (i = 0; i < num; i++, swapent++) {
113 if (*swapent->ste_path != '/') {
115 "/dev/%s", swapent->ste_path);
116 (void) strcpy(swapent
126 register struct swapent *swapent; local
210 struct swapent *swapent; local
648 struct swapent *swapent; local
[all...]
/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 */
86 /* Kernel's view of user ILP32 swapres and swapent structures */
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c369 struct swapent *swapent; local
400 swapent = st->swt_ent;
401 for (i = 0; i < num; i++, swapent++) {
402 swapent->ste_path = path;
430 swapent = st->swt_ent;
431 for (i = 0; i < num; i++, swapent++) {
432 if (*swapent->ste_path != '/')
434 "/dev/%s", swapent->ste_path);
437 "%s", swapent
[all...]

Completed in 47 milliseconds