Searched defs:struct_type (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | t_free.c | 38 _tx_free(void *ptr, int struct_type, int api_semantics) argument 54 switch (struct_type) {
|
H A D | t_alloc.c | 51 _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 D | tli_wrappers.c | 47 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 D | xti_wrappers.c | 66 _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