Searched refs:first (Results 26 - 29 of 29) sorted by relevance

12

/xnu-2422.115.4/bsd/net/
H A Dif_bond.c1986 int first = FALSE; local
2050 first = TRUE;
2090 /* first port added to bond determines bond's ethernet address */
2091 if (first) {
2179 /* are we adding the first distributing interface? */
2204 /* if this was the first port to be added, clear our address */
2205 if (first) {
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c140 * Allocation requests are handled first at the per-CPU (mcache) layer
144 * the slab freelist will be checked first for available objects before
298 * remaining entries unused. For 16KB cluster, only one entry from the first
376 * a cluster's size. In this case, only the slab of the first cluster is
390 void *sl_head; /* first free buffer */
478 union mbigcluster *mbutl; /* first mapped cluster address */
2377 /* Try using the freelist first */
2815 * 2nd-Nth page's slab is part of the first one,
3731 * first num_with_pkthdrs with mbuf hdrs configured as packet headers; these
3755 * Caller must first chec
3861 struct mbuf **np, *top, *first = NULL; local
[all...]
H A Dkern_credential.c354 * determine identity first from the credential, then from
1254 /* if the ki_name field is used, clear it first */
1777 * Parameters: guid1 Pointer to first GUID
1836 * Parameters: sid1 Pointer to first NTSID
1872 * Description: Set EGID by changing the first element of cr_groups for the
1903 /* Ignoring the first entry, scan for a match for the new egid */
1918 #error Fix radar 4600026 first!!!
2683 * The resolver should check these groups first and if
2929 * harmless since the first into the list will never be looked up,
3207 * the first ar
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c234 /* no more addresses on current server, go to first address of next server */
239 /* no more servers on current location, go to first server of next location */
243 loc = 0; /* after last location, wrap back around to first location */
691 * nss_last is set to -1 at initialization to indicate the first time. Its set to -2 if address was found but
1042 * We'll use the first NFS socket we can successfully set up.
1044 * The search may involve contacting the portmapper service first.
1110 /* ...connect to portmapper first if we (may) need any ports. */
1115 /* ...connect to NFS port first. */
1128 /* ...connect to portmapper first if we need any ports. */
1133 /* ...connect to NFS port first
3470 int error = 0, slpflag, first = 1; local
[all...]

Completed in 161 milliseconds

12