Home
last modified time | relevance | path

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

/titanic_50/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 DMakefile48 CLEANFILES += deffs.o df.o ff.o fsck.o fssnapsup.o \
120 ff volcopy: deffs.o $$(@F).o
121 $(LINK.c) -o $@ $@.o deffs.o $(LDLIBS)
124 df: deffs.o $(FSLIB) $$(@F).o
125 $(LINK.c) -o $@ $@.o deffs.o $(FSLIB) $(LDLIBS)
128 fsck: fsck.o deffs.o preenlib.o
129 $(LINK.c) -o $@ fsck.o deffs.o preenlib.o $(LDLIBS)
132 mount: deffs.o mount.o $(FSLIB)
133 $(LINK.c) -o $@ mount.o deffs.o $(FSLIB) $(LDLIBS)
140 $(SPPROG): switchout.o deffs.o fssnapsup.o
[all …]