Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1187 char *addopt = "direct"; in automount_opts() local
1189 len = strlen(mapopts)+ strlen(addopt)+2; /* +2 for ",", '\0' */ in automount_opts()
1230 strcat(*map_mntopts, addopt); in automount_opts()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2908 addopt(char *buf, int opt, char *optarg, size_t bufsize) in addopt() function
3023 if (addopt(cmdbuf, optopt, optarg, sizeof (cmdbuf)) != Z_OK) { in install_func()
3027 if (addopt(postcmdbuf, optopt, optarg, sizeof (postcmdbuf)) in install_func()
3035 if (addopt(cmdbuf, 0, argv[optind], sizeof (cmdbuf)) != Z_OK) { in install_func()
3040 if (addopt(postcmdbuf, 0, argv[optind], sizeof (postcmdbuf)) in install_func()