Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/iscsi/dist/include/
H A Dosd.h100 uint32_t get_attributes_allocation_length; member
118 *((uint32_t *)((CDB)+52)) = ISCSI_HTONL((ARGS)->get_attributes_allocation_length); \
136 (ARGS)->get_attributes_allocation_length = ISCSI_NTOHL(*((uint32_t *)((EXT_CDB)-16+52))); \
/netbsd-src/external/bsd/iscsi/dist/src/osd/
H A Dosd.c457 if ((get_data = iscsi_malloc_atomic(osd_args.get_attributes_allocation_length)) == NULL) { in device_command()
613 if (attr_len != osd_args.get_attributes_allocation_length) { in device_command()
615 osd_args.get_attributes_allocation_length, attr_len); in device_command()
621 sg[sg_len].iov_len = osd_args.get_attributes_allocation_length; in device_command()
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dosd_ops.c114 args.get_attributes_allocation_length = 14; in osd_create_group()
165 args.get_attributes_allocation_length = 18; in osd_create()
407 args.get_attributes_allocation_length = 10 + alloc_len; in osd_get_one_attr()