Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c865 tlm_get_data_offset(tlm_cmd_t *lcmds) in tlm_get_data_offset() argument
867 if (!lcmds) in tlm_get_data_offset()
870 return (lcmds->tc_buffers->tbs_offset); in tlm_get_data_offset()
H A Dtlm_restore_writer.c1723 tlm_cmd_t *lcmds, in input_mem() argument
1731 if (l <= 0 || d <= 0 || !lcmds || !mem) { in input_mem()
1738 rec = get_read_buffer(toread, &err, &actual_size, lcmds); in input_mem()