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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c87 struct swaptable *swtp
92 if (swtp == NULL)
95 for (i = 0; (i < swtp->swt_n); ++i) {
96 if (swtp->swt_ent[i].ste_path != NULL)
97 Free(swtp->swt_ent[i].ste_path);
100 Free(swtp);
152 struct swaptable *swtp; local
161 if (get_swapinfo(&swtp, &nswap, ep) != 0)
168 if ((snp = metaname(&sp, swtp->swt_ent[i].ste_path,
185 free_swapinfo(swtp);
201 struct swaptable *swtp; local
[all...]

Completed in 90 milliseconds