| /illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/ |
| H A D | libzfs_input_check.c | 193 nvlist_t *optional, int expected_error, boolean_t wildcard) in lzc_ioctl_test() argument 205 if (optional != NULL) { in lzc_ioctl_test() 206 for (nvpair_t *pair = nvlist_next_nvpair(optional, NULL); in lzc_ioctl_test() 207 pair != NULL; pair = nvlist_next_nvpair(optional, pair)) { in lzc_ioctl_test() 242 if (required != NULL || optional != NULL) { in lzc_ioctl_test() 336 nvlist_t *optional = fnvlist_alloc(); in test_create() local 341 fnvlist_add_nvlist(optional, "props", props); in test_create() 343 IOC_INPUT_TEST(ZFS_IOC_CREATE, dataset, required, optional, 0); in test_create() 346 nvlist_free(optional); in test_create() 353 nvlist_t *optional = fnvlist_alloc(); in test_snapshot() local [all …]
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| H A D | asn1_k_encode.c | 143 unsigned int optional = 0; in optional_encrypted_data() local 146 optional |= (1u << 1); in optional_encrypted_data() 148 return optional; in optional_encrypted_data() 265 unsigned int optional = 0; in optional_enc_kdc_rep_part() local 268 optional |= (1u << 3); in optional_enc_kdc_rep_part() 270 optional |= (1u << 6); in optional_enc_kdc_rep_part() 272 optional |= (1u << 8); in optional_enc_kdc_rep_part() 274 optional |= (1u << 11); in optional_enc_kdc_rep_part() 276 return optional; in optional_enc_kdc_rep_part() 307 unsigned int optional = 0; in optional_kdc_req_hack() local [all …]
|
| H A D | asn1_encode.c | 582 unsigned int optional, in encode_fields() argument 595 else if ((1u << f->opt) & optional) in encode_fields() 616 unsigned int optional; in just_encode_sequence() local 620 if (seq->optional) in just_encode_sequence() 621 optional = seq->optional(val); in just_encode_sequence() 625 optional = 0; in just_encode_sequence() 628 retval = encode_fields(buf, val, fields, nfields, optional, &length); in just_encode_sequence()
|
| /illumos-gate/usr/src/cmd/svc/svcadm/ |
| H A D | synch.c | 244 inst_has_potential(scf_instance_t *inst, int enabled, int optional, int exclude) in inst_has_potential() argument 249 return ((optional || exclude) ? 2 : 0); in inst_has_potential() 264 if (optional && strcmp(state, SCF_STATE_STRING_OFFLINE) == 0) in inst_has_potential() 272 return ((optional || exclude) ? 2 : 0); in inst_has_potential() 295 fmri_has_potential(char *fmri, int isfile, int optional, int exclude, in fmri_has_potential() argument 306 assert(!optional || !exclude); in fmri_has_potential() 320 (inst_has_potential(inst, enabled, optional, exclude) != 0); in fmri_has_potential() 345 result = exclude || (optional && !optbad); in fmri_has_potential() 356 r = inst_has_potential(inst, enabled, optional, exclude); in fmri_has_potential() 376 if (optional && r == 0) in fmri_has_potential() [all …]
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
| H A D | bdn.h | 501 #define BDN_OPTIONAL_SET(x, y) (x)->optional |= (1 << (y)) 502 #define BDN_OPTIONAL_CHECK(x, y) ((x)->optional & (1 << (y))) 507 u32 optional; member 517 u32 optional; member 535 u32 optional; member 553 u32 optional; member 568 u32 optional; member 582 u32 optional; member 604 u32 optional; member 615 u32 optional; member [all …]
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | sysfiles.c | 619 getpop(buf, len, optional) in getpop() argument 621 int len, *optional; 632 *optional = 1; 636 *optional = 0; 667 int optional; local 671 while ( getpop(strmod, sizeof(strmod), &optional) ) { 672 DEBUG(5, (optional ? "pop_push: optionally POPing %s\n" 681 if ( optional )
|
| H A D | Config | 42 # at compile time, with optional protocol-specific
|
| /illumos-gate/usr/src/lib/libnsl/dial/ |
| H A D | sysfiles.c | 615 getpop(char *buf, size_t len, int *optional) in getpop() argument 626 *optional = 1; in getpop() 630 *optional = 0; in getpop() 658 int optional; in pop_push() local 661 while (getpop(strmod, sizeof (strmod), &optional)) { in pop_push() 662 DEBUG(5, (optional ? in pop_push() 671 if (optional) in pop_push()
|
| /illumos-gate/usr/src/lib/libmlrpc/common/ |
| H A D | rpcpdu.ndl | 413 /* optional authentication verifier if auth_length != 0 */ 443 /* optional authentication verifier if auth_length != 0 */ 474 /* optional authentication verifier iff auth_length != 0 */ 502 /* optional authentication verifier iff auth_length != 0 */ 526 /* optional field if PFC_OBJECT_UUID, not present */ 532 /* optional authentication verifier iff auth_length != 0 */ 546 /* optional field if PFC_OBJECT_UUID, is present */ 553 /* optional authentication verifier iff auth_length != 0 */ 587 /* optional authentication verifier iff auth_length != 0 */ 617 /* optional authentication verifier iff auth_length != 0 */
|
| /illumos-gate/usr/src/cmd/sendmail/util/ |
| H A D | etrn.pl | 69 my $optional = /^Fw-o/; 79 die "$cwfile is not readable" unless $optional;
|
| /illumos-gate/usr/src/test/util-tests/tests/ctf/ |
| H A D | test-sou.c | 109 struct component optional[]; member 115 struct component optional[0]; member
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
| H A D | kernel.insert.return_states | 2 # file (optional), function, "return values" | type, param, "key", "value"
|
| /illumos-gate/usr/src/test/util-tests/tests/mdb/ |
| H A D | README | 17 A test may have an optional .out file which if present indicates that the test
|
| /illumos-gate/usr/src/cmd/krb5/kadmin/kclient/ |
| H A D | pam_krb5_optional | 33 OTHER auth optional pam_krb5.so.1
|
| /illumos-gate/usr/src/common/ficl/test/ |
| H A D | ficltest.fr | 33 \ Now test ficl extras and optional word-sets
|
| /illumos-gate/usr/src/test/nvme-tests/runfiles/ |
| H A D | non-destruct.run | 21 # Tests that involve optional device-specific behavior such as the persistent
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-test-smbsrvtest.p5m | 37 depend type=optional fmri=service/network/samba
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | READ_ME | 37 form will be dropped to eliminate the optional
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | readcf.c | 99 bool optional; local 534 optional = true; 542 optional = false; 588 fileclass(mid, file, p, ismap, safe, optional); 927 fileclass(class, filename, fmt, ismap, safe, optional) in fileclass() argument 933 bool optional; 1063 if (!optional && 1075 if (!optional) 1130 if (!optional)
|
| /illumos-gate/usr/src/cmd/syseventd/etc/ |
| H A D | README | 62 <arguments> are optional, and may be any arbitrary arguments
|
| /illumos-gate/usr/src/lib/libbrand/common/ |
| H A D | libbrand.c | 380 boolean_t substitute, boolean_t optional) in brand_get_value() argument 402 if (optional) { in brand_get_value() 419 if (optional) { in brand_get_value()
|
| /illumos-gate/usr/src/cmd/mailx/misc/ |
| H A D | mailx.help | 50 [msglist] is optional and specifies messages by number, author, subject or
|
| /illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/ |
| H A D | chap-secrets | 56 # proxyarp or other optional features.
|
| H A D | pap-secrets | 55 # proxyarp or other optional features.
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.set_props.zcp | 49 -- For neg_props, an optional expected error value can be added after the
|