Searched refs:up (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_prproxy.c285 struct nd6_prproxy_prelist *up, *down, *ndprl_tmp; local
291 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) {
295 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le);
296 pr = up->ndprl_pr;
297 VERIFY(up->ndprl_up == NULL);
332 nd6_ndprl_free(up);
388 struct nd6_prproxy_prelist *up, *down; local
447 up = nd6_ndprl_alloc(M_WAITOK);
448 if (up == NULL) {
453 up
718 struct nd6_prproxy_prelist *up, *down; local
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dresourcevar.h132 void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
/xnu-2422.115.4/osfmk/kern/
H A Dprintf.c118 * (origin 1), and the rest (up to a control character (<= 32)) give the
468 unsigned char *up; local
471 up = (unsigned char *)va_arg(argp, unsigned char *);
476 (*putc)(digs[(*up >> 4)], arg);
477 (*putc)(digs[(*up & 0x0f)], arg);
479 up++;
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c544 * hiwater marks to maintain backpressure. Wake up readers.
1520 unpcb_to_compat(struct unpcb *up, struct unpcb_compat *cp) argument
1524 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1526 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1529 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1531 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1534 VM_KERNEL_ADDRPERM(up->unp_socket);
1536 VM_KERNEL_ADDRPERM(up->unp_vnode);
1537 cp->unp_ino = up->unp_ino;
1539 VM_KERNEL_ADDRPERM(up
[all...]
H A Dkern_resource.c787 * up make more accessible, if going down make inaccessible.
955 calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip) argument
959 timerclear(up);
980 timeradd(&ut, up, up);
991 timeradd(&ut, up, up);
/xnu-2422.115.4/SETUP/config/
H A Dmkmakefile.c213 struct users *up; local
261 up = &users[MACHINE_VAX-1];
263 up = &users[machine-1];
264 if (maxusers < up->u_min) {
265 maxusers = up->u_min;
266 } else if (maxusers > up->u_max)
267 printf("warning: maxusers > %d (%d)\n", up->u_max, maxusers);
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c812 * the next characters (up to a control character, i.e. a character <= 32),
832 u_char *up; local
937 up = va_arg(ap, u_char *);
942 PCHAR(hibhex2ascii(*up >> 4));
943 PCHAR(hibhex2ascii(*up & 0x0f));
944 up++;
/xnu-2422.115.4/bsd/net/
H A Dif.c562 * Look up a network interface cloner.
968 * AF_LINK addresses can be looked up directly by their index number,
1002 * If we're looking up with a scope,
1195 * if_updown will set the interface up or down. It will
1196 * prevent other up/down events from occurring until this
1197 * up/down event has completed.
1201 * the flags after we change the up/down state without
1203 * up/down state and updating the rest of the flags.
1208 int up)
1215 /* Wait until no one else is changing the up/dow
1206 if_updown( struct ifnet *ifp, int up) argument
[all...]
H A Dif_var.h134 /* This belongs up in socket.h or socketvar.h, depending on how far the
135 * event bubbles up.
554 short if_flags; /* up/down, broadcast, etc. */
1017 __private_extern__ void if_updown(struct ifnet *ifp, int up);

Completed in 68 milliseconds