| /src/etc/rc.d/ |
| perusertmp | 23 local mount_point 25 mount_point=$(cd /tmp && /bin/df . | /usr/bin/tail -1 | /usr/bin/awk '{print $6}') 26 if [ "${mount_point}" = "/tmp" ]; then
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| iopattern | 12 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point] 18 # -m mount_point # this FS only (will skip raw events) 89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point] 95 -m mount_point # this FS only
|
| iopending | 13 # [-m mount_point] [interval [count]] 18 # -m mount_point # this FS only (will skip raw events) 78 [-m mount_point] [interval [count]] 83 -m mount_point # this FS only
|
| iotop | 11 # [-m mount_point] [-t top] [interval [count]] 23 # -m mount_point # this FS only (will skip raw events) 121 [-m mount_point] [-t top] [interval [count]] 131 -m mount_point # this FS only
|
| iosnoop | 12 # [-m mount_point] [-n name] [-p PID] 29 # -m mount_point # this FS only (will skip raw events) 132 [-m mount_point] [-n name] [-p PID] 147 -m mount_point # this FS only
|
| /src/external/cddl/dtracetoolkit/dist/ |
| iopattern | 12 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point] 18 # -m mount_point # this FS only (will skip raw events) 89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point] 95 -m mount_point # this FS only
|
| iotop | 11 # [-m mount_point] [-t top] [interval [count]] 23 # -m mount_point # this FS only (will skip raw events) 121 [-m mount_point] [-t top] [interval [count]] 131 -m mount_point # this FS only
|
| iosnoop | 14 # [-m mount_point] [-n name] [-p PID] 31 # -m mount_point # this FS only (will skip raw events) 132 [-m mount_point] [-n name] [-p PID] 147 -m mount_point # this FS only
|
| /src/external/bsd/am-utils/dist/conf/checkmount/ |
| checkmount_aix.c | 64 char *short_hostname, *long_hostname, *mount_point; local 85 mount_point = vmt2dataptr(vp, VMT_STUB); 88 if (STREQ(path, mount_point) &&
|
| /src/usr.sbin/sysinst/arch/mac68k/ |
| menus.md.de | 78 option "Mount Point festlegen", sub menu mount_point; 99 bzb->mount_point[0] = '\0'; 110 bzb->mount_point[0] = '\0'; 184 strcpy (bzb->mount_point, "/"); 186 strcpy (bzb->mount_point, "/altroot"); 214 strcpy (bzb->mount_point, "/usr"); 230 strcpy (bzb->mount_point, "/"); 233 strcpy (bzb->mount_point, "/usr"); 243 bzb->mount_point[0] = '\0'; 254 bzb->mount_point[0] = '\0' [all...] |
| menus.md.en | 78 option "Set mount point for partition", sub menu mount_point; 99 bzb->mount_point[0] = '\0'; 110 bzb->mount_point[0] = '\0'; 185 strcpy ((char *)bzb->mount_point, "/"); 187 strcpy ((char *)bzb->mount_point, "/altroot"); 215 strcpy ((char *)bzb->mount_point, "/usr"); 231 strcpy ((char *)bzb->mount_point, "/"); 234 strcpy ((char *)bzb->mount_point, "/usr"); 244 bzb->mount_point[0] = '\0'; 255 bzb->mount_point[0] = '\0' [all...] |
| menus.md.es | 78 option "Ajustar punto de montaje para particion", sub menu mount_point; 99 bzb->mount_point[0] = '\0'; 110 bzb->mount_point[0] = '\0'; 184 strcpy (bzb->mount_point, "/"); 186 strcpy (bzb->mount_point, "/altroot"); 214 strcpy (bzb->mount_point, "/usr"); 230 strcpy (bzb->mount_point, "/"); 233 strcpy (bzb->mount_point, "/usr"); 243 bzb->mount_point[0] = '\0'; 254 bzb->mount_point[0] = '\0' [all...] |
| md.h | 129 u_int8_t mount_point[64]; /* mount point for the FS */ member in struct:__anon6
|
| md.c | 292 mountpoint = (const char*)bzb->mount_point; 297 mountpoint = (const char*)bzb->mount_point; 304 mountpoint = (const char*)bzb->mount_point; 753 strncpy(name, (char *)bzb->mount_point, len_name); 771 strncpy(name, (char *)bzb->mount_point, len_name); 807 strcpy ((char *)bzb->mount_point, "/"); 813 if (bzb->mount_point[0] == '\0') 814 strcpy ((char *)bzb->mount_point, "/usr");
|
| menus.md.pl | 80 option "Ustaw punkt montazu dla partycji", sub menu mount_point; 101 bzb->mount_point[0] = '\0'; 112 bzb->mount_point[0] = '\0'; 186 strcpy (bzb->mount_point, "/"); 188 strcpy (bzb->mount_point, "/altroot"); 216 strcpy (bzb->mount_point, "/usr"); 232 strcpy (bzb->mount_point, "/"); 235 strcpy (bzb->mount_point, "/usr"); 245 bzb->mount_point[0] = '\0'; 256 bzb->mount_point[0] = '\0' [all...] |
| /src/external/cddl/dtracetoolkit/dist/Disk/ |
| iopending | 13 # [-m mount_point] [interval [count]] 18 # -m mount_point # this FS only (will skip raw events) 78 [-m mount_point] [interval [count]] 83 -m mount_point # this FS only
|
| /src/external/bsd/kyua-testers/dist/ |
| fs.c | 354 /// \param mount_point The file system to unmount. 358 unmount_with_unmount2(const char* mount_point) 362 if (unmount(mount_point, 0) == -1) { 364 mount_point); 375 /// \param mount_point The file system to unmount. 379 unmount_with_umount8(const char* mount_point) 387 const int ret = execlp(UMOUNT, "umount", mount_point, NULL); 402 mount_point); 537 /// \param mount_point The file system to unmount. 541 kyua_fs_unmount(const char* mount_point) [all...] |
| fs_test.c | 110 /// \param mount_point Location on which to mount a tmpfs. 112 run_mount_tmpfs(const char* mount_point) 122 mount_args[last++] = mount_point; 129 mount_args[last++] = mount_point; 136 mount_args[last++] = mount_point; 143 mount_args[last++] = mount_point; 153 printf("Mounting tmpfs onto %s with:", mount_point); 172 /// \param mount_point The path on which the file system will be mounted. 174 mount_tmpfs(const char* mount_point) 178 //const fspath abs_mount_point = mount_point.is_absolute() [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| getcwd.c | 209 bool mount_point; 237 mount_point = dotdev != thisdev; 260 if (MATCHING_INO (d, thisino) || mount_point) 208 bool mount_point; local
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| getcwd.c | 269 bool mount_point; 300 mount_point = dotdev != thisdev; 350 bool match = (MATCHING_INO (d, thisino) || mount_point); 268 bool mount_point; local
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| getcwd.c | 269 bool mount_point; 300 mount_point = dotdev != thisdev; 350 bool match = (MATCHING_INO (d, thisino) || mount_point); 268 bool mount_point; local
|
| /src/usr.sbin/sysinst/ |
| target.c | 531 target_unmount(const char *mount_point) 537 if (strcmp(m->um_mountpoint, mount_point) == 0)
|
| partman.c | 2850 const char *mount_point, *fstype; local 2877 mount_point = msg_string(MSG_pmmounted); 2879 mount_point = msg_string(MSG_pmunused); 2885 mount_point);
|