Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Ddeffs.c46 char *deffs; in default_fstype() local
54 if ((deffs = defread("LOCAL=")) == NULL) { in default_fstype()
59 return (deffs); in default_fstype()
70 deffs = strtok(buf, " \t\n"); in default_fstype()
72 return (deffs); in default_fstype()
H A DMakefile47 CLEANFILES += deffs.o df.o ff.o fsck.o fssnapsup.o \
119 ff volcopy: deffs.o $$(@F).o
120 $(LINK.c) -o $@ $@.o deffs.o $(LDLIBS)
123 df: deffs.o $(FSLIB) $$(@F).o
124 $(LINK.c) -o $@ $@.o deffs.o $(FSLIB) $(LDLIBS)
127 fsck: fsck.o deffs.o preenlib.o
128 $(LINK.c) -o $@ fsck.o deffs.o preenlib.o $(LDLIBS)
131 mount: deffs.o mount.o $(FSLIB)
132 $(LINK.c) -o $@ mount.o deffs.o $(FSLIB) $(LDLIBS)
139 $(SPPROG): switchout.o deffs.o fssnapsup.o
[all …]