Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dumount.c106 } mountent_t; typedef
108 static mountent_t *mntll; /* head of global linked list of */
140 static int setup_iopipe(mountent_t *);
141 static void setup_output(mountent_t *);
142 static void doio(mountent_t *);
143 static void do_umounts(mountent_t **);
149 static mountent_t **make_mntarray(char **, int);
150 static mountent_t *getmntall();
151 static mountent_t *new_mountent(struct mnttab *);
152 static mountent_t *getmntlast(mountent_t *, char *, char *);
[all …]
H A Dmount.c189 } mountent_t; typedef