Home
last modified time | relevance | path

Searched defs:mandatory (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dwps_validate.c21 static int wps_validate_version(const u8 *version, int mandatory) in wps_validate_version()
40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2()
59 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type()
78 static int wps_validate_response_type(const u8 *response_type, int mandatory) in wps_validate_response_type()
129 int mandatory) in wps_validate_config_methods()
153 int mandatory) in wps_validate_ap_config_methods()
173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) in wps_validate_uuid_e()
187 static int wps_validate_uuid_r(const u8 *uuid_r, int mandatory) in wps_validate_uuid_r()
202 int mandatory) in wps_validate_primary_dev_type()
216 static int wps_validate_rf_bands(const u8 *rf_bands, int mandatory) in wps_validate_rf_bands()
[all …]
/netbsd-src/lib/libc/time/
H A Dstrptime.c119 fromzone(const unsigned char **bp, struct tm *tm, int mandatory) in fromzone()
162 day_offset = -1, week_offset = 0, offs, mandatory; in strptime_l() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c649 zio_t *first, *last, *aio, *dio, *mandatory, *nio; in vdev_queue_aggregate() local
/netbsd-src/sys/arch/hppa/include/
H A Dsom.h89 u_int mandatory : 1; member
/netbsd-src/external/gpl3/binutils/dist/include/som/
H A Dinternal.h68 unsigned int mandatory : 1; member
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h68 unsigned int mandatory : 1; member
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c686 uint8_t* mandatory = NULL; in sldns_str2wire_check_svcbparams() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c3721 const struct stereo_mandatory_mode *mandatory; in add_hdmi_mandatory_stereo_modes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2270 bool mandatory) { in EmitARCRetainBlock()