Searched refs:crf (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 148 door_xcreate_server_func_t *crf, door_xcreate_thrsetup_func_t *setupf, in door_create_cmn() argument 167 if (crf) in door_create_cmn() 230 if (crf == NULL) { in door_create_cmn() 244 pdd->pd_crf = crf; in door_create_cmn() 280 door_xcreate_server_func_t *crf, door_xcreate_thrsetup_func_t *setupf, in door_xcreate() argument 283 if (flags & DOOR_PRIVCREATE || nthread < 1 || crf == NULL) { in door_xcreate() 289 crf, setupf, crcookie, nthread)); in door_xcreate()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.c | 1842 fmd_doorthr_create(door_info_t *dip, void *(*crf)(void *), void *crarg, in fmd_doorthr_create() 1875 if ((new_tp = fmd_doorthread_create(mp, (fmd_thread_f *)crf, in fmd_doorthr_create()
|