Home
last modified time | relevance | path

Searched refs:luns (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c840 int luns = 1, rval; in scsa2usb_bulk_only_get_max_lun() local
880 luns = *data->b_rptr + 1; in scsa2usb_bulk_only_get_max_lun()
887 if ((luns >= SCSA2USB_MAX_LUNS) || (luns <= 0)) { in scsa2usb_bulk_only_get_max_lun()
891 "(adjusting to 1)", luns); in scsa2usb_bulk_only_get_max_lun()
892 luns = 1; in scsa2usb_bulk_only_get_max_lun()
899 return (luns); in scsa2usb_bulk_only_get_max_lun()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_query.c1692 Dwarf_Unsigned luns = 0; in dwarf_bytesize() local
1694 &luns, error); in dwarf_bytesize()
1695 *ret_size = luns; in dwarf_bytesize()
1704 Dwarf_Unsigned luns = 0; in dwarf_bitsize() local
1706 &luns, error); in dwarf_bitsize()
1707 *ret_size = luns; in dwarf_bitsize()
1719 *ret_size = luns; in dwarf_bitoffset()
1731 &luns, error); in dwarf_srclang()
1732 *ret_size = luns; in dwarf_srclang()
1744 &luns, error); in dwarf_arrayorder()
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib364 typeset luns=$4
368 [[ -z $luns ]] || [[ -z $blksz ]] && \
398 add_host=$hosts num_tgts=$tgts max_luns=$luns \
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c427 int luns = 0; in iscsi_sess() local
436 'l', MDB_OPT_SETBITS, TRUE, &luns, in iscsi_sess()
450 idc.u.child.idc_lun = luns; in iscsi_sess()