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

/macosx-10.5.8/xnu-1228.15.4/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 Dif_fddisubr.c139 struct arpcom *ac = (struct arpcom *)ifp; local
173 if (!ARPRESOLVE(ac, rt, m, dst, edst, rt0))
177 if (!arpresolve(ac, m, &((struct sockaddr_in *)dst)->sin_addr, edst, &usetrailers))
337 (void)memcpy((caddr_t)fh->fddi_shost, (caddr_t)ac->ac_enaddr,
531 struct arpcom *ac = (struct arpcom *) ifp; local
538 bcopy((caddr_t)ac->ac_enaddr,
/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A Dexec.h38 int ac; member in struct:exec_info
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c370 acontext_type_t ac;
454 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MAX; ac++) {
455 pv->acontext[ac] = (struct alloc_context *)0;
558 _profile_reset_alloc(struct profile_vars *pv, acontext_type_t ac)
563 for (aptr = pv->acontext[ac];
935 acontext_type_t ac;
1124 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MA
367 acontext_type_t ac; local
553 _profile_reset_alloc(struct profile_vars *pv, acontext_type_t ac) argument
925 acontext_type_t ac; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dmd5.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); \
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dblist.c842 main(int ac, char **av) argument
848 for (i = 1; i < ac; ++i) {

Completed in 59 milliseconds