/src/lib/libukfs/ |
ukfs.c | 536 int mounted = 0; local in function:doukfsmount 617 mounted = 1; 644 if (mounted)
|
ukfs.c | 536 int mounted = 0; local in function:doukfsmount 617 mounted = 1; 644 if (mounted)
|
/src/usr.sbin/sysinst/ |
defs.h | 468 * system (i.e. all mounted file systems). 492 * entries is parts->num_part) may actually be mounted (temporarily) 494 * a pointer to the current mount point (strdup()'d) if mounted, 497 char **mounted; member in struct:pm_devs
|
util.c | 446 struct statvfs *mounted; member in struct:get_available_cds_state 468 /* check if this is mounted already */ 470 if (strncmp(state->mounted[i].f_mntfromname, tname, tlen) 472 t = state->mounted[i].f_mntfromname + tlen; 548 data.mounted = calloc(n, sizeof(*data.mounted)); 549 m = getvfsstat(data.mounted, n*sizeof(*data.mounted), 557 free(data.mounted); 722 * Get from an already-mounted pathname [all...] |
defs.h | 468 * system (i.e. all mounted file systems). 492 * entries is parts->num_part) may actually be mounted (temporarily) 494 * a pointer to the current mount point (strdup()'d) if mounted, 497 char **mounted; member in struct:pm_devs
|
util.c | 446 struct statvfs *mounted; member in struct:get_available_cds_state 468 /* check if this is mounted already */ 470 if (strncmp(state->mounted[i].f_mntfromname, tname, tlen) 472 t = state->mounted[i].f_mntfromname + tlen; 548 data.mounted = calloc(n, sizeof(*data.mounted)); 549 m = getvfsstat(data.mounted, n*sizeof(*data.mounted), 557 free(data.mounted); 722 * Get from an already-mounted pathname [all...] |