Searched defs:explicit (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c173 * Called with explicit B_TRUE when help is explicitly required,
177 usage(boolean_t explicit) argument
180 FILE *fd = explicit ? stdout : stderr;
185 if (explicit)
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c1049 int explicit = 0; local
1078 explicit = 1;
1085 explicit = 1;
1092 explicit = 1;
1109 if ((argstate->optmask & SYM_OPT_F_SYMNDX) && !explicit)
1115 if (explicit)
1144 * If an explicit table is specified, only that table is
1147 * If no explicit table is specified, verify that table
1151 if (explicit) {
1208 if (explicit)
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c113 int explicit; /* explicit match on this char */ member in struct:Cenv_s
155 e->explicit = env->explicit;
1013 else if (c == '/' && env->explicit == env->mappedslash)
1713 if (env->explicit >= 0)
1714 setclr(e->re.charclass, env->explicit);
1749 if (env->explicit >= 0)
1750 setclr(e->re.charclass, env->explicit);
2124 env->explicit
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c487 * Abandons the specified contract. If "explicit" is clear, the
494 contract_abandon(contract_t *ct, proc_t *p, int explicit) argument
509 if (!explicit && (ct->ct_flags & CTF_INHERIT) &&
525 if (explicit)
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c247 zonestat_usage(boolean_t explicit) argument
249 FILE *fd = explicit ? stdout : stderr;
338 if (!explicit)
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c330 * Called with explicit B_TRUE when help is explicitly requested, B_FALSE for
335 usage(boolean_t explicit) argument
338 FILE *fd = explicit ? stdout : stderr;
350 if (explicit)
353 if (!explicit)
3149 * explicit entry (e.g. /dev/dsk/c0t0d0s6 vs.
3791 /* The only explicit built-in method is "copy". */
5755 * indicate it. If not, make that explicit in our environment.
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1384 * Perform an explicit check for pools before going any further.
5779 boolean_t explicit, const char *options)
5800 if (!explicit)
5809 if (!explicit)
5832 if (!explicit)
5849 if (!explicit)
5860 if (!explicit)
5869 * canmount explicit outcome
5879 if (!explicit)
5886 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) {
5778 share_mount_one(zfs_handle_t *zhp, int op, int flags, char *protocol, boolean_t explicit, const char *options) argument
[all...]

Completed in 131 milliseconds