Searched refs:savedoptbuf (Results 1 – 10 of 10) sorted by relevance
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/fs.d/ctfs/ |
H A D | mount.c | 66 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 D | mount.c | 66 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 D | mount.c | 66 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 D | mount.c | 192 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 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()
|
/titanic_50/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 203 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 D | mount.c | 197 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 D | mount.c | 83 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()
|