Searched refs:ste_path (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Dswap.c61 swt->swt_ent[i].ste_path = p;
94 if (swt->swt_ent[n].ste_path[0] != '/') {
98 swt->swt_ent[n].ste_path);
99 (void) strcpy(swt->swt_ent[n].ste_path, buf);
H A Ddconf.c316 if (open_stat64(s1->ste_path, &st1) == -1)
319 if (open_stat64(s2->ste_path, &st2) == -1)
428 swt->swt_ent[i].ste_path) == 0) {
430 swt->swt_ent[i].ste_path);
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c101 if ((swapent->ste_path = malloc(MAXPATHLEN)) == NULL) {
113 if (*swapent->ste_path != '/') {
115 "/dev/%s", swapent->ste_path);
116 (void) strcpy(swapent->ste_path, fullpathname);
131 free(swapent->ste_path);
235 if ((part = getpartition(swapent->ste_path)) != -1) {
671 if ((part = getpartition(swapent->ste_path)) != -1)
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c402 swapent->ste_path = path;
432 if (*swapent->ste_path != '/')
434 "/dev/%s", swapent->ste_path);
437 "%s", swapent->ste_path);
439 if (*swapent->ste_path != '/')
441 swapent->ste_path);
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h70 char *ste_path; /* get the name of the swap file */ member in struct:swapent
95 caddr32_t ste_path; /* get the name of the swap file */ member in struct:swapent32
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c309 if (*swapent->ste_path != '/') {
311 swapent->ste_path);
313 (void) strlcpy(fullpath, swapent->ste_path,
H A Dentry.c774 tbl->swt_ent[i].ste_path = ptr;
797 free(stp->swt_ent[0].ste_path);
829 if (strcmp(dev_name, tbl->swt_ent[count].ste_path) == 0) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c96 if (swtp->swt_ent[i].ste_path != NULL)
97 Free(swtp->swt_ent[i].ste_path);
129 (*swtpp)->swt_ent[i].ste_path = Zalloc(MAXPATHLEN);
168 if ((snp = metaname(&sp, swtp->swt_ent[i].ste_path,
217 if ((snp = metaname(&sp, swtp->swt_ent[i].ste_path,
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c476 if ((sf = cache_lookup(swt->swt_ent[i].ste_path)) == NULL) {
477 if ((sf = swap_file_alloc(swt->swt_ent[i].ste_path)) ==
591 swt->swt_ent[i].ste_path = cp;
786 assert(strcmp(sf->path, swt_ent->ste_path) == 0);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c620 copyout(swappath, st.ste_path,
694 if (copyout(tsip->si_pname, st.ste_path,
915 copyout(swappath, (caddr_t)(uintptr_t)st.ste_path,
988 (caddr_t)(uintptr_t)st.ste_path,
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3292 swent->ste_path = path;

Completed in 89 milliseconds