Searched refs:a_type (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-9.3-release/lib/libc/stdlib/
H A Drb.h59 #define rb_node(a_type) \
61 a_type *rbn_left; \
62 a_type *rbn_right_red; \
65 #define rb_node(a_type) \
67 a_type *rbn_left; \
68 a_type *rbn_right; \
74 #define rb_tree(a_type) \
76 a_type *rbt_root; \
77 a_type rbt_nil; \
81 #define rbtn_left_get(a_type, a_fiel
[all...]
H A Dql.h41 #define ql_head(a_type) \
43 a_type *qlh_first; \
48 #define ql_elm(a_type) qr(a_type)
106 #define ql_head_remove(a_head, a_type, a_field) do { \
107 a_type *t = ql_first(a_head); \
111 #define ql_tail_remove(a_head, a_type, a_field) do { \
112 a_type *t = ql_last(a_head, a_field); \
H A Dqr.h39 #define qr(a_type) \
41 a_type *qre_next; \
42 a_type *qre_prev; \
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_acl.h37 int a_type; member in struct:svr4_aclent
/freebsd-9.3-release/sys/amd64/include/
H A Delf.h56 int a_type; /* Entry type. */ member in struct:__anon5516
64 long a_type; /* Entry type. */ member in struct:__anon5518
74 /* Values for a_type. */
/freebsd-9.3-release/sys/sparc64/include/
H A Delf.h53 int a_type; /* Entry type. */ member in struct:__anon10371
60 long a_type; /* Entry type. */ member in struct:__anon10373
70 /* Values for a_type. */
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c150 switch (ace->a_type) {
164 panic("acl_from_aces: a_type is 0x%x", ace->a_type);
204 ace->a_type = ACE_ACCESS_ALLOWED_ACE_TYPE;
207 ace->a_type = ACE_ACCESS_DENIED_ACE_TYPE;
210 ace->a_type = ACE_SYSTEM_ALARM_ACE_TYPE;
213 ace->a_type = ACE_SYSTEM_AUDIT_ACE_TYPE;
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A Dlhash.h130 # define DECLARE_LHASH_DOALL_ARG_FN(f_name,o_type,a_type) \
132 # define IMPLEMENT_LHASH_DOALL_ARG_FN(f_name,o_type,a_type) \
135 a_type b = (a_type)arg2; \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c150 int seen; /* bitmask of all aclent_t a_type values seen */
205 if (x->a_type < y->a_type)
207 if (x->a_type > y->a_type)
441 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE;
474 if (aclent[i].a_type < curtype)
476 else if (aclent[i].a_type > curtype)
477 curtype = aclent[i].a_type;
478 if (aclent[i].a_type
[all...]
/freebsd-9.3-release/sys/ia64/include/
H A Delf.h58 int a_type; /* Entry type. */ member in struct:__anon9412
65 int a_type; /* Entry type. */ member in struct:__anon9414
75 /* Values for a_type. */
/freebsd-9.3-release/sys/powerpc/include/
H A Delf.h68 int a_type; /* Entry type. */ member in struct:__anon10287
77 long a_type; /* Entry type. */ member in struct:__anon10289
87 /* Values for a_type. */
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_acl.c296 error = ufs_get_oldacl(ap->a_type, old, ap->a_vp, ap->a_td);
303 switch (ap->a_type) {
341 if (ap->a_type == ACL_TYPE_ACCESS)
365 if (ap->a_type == ACL_TYPE_NFS4)
444 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred,
496 * valid for the target. This will include a check on ap->a_type.
502 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp,
512 if (ap->a_type != ACL_TYPE_DEFAULT)
533 switch(ap->a_type) {
588 if (ap->a_type
[all...]
/freebsd-9.3-release/sys/arm/include/
H A Delf.h44 int a_type; /* Entry type. */ member in struct:__anon5552
62 /* Values for a_type. */
/freebsd-9.3-release/sys/i386/include/
H A Delf.h59 int a_type; /* Entry type. */ member in struct:__anon9365
76 /* Values for a_type. */
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dexternal.h261 unsigned char a_type[4]; member in struct:__anon655
267 unsigned char a_type[8]; member in struct:__anon656
/freebsd-9.3-release/lib/libc/gen/
H A Daux.c76 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) {
77 switch (aux->a_type) {
H A Ddlfcn.c156 for (auxp = __elf_aux_vector; auxp->a_type != AT_NULL; auxp++) {
157 switch (auxp->a_type) {
/freebsd-9.3-release/sys/geom/label/
H A Dg_label_ntfs.c84 atr = (struct attr *)ap, atr->a_hdr.a_type != -1;
86 if (atr->a_hdr.a_type == NTFS_A_VOLUMENAME) {
/freebsd-9.3-release/sys/mips/include/
H A Delf.h218 int a_type; /* Entry type. */ member in struct:__anon9480
227 long a_type; /* Entry type. */ member in struct:__anon9482
237 /* Values for a_type. */
/freebsd-9.3-release/include/protocols/
H A Drouted.h85 u_int16_t a_type; member in struct:netauth
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_byteswap.c42 ace->a_type = BSWAP_16(ace->a_type);
94 ace_type = acep->a_type = BSWAP_16(acep->a_type);
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_auxv.c66 switch(auxv[i].a_type) {
153 PRINT_UNKNOWN(auxv[i].a_type, auxv[i].a_un.a_val);
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h198 long a_type; member in struct:auxv
211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp)
212 if (auxp->a_type == which)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dacl.h48 int a_type; /* the type of ACL entry */ member in struct:__anon6069
57 uint16_t a_type; /* allow or deny */ member in struct:ace
156 uint16_t a_type; /* allow or deny */ member in struct:ace_object
/freebsd-9.3-release/sbin/routed/rtquery/
H A Drtquery.c390 NA0.a_type = RIP_AUTH_PW;
397 NA0.a_type = RIP_AUTH_MD5;
404 NA2.a_type = htons(1);
712 if (na->a_type == RIP_AUTH_PW
721 if (na->a_type == RIP_AUTH_MD5
738 ntohs(na->a_type));
743 && na->a_type == ntohs(1)) {

Completed in 174 milliseconds

12