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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c236 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
242 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
461 char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) argument
465 pipe_bp->pipe_nr = p->pipe_nr;
466 pipe_bp->bandwidth = p->bandwidth;
467 pipe_bp->delay = p->delay;
468 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32));
469 pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, pipe_bp->scheduler_heap.p);
470 bcopy( &(p->not_eligible_heap), &(pipe_bp
502 cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp) argument
[all...]

Completed in 21 milliseconds