Searched defs:MOUNT (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | Makefile | 29 MOUNT= mount macro 34 LIBPROG= $(AUTO) $(MOUNT) $(DFSHARES) $(SHARE) $(UNSHARE) 87 $(MOUNT):= LDLIBS += -lscf 121 $(MOUNT): $(MOUNTOBJS)
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-mount.c | 62 #define MOUNT "/sbin/mount" macro 66 #define MOUNT "/sbin/mount" macro 70 #define MOUNT "/bin/mount" macro 873 args[na++] = MOUNT; 989 printf ("Cannot execute %s\n", MOUNT); 992 unknown_error ("Cannot spawn " MOUNT); 999 printf ("%s error %d, stdout='%s', stderr='%s'\n", MOUNT, exit_status, sout, serr);
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 83 #define MOUNT "/sbin/mount" macro 464 arg[0] = MOUNT;
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkglibmsgs.h | 265 #define MOUNT "/sbin/mount" macro
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 88 IREGEX, LINKS, LOCAL, LPAREN, LS, MAXDEPTH, MINDEPTH, MMIN, MOUNT, enumerator in enum:Command 138 "-mount", MOUNT, Unary, 160 "-xdev", MOUNT, Unary, 528 case MOUNT: 1005 case MOUNT:
|
Completed in 90 milliseconds