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

/darwin-on-arm/xnu/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
583 struct nd6_prproxy_prelist *up, *down; local
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h132 void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
/darwin-on-arm/xnu/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++;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c543 * hiwater marks to maintain backpressure. Wake up readers.
1479 unpcb_to_compat(struct unpcb *up, struct unpcb_compat *cp) argument
1483 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1485 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1488 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1490 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1493 VM_KERNEL_ADDRPERM(up->unp_socket);
1495 VM_KERNEL_ADDRPERM(up->unp_vnode);
1496 cp->unp_ino = up->unp_ino;
1498 VM_KERNEL_ADDRPERM(up
[all...]
H A Dkern_resource.c774 * up make more accessible, if going down make inaccessible.
942 calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip) argument
946 timerclear(up);
967 timeradd(&ut, up, up);
978 timeradd(&ut, up, up);
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c219 struct users *up; local
266 up = &users[MACHINE_VAX-1];
268 up = &users[machine-1];
269 if (maxusers < up->u_min) {
270 maxusers = up->u_min;
271 } else if (maxusers > up->u_max)
272 printf("warning: maxusers > %d (%d)\n", up->u_max, maxusers);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c805 * the next characters (up to a control character, i.e. a character <= 32),
825 u_char *up; local
930 up = va_arg(ap, u_char *);
935 PCHAR(hibhex2ascii(*up >> 4));
936 PCHAR(hibhex2ascii(*up & 0x0f));
937 up++;
/darwin-on-arm/xnu/bsd/net/
H A Dif.c549 * Look up a network interface cloner.
958 * AF_LINK addresses can be looked up directly by their index number,
1020 * If we're looking up with a scope,
1214 * if_updown will set the interface up or down. It will
1215 * prevent other up/down events from occurring until this
1216 * up/down event has completed.
1220 * the flags after we change the up/down state without
1222 * up/down state and updating the rest of the flags.
1227 int up)
1234 /* Wait until no one else is changing the up/dow
1225 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.
527 short if_flags; /* up/down, broadcast, etc. */
909 __private_extern__ void if_updown(struct ifnet *ifp, int up);

Completed in 53 milliseconds