Searched refs:opts (Results 201 - 225 of 321) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c54 skip = a->opts.skip;
126 a->opts.skip |= mask(CMD_DISCONNECT);
232 skip = a->opts.skip;
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c82 * If opts is defined, it is parsed as a list of suboptions (via
104 fssnap_show_status(char *mountpoint, char *opts, int labels, int brief) argument
137 if (opts) {
145 suboptions = opts;
H A Dmount.c651 char opts[sizeof (mntflags)]; local
661 strcpy(opts, "");
690 if (*opts != '\0' && value != NULL)
691 strcat(opts, "/");
692 strcat(opts, value);
716 if (*opts != '\0') {
718 strcat(mntflags, opts);
868 ignore(char *opts) argument
874 if (opts == NULL || *opts
[all...]
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c60 static char opts[] = "z:q:m:s:Q:M:S:"; /* allowable options for getopt */ variable
372 while ((o = getopt(argc, argv, opts)) != EOF) {
407 while ((o = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y984 if ((opts & OPT_DONOTHING) != 0)
987 if (opts & OPT_ZERORULEST) {
989 } else if (opts & OPT_INACTIVE) {
997 if (ipn && (opts & OPT_VERBOSE))
998 printnat(ipn, opts);
1000 if (opts & OPT_DEBUG)
1003 if ((opts & OPT_ZERORULEST) != 0) {
1005 if ((opts & OPT_DONOTHING) == 0) {
1022 printnat(ipn, opts);
1024 } else if ((opts
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h214 pkinit_plg_opts *opts; member in struct:_pkinit_context
225 pkinit_req_opts *opts; member in struct:_pkinit_req_context
238 pkinit_plg_opts *opts; member in struct:_pkinit_kdc_context
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c57 static uint32_t opts; variable
210 ((void(*)(int, int, int, int))addr)(opts & RBX_MASK, board_id, 0, 0);
232 opts ^= OPT_SET(bootflags[i]);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c297 ai.opts = dir->dir_opts;
378 compare_opts(opts, mntopts)
379 char *opts, *mntopts;
417 if (opts != NULL)
418 (void) strcpy(s, opts);
H A Dautod_parse.c267 * mount filesystem. Use mapopts if no default opts are provided.
526 * push_options(hiernode *node, char *opts, char *mapopts, int err)
570 * set_mapent_opts(struct mapent *me, char *opts, char *defaultopts,
573 * out the fstype part from the opts. Use default options if opts is NULL.
578 set_mapent_opts(struct mapent *me, char *opts, char *defaultopts, argument
589 if (opts == NULL) {
590 opts = defaultopts;
591 if (defaultopts == NULL) { /* NULL opts for entry */
596 if (*opts
682 fstype_opts(struct mapent *me, char *opts, char *defaultopts, char *mapopts) argument
1173 char *opts; local
[all...]
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c276 uint_t opts = FPR_MIXED; local
296 's', MDB_OPT_SETBITS, FPR_SINGLE, &opts,
297 'd', MDB_OPT_SETBITS, FPR_DOUBLE, &opts,
298 'q', MDB_OPT_SETBITS, FPR_QUAD, &opts, NULL) != argc)
321 if (is_v9 && opts == FPR_MIXED) {
328 if (is_v8plus && opts == FPR_MIXED)
336 if (opts == FPR_MIXED) {
368 if (opts == FPR_MIXED) {
381 if (opts & FPR_SINGLE) {
388 if (opts
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c48 static void p_arg(const struct argnod*, int endchar, int opts);
378 static void p_arg(register const struct argnod *arg,register int endchar,int opts) argument
386 else if(opts&PRE)
389 p_arg(arg->argnxt.ap,'|',opts);
392 else if(opts)
395 if(*cp==0 && opts==POST && arg->argchn.ap)
413 while((opts&POST) && arg);
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c143 char *opts; /* The set of flags for cmd */ local
179 opts = SIGN_OPTS;
180 cryptodebug("cmd=sign opts=%s", opts);
185 opts = VERIFY_OPTS;
186 cryptodebug("cmd=verify opts=%s", opts);
190 opts = REQUEST_OPTS;
191 cryptodebug("cmd=request opts=%s", opts);
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h844 void vfs_freeopts(struct vfsoptlist *opts);
845 void vfs_deleteopt(struct vfsoptlist *opts, const char *name);
847 int vfs_flagopt(struct vfsoptlist *opts, const char *name, uint64_t *w,
850 int vfs_getopt_pos(struct vfsoptlist *opts, const char *name);
851 int vfs_getopt_size(struct vfsoptlist *opts, const char *name,
856 void vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...);
857 int vfs_scanopt(struct vfsoptlist *opts, const char *name, const char *fmt, ...);
858 int vfs_setopt(struct vfsoptlist *opts, const char *name, void *value,
860 int vfs_setopt_part(struct vfsoptlist *opts, const char *name, void *value,
862 int vfs_setopts(struct vfsoptlist *opts, cons
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1983 newopts(char *opts) argument
1987 if (!opts || *opts == '\0')
1990 head = strdup(opts);
1992 syslog(LOG_ERR, "opts: no memory");
2025 char *opts, *p, *val; local
2030 opts = strdup(sh->sh_opts);
2031 if (opts == NULL) {
2037 p = opts;
2060 free(opts);
2089 char *opts, *p, *val; local
2306 char *opts, *p, *val; local
2663 char *opts, *p, *val; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1032 tcphdr_print_options(uint8_t *opts, uint32_t opts_len) argument
1038 endp = opts + opts_len;
1039 while (opts < endp) {
1040 len = endp - opts;
1041 switch (*opts) {
1044 opts++;
1049 opts++;
1056 opts[1] != TCPOPT_MAXSEG_LEN) {
1060 mdb_nhconvert(&mss, opts + TCPOPT_HEADER_LEN,
1063 opts
1191 uint8_t *opts, *opt_buf; local
[all...]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c423 _sync_opts(FIELD *f, OPTIONS opts) argument
426 OPTIONS oldopts = f -> opts;
427 OPTIONS x = opts ^ oldopts;
429 f -> opts = opts;
433 f -> opts = oldopts;
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py313 def run_checks(root, parent, cmds, paths='', opts={}):
365 opts, args = getopt.getopt(args, 'b:')
371 for opt, arg in opts:
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c209 char *opts; local
242 opts = strdupa(spec);
243 while (*opts != '\0') {
245 int idx = getsubopt(&opts, tokens, &value);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c532 char *opts; /* Pointer to MSGVERB's value */ local
543 if ((opts = getenv(MSGVERB)) == (char *)NULL) {
546 if ((alloced = libc_malloc(strlen(opts) + 1)) == NULL) {
550 nexttok = strcpy(alloced, opts);
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c348 char *opts; local
493 opts = strdupa(spec);
494 while (*opts != '\0') {
495 int idx = getsubopt(&opts, toks, &val);
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c496 char **opts, int num_opts, char *mountpoint, DBusError *error)
518 DBUS_TYPE_ARRAY, DBUS_TYPE_STRING, &opts, num_opts,
552 char **opts = NULL; local
564 &opts, 0, DBUS_TYPE_INVALID)) {
803 char **opts, int num_opts, char *mountpoint)
828 opts, num_opts, mountpoint, &error);
881 struct action_arg *aap, char **opts, int num_opts, char *mountpoint)
925 opts, num_opts, NULL);
953 opts, num_opts, mountpoint);
495 rmm_hal_mount(LibHalContext *hal_ctx, const char *udi, char **opts, int num_opts, char *mountpoint, DBusError *error) argument
801 rmm_action_one(LibHalContext *hal_ctx, const char *name, action_t action, const char *dev, const char *udi, LibHalVolume *v, char **opts, int num_opts, char *mountpoint) argument
880 rmm_action(LibHalContext *hal_ctx, const char *name, action_t action, struct action_arg *aap, char **opts, int num_opts, char *mountpoint) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c491 char *f, *opts; local
500 opts = tmpopts;
501 f = mntopt(&opts);
502 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h104 int sbdp_test_board(sbdp_handle_t *hp, sbdp_opts_t *opts);
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A DMakefile3 .include <src.opts.mk>

Completed in 730 milliseconds

1234567891011>>