Searched refs:at (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_aarp.h15 * Please obtain a copy of the License at
66 struct atalk_addr dest_at_addr; /* desired or dest. at addr */
138 #define AMT_LOOK(at, at_addr, elapp) { \
140 at = &aarp_table[elapp->ifPort]->et_aarp_amt[AMT_HASH(at_addr) * AMT_BSIZ]; \
141 for (n = 0 ; ; at++) { \
142 if (at->dest_at_addr.atalk_node == (at_addr).atalk_node && \
143 NET_EQUAL(at->dest_at_addr.atalk_net, (at_addr).atalk_net)) \
146 at = NULL; \
153 #define NEW_AMT(at, at_addr, elapp) { \
156 myat = at
[all...]
H A Dddp_aarp.c15 * Please obtain a copy of the License at
72 * we have tried out at startup.
534 * The pkt being passed here is only to "look at". It should neither
671 StaticProc aarp_amt_t *aarp_lru_entry(at)
672 register aarp_amt_t *at;
677 at_ret = at;
679 for (i = 1, at++; i < AMT_BSIZ; i++, at++) {
680 if (at->last_time < at_ret->last_time && (at
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh10 # compliance with the License. Please obtain a copy of the License at
53 * Please obtain a copy of the License at
H A Dmake_symbol_aliasing.sh10 # compliance with the License. Please obtain a copy of the License at
57 * Please obtain a copy of the License at
/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h15 * Please obtain a copy of the License at
109 /* Handle threads at context switch */
446 * enabled at compile-time, a direction function call is used.
452 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c15 * Please obtain a copy of the License at
636 * Fetch the FS_LOCATIONS attribute for the node found at directory/name.
1027 const char *p, *at; local
1040 at = NULL;
1046 at = p;
1049 if (at && !at[1] && !isgroup)
1087 if (!(nfs_idmap_ctrl & NFS_IDMAP_CTRL_FALLBACK_NO_WELLKNOWN_IDS) && at && !at[1]) {
1139 if (!(nfs_idmap_ctrl & NFS_IDMAP_CTRL_FALLBACK_NO_COMMON_IDS) && at) {
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c15 * Please obtain a copy of the License at
128 int pid_atalkinfo(struct atalk * at, struct fileproc * fp, int closeonexec, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
430 *retval = 0; /* none at all, bail */
1393 pid_atalkinfo(__unused struct atalk * at, __unused struct fileproc *fp, __unused int closeonexec, __unused user_addr_t buffer, __unused uint32_t buffersize, __unused int32_t * retval) argument
1543 struct atalk * at; local
1545 if ((error = fp_getfatalk(p, fd, &fp, &at)) !=0) {
1551 error = pid_atalkinfo(at, fp, closeonexec, buffer, buffersize, retval);
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp15 * Please obtain a copy of the License at
60 the Free Software Foundation; either version 2, or (at your option)
78 the parser skeleton itself, you may (at your option) remove this
349 /* The OS might guarantee only one guard page at the bottom of the stack,
530 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1063 /* Start YYX at -YYN if negative to avoid negative indexes in
1387 YYDPRINTF ((stderr, "Now at end of input.\n"));
1688 /* Return failure if at end of input. */
H A DOSUnserializeXML.cpp15 * Please obtain a copy of the License at
60 the Free Software Foundation; either version 2, or (at your option)
78 the parser skeleton itself, you may (at your option) remove this
378 /* The OS might guarantee only one guard page at the bottom of the stack,
561 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1097 /* Start YYX at -YYN if negative to avoid negative indexes in
1421 YYDPRINTF ((stderr, "Now at end of input.\n"));
1728 /* Return failure if at end of input. */
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s311 beq 2f @ at 0 means we are done.
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles374 bsd/netat/at.c optional netat

Completed in 56 milliseconds