/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/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:__anon66f6aa490308
|
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/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 in function:pm_menufmt 2877 mount_point = msg_string(MSG_pmmounted); 2879 mount_point = msg_string(MSG_pmunused); 2885 mount_point);
|