Searched refs:nskp (Results 1 – 2 of 2) sorted by relevance
281 struct nskernd *nskp; in newlwp() local285 nskp = malloc(sizeof (*nskp)); in newlwp()286 if (!nskp) { in newlwp()289 sizeof (*nskp)); in newlwp()296 bcopy(req, nskp, sizeof (*nskp)); in newlwp()299 _newlwp, nskp, THR_BOUND|THR_DETACHED, &tid); in newlwp()309 free(nskp); in newlwp()532 struct nskernd *nskp; in dolock() local538 nskp = malloc(sizeof (*nskp)); in dolock()539 if (!nskp) { in dolock()[all …]
142 nskernd_get(struct nskernd *nskp) in nskernd_get() argument162 bcopy(nskp, &nskernd_kdata, sizeof (*nskp)); in nskernd_get()175 bcopy(&nskernd_kdata, nskp, sizeof (*nskp)); in nskernd_get()