Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c64 char *savedoptbuf; in main() local
137 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
151 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c64 char *savedoptbuf; in main() local
137 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
151 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c64 char *savedoptbuf; in main() local
137 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
151 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c198 char *savedoptbuf; in do_mount() local
200 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
211 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c189 char *savedoptbuf; in do_mount() local
191 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
205 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c194 char *savedoptbuf; in do_mount() local
196 if ((savedoptbuf = strdup(optbuf)) == NULL) { in do_mount()
212 cmp_requested_to_actual_options(savedoptbuf, optbuf, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
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()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c82 char *savedoptbuf = NULL, *savedoptarg = NULL; in main() local
218 if ((savedoptbuf = strdup(optbuf)) == NULL) { in main()
248 cmp_requested_to_actual_options(savedoptbuf, optbuf, in main()