Searched defs:directp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_autofs.c49 static int process_opts(char *options, int *directp, int *sawnestp);
197 * Set *directp to 1 if "direct" is found, and 0 otherwise
202 process_opts(char *options, int *directp, int *sawnestp) argument
213 *directp = 0;
221 *directp = 1;
223 *directp = 0;
H A Dmount.c52 static void process_opts(char *options, int *directp);
173 * option list. Set *directp to 1 if "direct" is found, and 0 otherwise
178 process_opts(char *options, int *directp) argument
189 *directp = 0;
197 *directp = 1;
199 *directp = 0;

Completed in 86 milliseconds