Searched refs:savedoptbuf (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/bootfs/ |
| H A D | mount.c | 67 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 D | mount.c | 71 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 D | mount.c | 64 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 D | mount.c | 64 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 D | mount.c | 64 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 D | mount.c | 198 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 D | mount.c | 189 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 D | mount.c | 194 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 D | mount.c | 201 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 D | mount.c | 82 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()
|