Searched refs:a_type (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1475 uint16_t a_type; /* allow or deny */ member in struct:ace
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c1690 if (aux.a_type == AT_NULL)
1694 if (aux.a_type != AT_NULL)
1781 if (aux.a_type == AT_NULL)
1791 if (aux.a_type != AT_NULL)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c445 switch (ace->a_type) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c782 acl_type_t a_type;
790 if (ap->a_type != ACL_TYPE_NFS4)
H A Dzfs_vnops.c5851 if (ap->a_type != ACL_TYPE_NFS4)
5880 if (ap->a_type != ACL_TYPE_NFS4)
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c866 tree e_type, i_type, a_type;
906 a_type = build_array_type (e_type, i_type);
908 a_type = c_build_qualified_type (a_type, TYPE_QUAL_CONST);
910 TREE_TYPE (value) = a_type;
865 tree e_type, i_type, a_type; local
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c393 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
394 if (auxp->a_type < AT_COUNT)
395 aux_info[auxp->a_type] = auxp;
524 if (auxp->a_type == AT_NULL)
534 aux_info[AT_EXECPATH]->a_type = AT_EXECPATH;
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c2400 * XXX: We expect that values for a_type on a 32-bit platform
2404 auxv[i].a_type = auxv32[i].a_type;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c3363 if (ap->a_type != ACL_TYPE_NFS4)
3379 if (ap->a_type != ACL_TYPE_NFS4)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c384 enum gnn_type a_type);
5423 enum gnn_type a_type /* ignored */
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2461 for (aip = ai; aip->a_type != AT_NULL; aip++)
2462 printf("a_type=%#llx a_v=%#llx\n",
2463 (long long int)aip->a_type, (long long int)aip->a_v);

Completed in 364 milliseconds

123