Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_dummynet.c225 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
231 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
469 cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) in cp_pipe_to_32_user() argument
473 pipe_bp->pipe_nr = p->pipe_nr; in cp_pipe_to_32_user()
474 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_32_user()
475 pipe_bp->delay = p->delay; in cp_pipe_to_32_user()
476 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
477 pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, pipe_bp->scheduler_heap.p); in cp_pipe_to_32_user()
478 bcopy( &(p->not_eligible_heap), &(pipe_bp->not_eligible_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
479 pipe_bp->not_eligible_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, pipe_bp->not_eligible_heap.p); in cp_pipe_to_32_user()
[all …]