Searched refs:nsi_data (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp.c321 sp->nsi_data.nd_oper = ndmp_door_get_int32(dec_ctx);
322 sp->nsi_data.nd_state = ndmp_door_get_int32(dec_ctx);
323 sp->nsi_data.nd_halt_reason = ndmp_door_get_int32(dec_ctx);
324 sp->nsi_data.nd_sock = ndmp_door_get_int32(dec_ctx);
325 sp->nsi_data.nd_addr_type = ndmp_door_get_int32(dec_ctx);
326 sp->nsi_data.nd_abort = ndmp_door_get_int32(dec_ctx);
327 sp->nsi_data.nd_read_offset = ndmp_door_get_uint64(dec_ctx);
328 sp->nsi_data.nd_read_length = ndmp_door_get_uint64(dec_ctx);
329 sp->nsi_data.nd_total_size = ndmp_door_get_uint64(dec_ctx);
330 sp->nsi_data
[all...]
H A Dlibndmp.h343 ndmp_data_t nsi_data; /* Data information */ member in struct:ndmp_session_info

Completed in 23 milliseconds