Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/kadm5/
Dcontext_s.c151 #define is_set(M) (params && params->mask & KADM5_CONFIG_ ## M) in _kadm5_s_init_context() macro
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Da_set.c91 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set) in i2d_ASN1_SET()
/freebsd-10-stable/contrib/tcsh/
Dtw.h78 #define is_set(var) adrof(var) macro
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
Dosmt_multicast.c285 IN uint8_t is_set, in osmt_send_mcast_request()
/freebsd-10-stable/contrib/ncurses/progs/
Dinfocmp.c146 int is_set = FALSE; in use_predicate() local
/freebsd-10-stable/crypto/openssl/crypto/stack/
Dsafestack.h195 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2110 # define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2118 # define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2126 # define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2134 # define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2142 # define i2d_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2150 # define i2d_ASN1_SET_OF_DIST_POINT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2158 # define i2d_ASN1_SET_OF_ESS_CERT_ID(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2166 # define i2d_ASN1_SET_OF_EVP_MD(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2174 # define i2d_ASN1_SET_OF_GENERAL_NAME(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
[all …]
/freebsd-10-stable/sbin/devd/
Ddevd.cc409 var_list::is_set(const string &var) const in is_set() function in var_list
/freebsd-10-stable/sys/dev/ixl/
Dixl.h108 #define ON_OFF_STR(is_set) ((is_set) ? "On" : "Off") argument
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c4531 boolean_t is_set = B_TRUE; in parse_fs_perm() local