Home
last modified time | relevance | path

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

/titanic_41/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 \
118 ff volcopy: deffs.o $$(@F).o
119 $(LINK.c) -o $@ $@.o deffs.o $(LDLIBS)
122 df: deffs.o $(FSLIB) $$(@F).o
123 $(LINK.c) -o $@ $@.o deffs.o $(FSLIB) $(LDLIBS)
126 fsck: fsck.o deffs.o preenlib.o
127 $(LINK.c) -o $@ fsck.o deffs.o preenlib.o $(LDLIBS)
130 mount: deffs.o mount.o $(FSLIB)
131 $(LINK.c) -o $@ mount.o deffs.o $(FSLIB) $(LDLIBS)
138 $(SPPROG): switchout.o deffs.o fssnapsup.o
[all …]