Searched refs:mpoint (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_mtab.c | 24 char* mpoint; member in struct:entry_t 37 int add_entry(mpoint, cmd) 38 char* mpoint; 43 if (mpoint == NULL || cmd == NULL) 46 entry->mpoint = strdup(mpoint); 50 (void)hashput(istate.mtab, entry->mpoint, (char *)entry); 55 int rm_entry(mpoint) 56 register char* mpoint; 62 if ((entry = (entry_t *)hashrm(istate.mtab, mpoint)) ! [all...] |
H A D | mnt_mount.c | 76 char* mpoint; local 124 mpoint = argv[0]; 130 if (callmount(fd, mpoint, mfs, reply) == 0) 151 mpoint = s; 167 if (callmount(fd, mpoint, mfs, reply) == 0) 177 int callmount(fd, mpoint, mfs, reply) 179 char* mpoint; 188 sfsprintf(buf, sizeof(buf), "m - %s\n", mpoint); 190 sfsprintf(buf, sizeof(buf), "m %s %s\n", mfs, mpoint); 194 (void)add_entry(mpoint, bu [all...] |
H A D | mnt_list.c | 40 char* mpoint; local 101 mpoint = *argv; 102 sfsprintf(buf, sizeof(buf), "m %s\n", mpoint);
|
Completed in 7 milliseconds