Searched refs:eq (Results 1 - 17 of 17) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dmakesyscalls.sh772 if [ $output_syscalltablefile -eq 1 ]; then
778 if [ $output_syscallnamesfile -eq 1 ]; then
782 if [ $output_sysprotofile -eq 1 ]; then
786 if [ $output_syshdrfile -eq 1 ]; then
790 if [ $output_auditevfile -eq 1 ]; then
/xnu-2422.115.4/SETUP/config/
H A Dparser.y326 if (eq($1, "generic"))
621 if (eq($2, "mba"))
623 else if (eq($2, "uba"))
625 else if (eq($2, "mbii"))
627 else if (eq($2, "vme"))
645 if (eq(cur.d_name, "mba") || eq(cur.d_name, "uba")
646 || eq(cur.d_name, "mbii") || eq(cur.d_name, "vme")) {
890 if (eq(f
[all...]
H A Dmkmakefile.c112 if (eq(fp->f_fn, file))
127 if (eq(tail(fp->f_fn), tail(file)))
309 if (eq(line, "%OBJS\n")) {
311 } else if (eq(line, "%CFILES\n")) {
314 } else if (eq(line, "%SFILES\n")) {
317 } else if (eq(line, "%MACHDEP\n")) {
324 } else if (eq(line, "%RULES\n"))
326 else if (eq(line, "%LOAD\n"))
437 if (eq(wd, "standard"))
439 if (!eq(w
[all...]
H A Dmkioconf.c107 !eq(mp->d_name, "mba"))
117 mp == TO_NEXUS || !eq(mp->d_name, "mba"))
160 !eq(np->d_name, "mba"))
177 !eq(mp->d_name, "uba"))
210 !eq(mp->d_name, "uba"))
248 eq(mp->d_name, "mba"))
251 if (np != 0 && np != TO_NEXUS && eq(np->d_name, "mba"))
254 if (eq(mp->d_name, "uba")) {
311 eq(mp->d_name, "uba") ? dp->d_name : mp->d_name, dp->d_unit,
312 eq(m
[all...]
H A Dmkswapconf.c88 if (eq(fl->f_fn, "generic")) {
192 if (eq(name, dp->dev_name))
H A Dmkglue.c92 !eq(mp->d_name, "mba")) {
112 !eq(mp->d_name, "mba")) {
315 !eq(mp->d_name, "mba")) {
H A Dmkheaders.c92 if (dp->d_unit != -1 && eq(dp->d_name, dev)) {
203 if (eq(inwcopy, name)) {
H A Dconfig.h248 #define eq(a,b) (!strcmp(a,b)) macro
/xnu-2422.115.4/tools/tests/libMicro/
H A Dod_account_delete.sh59 if [ $? -eq 0 ]; then
H A DbenchDS.sh215 if [ $newline -eq 1 ]
H A Dbench.sh50 if [ $# -eq 1 ]
202 if [ $newline -eq 1 ]
215 if [ $lmbench -eq 0 ]
H A Dcoreos_bench.sh49 if [ $# -eq 1 ]
228 if [ $newline -eq 1 ]
241 if [ $lmbench -eq 0 ]
H A Dembd_bench.sh50 if [ $# -eq 1 ]
208 if [ $newline -eq 1 ]
221 if [ $lmbench -eq 0 ]
/xnu-2422.115.4/tools/
H A Dremote_build.sh97 if [ $SKIPREMOTE -eq 1 ]; then
165 if [ \$ret -eq 0 ]; then
166 if [ ${TARBUILDDIRS} -eq 1 ]; then
H A Dxcrun_cache.sh78 if [ $? -eq 0 ]; then
85 if [ $CACHE -eq 1 ]; then
/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c1218 struct vm_pageout_queue *eq; local
1266 eq = &vm_pageout_queue_external;
1543 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1881 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1905 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
2514 } else if (VM_PAGE_Q_THROTTLED(eq)) {
2572 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
2685 } else if (VM_PAGE_Q_THROTTLED(eq)) {
3432 vm_pageout_adjust_io_throttles(struct vm_pageout_queue *iq, struct vm_pageout_queue *eq, boolean_t req_lowpriority) argument
3444 if (eq
[all...]
H A Dvm_resident.c4879 struct vm_pageout_queue *eq; local
4886 eq = &vm_pageout_queue_external;
4997 } else if (VM_PAGE_Q_THROTTLED(eq))
4998 tq = eq;
5034 if (tq == eq) {

Completed in 124 milliseconds