Home
last modified time | relevance | path

Searched refs:_tx_alloc (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c52 return (_tx_alloc(fd, struct_type, fields, TX_TLI_API)); in t_alloc()
H A Dxti_wrappers.c72 return (_tx_alloc(fd, struct_type, fields, TX_XTI_API)); in _xti_alloc()
H A Dtx.h305 extern char *_tx_alloc(int, int, int, int);
H A Dt_alloc.c52 _tx_alloc(int fd, int struct_type, int fields, int api_semantics) in _tx_alloc() function