Searched refs:pass (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Drtsock.c1250 int pass; local
1263 for (pass = 1; pass < 3; pass++) {
1265 if ((cmd == RTM_ADD && pass == 1) ||
1266 (cmd == RTM_DELETE && pass == 2)) {
1298 if ((cmd == RTM_ADD && pass == 2) ||
1299 (cmd == RTM_DELETE && pass == 1)) {
1562 * the list in two passes. In the first pass we compute the total
1565 * in the second pass
1578 int pass = 0; local
1720 int pass = 0; local
[all...]
H A Dpf_norm.c753 goto pass;
951 pass:
1283 goto pass;
1482 pass:
/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c509 int pass; local
621 for (pass = 1; pass <= 3; pass++) {
626 if ((pass == 3) && (result->validentry == 0)) {
670 if (pass != 2)
693 if (pass != 2)
716 if (pass != 1)
725 if (pass != 1)
736 if (pass !
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c935 goto pass;
969 goto pass;
988 goto pass;
999 pass:
2026 * The pass argument is used when operating in the IPSTEALTH
2028 * [LS]SRR (pass 0) or the others (pass 1).
2035 ip_dooptions(struct mbuf *m, int pass, struct sockaddr_in *next_hop) argument
2037 #pragma unused(pass)
3226 * If there is a registered GRE input handler, pass mbu
[all...]
H A Dip_output.c956 * 4135317 - always pass network byte
1133 /* 4135317 - always pass network byte order to filter */
1423 /* 4135317 - always pass network byte order to filter */
1494 goto pass;
1499 * pass the pkt to dummynet. Need to include
1501 * not recomputed in the next pass.
1548 goto pass;
1699 goto pass;
1711 pass:
H A Dip_fw2.c175 "Only do a single pass through ipfw when using dummynet(4)");
1387 int i, pass = 0, max_pass = 0; local
1400 * because O_LIMIT refer to parent rules, during the first pass only
1402 * them in a second pass.
1416 * handle parent in the second pass,
1420 if (pass == 0)
1441 if (pass++ < max_pass)
2582 /* Outgoing packets automatically pass/match */
3518 * pass up a copy of the current rules. Static rules
/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c1005 * Second initialization pass, to be done after
4021 * and then continue from the spot we left off... we only make 1 pass through the
4312 * first pass through to pull the free pages
4316 * the 'free' bit in the 2nd pass, and even in
4384 * the free list in the 1st pass
4751 * lock, go to a 2 pass algorithm... collect pages up to DELAYED_WORK_LIMIT
5285 hibernate_flush_dirty_pages(int pass) argument
5330 if (COMPRESSED_PAGER_IS_ACTIVE && pass == 1)
5334 if (COMPRESSED_PAGER_IS_ACTIVE && pass == 1)
5339 if (COMPRESSED_PAGER_IS_ACTIVE && pass
[all...]

Completed in 168 milliseconds