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

/xnu-2422.115.4/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
/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.h15 * Please obtain a copy of the License at
110 /* Handle threads at context switch */
439 * enabled at compile-time, a direction function call is used.
445 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
/xnu-2422.115.4/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...]
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd214 # 3 elements at a time
/xnu-2422.115.4/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
382 /* The OS might guarantee only one guard page at the bottom of the stack,
565 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1101 /* Start YYX at -YYN if negative to avoid negative indexes in
1425 YYDPRINTF ((stderr, "Now at end of input.\n"));
1804 /* Return failure if at end of input. */
/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c15 * Please obtain a copy of the License at
132 int pid_atalkinfo(struct atalk * at, struct fileproc * fp, int closeonexec, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
456 *retval = 0; /* none at all, bail */
1462 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

Completed in 84 milliseconds