Searched refs:ac (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/machine/
H A Dexec.h38 int ac; member in struct:exec_info
/darwin-on-arm/xnu/bsd/net/
H A Diso88025.h90 u_char ac; /* access control field */ member in struct:iso88025_header
101 u_char ac; member in struct:iso88025_sockaddr_data
H A Dpf_table.c2101 struct pf_anchor *ac = rs->anchor; local
2107 if (ac != NULL)
2108 strlcpy(tbl.pfrt_anchor, ac->path, sizeof (tbl.pfrt_anchor));
2114 if (ac != NULL) {
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c364 acontext_type_t ac;
448 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MAX; ac++) {
449 pv->acontext[ac] = (struct alloc_context *)0;
552 _profile_reset_alloc(struct profile_vars *pv, acontext_type_t ac)
557 for (aptr = pv->acontext[ac];
929 acontext_type_t ac;
1118 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MA
361 acontext_type_t ac; local
547 _profile_reset_alloc(struct profile_vars *pv, acontext_type_t ac) argument
919 acontext_type_t ac; local
[all...]
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c125 #define FF(a, b, c, d, x, s, ac) { \
126 (a) += F((b), (c), (d)) + (x) + (unsigned long long)(ac); \
131 #define GG(a, b, c, d, x, s, ac) { \
132 (a) += G((b), (c), (d)) + (x) + (unsigned long long)(ac); \
137 #define HH(a, b, c, d, x, s, ac) { \
138 (a) += H((b), (c), (d)) + (x) + (unsigned long long)(ac); \
143 #define II(a, b, c, d, x, s, ac) { \
144 (a) += I((b), (c), (d)) + (x) + (unsigned long long)(ac); \
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c856 main(int ac, char **av) argument
862 for (i = 1; i < ac; ++i) {

Completed in 81 milliseconds