Home
last modified time | relevance | path

Searched refs:deffs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddeffs.c49 char *deffs = NULL; in default_fstype() local
55 deffs = defread("LOCAL="); in default_fstype()
61 deffs = strtok(buf, " \t\n"); in default_fstype()
64 if (deffs == NULL) in default_fstype()
65 deffs = "nfs"; in default_fstype()
68 return (deffs != NULL ? deffs : "ufs"); in default_fstype()
H A DMakefile49 CLEANFILES += deffs.o df.o ff.o fsck.o fssnapsup.o \
125 ff volcopy: deffs.o $$(@F).o
126 $(LINK.c) -o $@ $@.o deffs.o $(LDLIBS)
129 df: deffs.o $(FSLIB) $$(@F).o
130 $(LINK.c) -o $@ $@.o deffs.o $(FSLIB) $(LDLIBS)
133 fsck: fsck.o deffs.o preenlib.o
134 $(LINK.c) -o $@ fsck.o deffs.o preenlib.o $(LDLIBS)
137 mount: deffs.o mount.o $(FSLIB)
138 $(LINK.c) -o $@ mount.o deffs.o $(FSLIB) $(LDLIBS)
145 $(SPPROG): switchout.o deffs.o fssnapsup.o
[all …]