Searched refs:n_mounts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c73 int n_mounts; member in struct:hashentry
1006 for (index = 0; index < entry->n_mounts; index++) {
1016 (entry->n_mounts + 2) * sizeof (char *));
1018 ((mountps[entry->n_mounts] = strdup(mt->mnt_mountp)) == NULL)) {
1022 if (entry->n_mounts == 0) {
1029 mountps[entry->n_mounts + 1] = NULL;
1030 entry->n_mounts++;
1231 if (entry->n_mounts == 0) {
1237 dependents = (char **)calloc(entry->n_mounts + 1, sizeof (char *));
1247 for (i = 0; i < entry->n_mounts;
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c64 int n_mounts; member in struct:mtab_handle
77 mtab->n_mounts = getmntinfo (&mtab->mounts, MNT_NOWAIT);
78 if (mtab->n_mounts == 0) {
100 if (mtab->iter < mtab->n_mounts)

Completed in 62 milliseconds