Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/iscsi/dist/include/
H A Dosd.h98 uint32_t get_attributes_page; member
116 *((uint32_t *)((CDB)+44)) = ISCSI_HTONL((ARGS)->get_attributes_page); \
134 (ARGS)->get_attributes_page = ISCSI_NTOHL(*((uint32_t *)((EXT_CDB)-16+44))); \
/netbsd-src/external/bsd/iscsi/dist/src/osd/
H A Dosd.c456 if (osd_args.get_attributes_list_length || osd_args.get_attributes_page) { in device_command()
553 if (osd_args.get_attributes_page) { in device_command()
560 page = osd_args.get_attributes_page; in device_command()
562 switch (osd_args.get_attributes_page) { in device_command()
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dosd_ops.c108 args.get_attributes_page = 0x40000001; in osd_create_group()
159 args.get_attributes_page = 0x000000001; in osd_create()
388 args.get_attributes_page = page; in osd_get_one_attr()