Searched refs:pipe_bp (Results 1 – 1 of 1) sorted by relevance
225 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);471 cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) in cp_pipe_to_32_user() argument475 pipe_bp->pipe_nr = p->pipe_nr; in cp_pipe_to_32_user()476 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_32_user()477 pipe_bp->delay = p->delay; in cp_pipe_to_32_user()478 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()479 …pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, VM_KERNEL_ADDRHIDE(pipe_bp->schedule… in cp_pipe_to_32_user()480 bcopy( &(p->not_eligible_heap), &(pipe_bp->not_eligible_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()481 …pipe_bp->not_eligible_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, VM_KERNEL_ADDRHIDE(pipe_bp->not_e… in cp_pipe_to_32_user()[all …]