Searched defs:mounter (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c762 char *mounter = NULL; local
767 mounter = strdup(fstype);
771 (mounter == NULL) || (root == NULL)) {
775 free(mounter);
786 me->map_mounter = mounter;
H A Dautod_parse.c572 * sets the mapentry's options, fstype and mounter fields by separating
582 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
592 strcpy(mounter, fstype);
607 strcpy(mounter, fstype);
623 ((me->map_mounter = strdup(mounter)) == NULL)) {
1791 char fstype[32], mounter[32]; local
1960 (void) strcpy(mounter, fstype);
2001 me->map_mounter = strdup(mounter);

Completed in 48 milliseconds