Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/eject/
H A Deject.c115 char *rmmount_opt = NULL; in main() local
134 rmmount_opt = "-d"; in main()
141 rmmount_opt = "-l"; in main()
157 excode = work(NULL, rmmount_opt); in main()
161 res = work(argv[optind], rmmount_opt); in main()
188 work(char *arg, char *rmmount_opt) in work() argument
210 if (rmmount_opt != NULL) { in work()
211 arg1 = rmmount_opt; in work()