Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 116) sorted by relevance

12345

/NextBSD/contrib/wpa/src/wps/
HDwps_validate.c21 static int wps_validate_version(const u8 *version, int mandatory) in wps_validate_version() argument
24 if (mandatory) { in wps_validate_version()
40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument
43 if (mandatory) { in wps_validate_version2()
59 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type() argument
62 if (mandatory) { in wps_validate_request_type()
78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type() argument
81 if (mandatory) { in wps_validate_response_type()
129 int mandatory) in wps_validate_config_methods() argument
134 if (mandatory) { in wps_validate_config_methods()
[all …]
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c345 bool mandatory; in NCURSES_SP_NAME() local
371 mandatory = FALSE; in NCURSES_SP_NAME()
377 mandatory = TRUE; in NCURSES_SP_NAME()
385 || mandatory)) in NCURSES_SP_NAME()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_queue.c622 zio_t *first, *last, *aio, *dio, *mandatory, *nio; in vdev_queue_aggregate() local
652 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first; in vdev_queue_aggregate()
665 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL)) in vdev_queue_aggregate()
666 mandatory = first; in vdev_queue_aggregate()
686 mandatory = last; in vdev_queue_aggregate()
700 if (zio->io_type == ZIO_TYPE_WRITE && mandatory != NULL) { in vdev_queue_aggregate()
704 IO_GAP(mandatory, dio) <= zfs_vdev_write_gap_limit) { in vdev_queue_aggregate()
718 while (last != mandatory && last != first) { in vdev_queue_aggregate()
/NextBSD/contrib/wpa/src/eap_server/
HDeap_server_peap.c651 int tlv_type, mandatory, tlv_len; in eap_peap_process_phase2_tlv() local
662 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_tlv()
687 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_tlv()
688 if (mandatory) { in eap_peap_process_phase2_tlv()
771 int tlv_type, mandatory, tlv_len, vtlv_len; in eap_peap_process_phase2_soh() local
785 mandatory = !!(pos[0] & 0x80); in eap_peap_process_phase2_soh()
810 if (mandatory) { in eap_peap_process_phase2_soh()
818 mandatory = !!(vpos[0] & 0x80); in eap_peap_process_phase2_soh()
838 mandatory ? " (mandatory)" : ""); in eap_peap_process_phase2_soh()
839 if (mandatory) { in eap_peap_process_phase2_soh()
[all …]
HDeap_server_ttls.c108 int mandatory, size_t len) in eap_ttls_avp_hdr() argument
115 flags = mandatory ? AVP_FLAGS_MANDATORY : 0; in eap_ttls_avp_hdr()
133 u32 avp_code, int mandatory) in eap_ttls_avp_encapsulate() argument
144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory, in eap_ttls_avp_encapsulate()
HDeap_server_fast.c1129 int mandatory, tlv_type, res; in eap_fast_parse_tlvs() local
1138 mandatory = pos[0] & 0x80; in eap_fast_parse_tlvs()
1150 mandatory ? " (mandatory)" : ""); in eap_fast_parse_tlvs()
1156 if (mandatory) { in eap_fast_parse_tlvs()
/NextBSD/crypto/heimdal/kadmin/
HDmod.c68 ext.mandatory = FALSE; in add_constrained_delegation()
117 ext.mandatory = FALSE; in add_aliases()
159 ext.mandatory = FALSE; in add_pkinit_acl()
/NextBSD/crypto/heimdal/lib/hdb/
HDext.c53 if (ent->extensions->val[i].mandatory) { in hdb_entry_check_mandatory()
270 ext.mandatory = FALSE; in hdb_entry_set_pw_change_time()
352 ext.mandatory = FALSE; in hdb_entry_set_password()
HDhdb_err.et26 error_code MANDATORY_OPTION, "Entry contains unknown mandatory extension"
/NextBSD/usr.sbin/nandsim/
HDnandsim_cfgparse.h61 uint8_t mandatory; member
HDnandsim_cfgparse.c594 if (key->mandatory != 0) { in get_argument_intarray()
634 if (key->mandatory != 0) { in get_argument_int()
664 if (key->mandatory != 0) { in get_argument_string()
685 if (key->mandatory != 0) { in get_argument_bool()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleList.h493 RemoveOrphans (bool mandatory);
561 RemoveOrphanSharedModules (bool mandatory);
/NextBSD/contrib/gperf/src/
HDsearch.cc276 Positions mandatory; in find_positions() local
328 if (!mandatory.contains (i)) in find_positions()
329 mandatory.add (i); in find_positions()
340 Positions current = mandatory; in find_positions()
383 if (current.contains (i) && !mandatory.contains (i)) in find_positions()
417 if (current.contains (i1) && !mandatory.contains (i1)) in find_positions()
419 if (current.contains (i2) && !mandatory.contains (i2) && i2 != i1) in find_positions()
/NextBSD/contrib/file/magic/Magdir/
HDmup9 # and is not a mandatory header because of old mup input file
/NextBSD/gnu/usr.bin/rcs/
HDREFS76 Aegis manages revisions, baselines, mandatory reviews, and mandatory testing.
/NextBSD/tools/tools/nanobsd/rescue/Files/root/
HDZFS_Create.txt24 #ZFS mandatory
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp231 const bool mandatory = false; in MemoryPressureDetected() local
234 log->Printf ("SBDebugger::MemoryPressureDetected (), mandatory = %d", mandatory); in MemoryPressureDetected()
237 ModuleList::RemoveOrphanSharedModules(mandatory); in MemoryPressureDetected()
757 const bool mandatory = true; in DeleteTarget() local
758 ModuleList::RemoveOrphanSharedModules(mandatory); in DeleteTarget()
/NextBSD/share/examples/perfmon/
HDREADME21 There is one mandatory argument, which is the event number to be
/NextBSD/crypto/openssl/doc/crypto/
HDEVP_PKEY_get_default_digest.pod25 is advisory (that is other digests can be used) and 2 if it is mandatory (other
/NextBSD/contrib/openpam/
HDtest-driver48 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
/NextBSD/usr.sbin/bsnmpd/modules/snmp_bridge/
HDBRIDGE-MIB.txt177 -- Implementation of the dot1dBase subtree is mandatory for all
1368 "Implementation of this group is mandatory for bridges
1373 "Implementation of this group is mandatory for bridges
1378 "Implementation of this group is mandatory for bridges
1384 "Implementation of this group is mandatory for bridges
1390 "Implementation of this group is mandatory for bridges
1424 "Implementation of this group is mandatory for
1436 "Implementation of this group is mandatory for
1441 "Implementation of this group is mandatory for bridges
1454 "Implementation of this group is mandatory for
[all …]
/NextBSD/contrib/ntp/sntp/libevent/build-aux/
HDtest-driver49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
/NextBSD/contrib/wpa/src/eap_peer/
HDeap_ttls.c161 int mandatory, size_t len) in eap_ttls_avp_hdr() argument
168 flags = mandatory ? AVP_FLAGS_MANDATORY : 0; in eap_ttls_avp_hdr()
186 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument
190 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add()
199 int mandatory) in eap_ttls_avp_encapsulate() argument
212 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); in eap_ttls_avp_encapsulate()
HDeap_peap.c474 int tlv_type, mandatory; in eap_tlv_process() local
482 mandatory = !!(pos[0] & 0x80); in eap_tlv_process()
507 mandatory ? " (mandatory)" : ""); in eap_tlv_process()
508 if (mandatory) { in eap_tlv_process()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModuleList.cpp258 ModuleList::RemoveOrphans (bool mandatory) in RemoveOrphans() argument
262 if (mandatory) in RemoveOrphans()
909 ModuleList::RemoveOrphanSharedModules (bool mandatory) in RemoveOrphanSharedModules() argument
911 return GetSharedModuleList ().RemoveOrphans(mandatory); in RemoveOrphanSharedModules()

12345