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

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_open.c55 * TPI message, call to _t_create may fail the first time it is called with
60 * _t_create sends T_CAPABILITY_REQ through TI_CAPABILITY ioctl.
129 * _t_create() requires that all signals be blocked.
136 * Call to _t_create may fail either because transport doesn't
140 * and that open/close doesn't have side effects. _t_create may fail
144 tiptr = _t_create(fd, info, api_semantics, &ticap_ioctl_failed);
147 * If _t_create failed due to fail of ti_capability_req we may
170 * _t_create synchronizes state witk kernel timod and
H A Dtx.h287 extern struct _ti_user *_t_create(int, struct t_info *, int, int *);
H A D_utility.c146 * _t_create() requires that all signals be blocked.
152 tiptr = _t_create(fd, NULL, api_semantics, NULL);
838 _t_create(int fd, struct t_info *info, int api_semantics, int *t_capreq_failed) function
1453 /* see note in _t_create above */

Completed in 47 milliseconds