Searched refs:loadData (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/xorg/bin/xcmsdb/
H A DMakefile6 SRCS= xcmsdb.c loadData.c
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c51 loadData(UINT64 *offset, TCSD_PACKET_TYPE data_type, void *data, int data_size, BYTE *blob) function
122 if ((result = loadData(&offset, dataType, theData, theDataSize, NULL)))
144 if ((result = loadData(&offset, dataType, theData, theDataSize, comm->buf)))
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c114 loadData(UINT64 *offset, TCSD_PACKET_TYPE data_type, void *data, int data_size, BYTE *blob) function
196 if ((result = loadData(&offset, dataType, theData, theDataSize, NULL)) != TSS_SUCCESS)
215 if ((result = loadData(&offset, dataType, theData, theDataSize, comm->buf)) != TSS_SUCCESS)

Completed in 144 milliseconds