Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/growfs/
H A Dgrowfs.sh44 add_opt() { function
61 M) add_opt "-M $OPTARG"; mount_pt="$OPTARG" ;;
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr.h111 extern int add_opt(struct options **, char *, int);
H A Dshareutil.c44 add_opt(struct options **optlistp, char *optarg, int unset) in add_opt() function
H A Dcommands.c1230 ret = add_opt(&optlist, optarg, 0); in sa_create()
3927 ret = add_opt(&optlist, optarg, 0); in sa_set()
4462 ret = add_opt(&optlist, optarg, 1); in sa_unset()
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c135 ret = add_opt(&optlist, optarg, 1); in sc_get()
279 ret = add_opt(&optlist, optarg, 0); in sc_set()