Searched defs:struct_type (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_free.c38 _tx_free(void *ptr, int struct_type, int api_semantics) argument
54 switch (struct_type) {
H A Dt_alloc.c51 _tx_alloc(int fd, int struct_type, int fields, int api_semantics) argument
107 switch (struct_type) {
254 (void) t_free(p.caddr, struct_type);
H A Dtli_wrappers.c47 t_alloc(int fd, int struct_type, int fields) argument
49 return (_tx_alloc(fd, struct_type, fields, TX_TLI_API));
77 t_free(void *ptr, int struct_type) argument
79 return (_tx_free(ptr, struct_type, TX_TLI_API));
H A Dxti_wrappers.c66 _xti_alloc(int fd, int struct_type, int fields) argument
68 return (_tx_alloc(fd, struct_type, fields, TX_XTI_API));
100 _xti_free(void *ptr, int struct_type) argument
102 return (_tx_free(ptr, struct_type, TX_XTI_API));

Completed in 22 milliseconds