Searched refs:add_opt (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | growfs.sh | 45 add_opt() { function 62 M) add_opt "-M $OPTARG"; mount_pt="$OPTARG" ;;
|
/titanic_41/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | sharemgr.h | 113 extern int add_opt(struct options **, char *, int);
|
H A D | shareutil.c | 46 add_opt(struct options **optlistp, char *optarg, int unset) in add_opt() function
|
H A D | commands.c | 1225 ret = add_opt(&optlist, optarg, 0); in sa_create() 3921 ret = add_opt(&optlist, optarg, 0); in sa_set() 4456 ret = add_opt(&optlist, optarg, 1); in sa_unset()
|
/titanic_41/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 134 ret = add_opt(&optlist, optarg, 1); in sc_get() 278 ret = add_opt(&optlist, optarg, 0); in sc_set()
|