Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c393 DispatchTable tcs_func_table[TCSD_MAX_NUM_ORDS] = { variable
560 tcs_func_table[thread_data->comm.hdr.u.ordinal].name, in access_control()
584 tcs_func_table[data->comm.hdr.u.ordinal].name); in dispatchCommand()
589 tcs_func_table[data->comm.hdr.u.ordinal].name, data->hostname); in dispatchCommand()
606 if ((result = tcs_func_table[data->comm.hdr.u.ordinal].Func(data)) == TSS_SUCCESS) { in dispatchCommand()