Searched refs:t_kalloc (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/uts/common/rpc/sec/ |
| H A D | authdesubr.c | 114 if ((error = t_kalloc(tiptr, T_UNITDATA, in rtime() 215 if ((error = t_kalloc(tiptr, T_CALL, T_ADDR, in rtime()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | t_kuser.h | 94 extern int t_kalloc(TIUSER *, int, int, char **);
|
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | clnt_gen.c | 234 if ((error = t_kalloc(tiptr, T_BIND, T_ADDR, (char **)&req)) != 0) { in bindresvport() 239 if ((error = t_kalloc(tiptr, T_BIND, T_ADDR, (char **)&ret)) != 0) { in bindresvport()
|
| /illumos-gate/usr/src/uts/common/ktli/ |
| H A D | t_kalloc.c | 67 t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr) in t_kalloc() function
|
| /illumos-gate/usr/src/uts/sparc/ml/ |
| H A D | modstubs.S | 492 NO_UNLOAD_STUB(tlimod, t_kalloc, nomod_zero);
|
| /illumos-gate/usr/src/uts/intel/ml/ |
| H A D | modstubs.S | 454 NO_UNLOAD_STUB(tlimod, t_kalloc, nomod_zero);
|
| /illumos-gate/usr/src/uts/common/ |
| H A D | Makefile.files | 1557 TLIMOD_OBJS += tlimod.o t_kalloc.o t_kbind.o t_kclose.o \
|