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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c429 struct user_uprof *user_upp = NULL, *user_upc; local
435 user_upc = NULL;
448 user_upc = (struct user_uprof *) kalloc(sizeof (struct user_uprof));
449 user_upc->pr_base = uap->bufbase;
450 user_upc->pr_size = uap->bufsize;
451 user_upc->pr_off = uap->pcoffset;
452 user_upc->pr_scale = uap->pcscale;
465 user_upc->pr_next = user_upp->pr_next;
466 user_upp->pr_next = user_upc;
467 user_upc
[all...]

Completed in 20 milliseconds