Home
last modified time | relevance | path

Searched refs:savedoptbuf (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/bootfs/
H A Dmount.c67 char *savedoptbuf; in main() local
121 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
134 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/titanic_50/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c71 char *savedoptbuf; in main() local
124 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
136 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/titanic_50/usr/src/cmd/fs.d/ctfs/
H A Dmount.c66 char *savedoptbuf; in main() local
139 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
153 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/titanic_50/usr/src/cmd/fs.d/objfs/
H A Dmount.c66 char *savedoptbuf; in main() local
139 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
153 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/titanic_50/usr/src/cmd/fs.d/sharefs/
H A Dmount.c66 char *savedoptbuf; in main() local
139 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
153 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/titanic_50/usr/src/cmd/fs.d/mntfs/
H A Dmount.c192 char *savedoptbuf; in do_mount() local
194 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
208 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/titanic_50/usr/src/cmd/fs.d/fd/
H A Dmount.c201 char *savedoptbuf; in do_mount() local
203 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
214 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/titanic_50/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c203 char *savedoptbuf; in do_mount() local
205 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
216 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/titanic_50/usr/src/cmd/fs.d/proc/
H A Dmount.c197 char *savedoptbuf; in do_mount() local
199 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
215 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/titanic_50/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c83 char *savedoptbuf = NULL, *savedoptarg = NULL; in main() local
219 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
249 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()