/illumos-gate/usr/src/uts/common/sys/ |
H A D | mhd.h | 70 uint32_t listlen; member 82 uint32_t listlen; member 101 uint32_t listlen; member 113 uint32_t listlen; member
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_loc.c | 627 Dwarf_Signed listlen = 0; in dwarf_loclist_n() local 689 listlen = loclist_count; in dwarf_loclist_n() 769 listlen = 1; /* One by definition of a location entry. */ in dwarf_loclist_n() 793 _dwarf_get_alloc(dbg, DW_DLA_LIST, listlen); in dwarf_loclist_n() 804 *listlen_out = listlen; in dwarf_loclist_n() 825 Dwarf_Signed * listlen, Dwarf_Error * error) in dwarf_loclist() argument 952 *listlen = 1; in dwarf_loclist() 981 Dwarf_Signed * listlen, Dwarf_Error * error) in dwarf_loclist_from_expr() argument 986 expression_length, addr_size,llbuf,listlen,error); in dwarf_loclist_from_expr() 1002 Dwarf_Signed * listlen, in dwarf_loclist_from_expr_a() argument [all …]
|
H A D | dwarf_ranges.c | 99 Dwarf_Signed * listlen, in dwarf_get_ranges_a() argument 397 *listlen = entry_count; in dwarf_get_ranges_a() 417 Dwarf_Signed * listlen, in dwarf_get_ranges() argument 423 rangesbuf,listlen,bytecount,error); in dwarf_get_ranges()
|
H A D | dwarf_loclists.c | 1312 Dwarf_Unsigned listlen = head->ll_locdesc_count; in _dwarf_free_loclists_head() local 1314 for ( ; i < listlen; ++i) { in _dwarf_free_loclists_head()
|
H A D | generated_libdwarf.h.in | 1921 Dwarf_Unsigned * /*listlen*/, 1957 Dwarf_Signed * /*listlen*/, 1967 Dwarf_Signed * /*listlen*/, 1982 Dwarf_Signed * /*listlen*/ , 4818 Dwarf_Signed * /*listlen*/, 4827 Dwarf_Signed * /*listlen*/,
|
H A D | libdwarf.h.in | 1921 Dwarf_Unsigned * /*listlen*/, 1957 Dwarf_Signed * /*listlen*/, 1967 Dwarf_Signed * /*listlen*/, 1982 Dwarf_Signed * /*listlen*/ , 4818 Dwarf_Signed * /*listlen*/, 4827 Dwarf_Signed * /*listlen*/,
|
/illumos-gate/usr/src/cmd/grpck/ |
H A D | grpck.c | 103 int listlen; in main() local 283 listlen = strlen(nptr) - 1; in main() 288 if (listlen) in main()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcp_util.h | 47 uint32_t listlen; member 118 uint32_t listlen; member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_ulpif.h | 139 uint32_t listlen, uint32_t s_id); 155 uint32_t listlen);
|
H A D | fp.h | 349 fc_portmap_t *changelist, uint32_t listlen, uint32_t alloc_len, int sleep); 351 uint32_t listlen, uint32_t alloc_len, int sleep, int sync);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 189 uint32_t listlen, uint32_t sid); 202 uint32_t listlen); 1255 fcip_rt_update(struct fcip *fptr, fc_portmap_t *devlist, uint32_t listlen) in fcip_rt_update() argument 1266 for (i = 0; i < listlen; i++) { in fcip_rt_update() 2197 uint32_t listlen, uint32_t sid) in fcip_statec_cb() argument 2224 "S_ID:0x%x, count:0x%x", instance, port_state, sid, listlen)); in fcip_statec_cb() 2289 fcip_rt_update(fptr, changelist, listlen); in fcip_statec_cb() 2309 fcip_rt_update(fptr, changelist, listlen); in fcip_statec_cb() 2399 if (listlen) { in fcip_statec_cb() 2400 fcip_rt_update(fptr, changelist, listlen); in fcip_statec_cb() [all …]
|
H A D | fcp.c | 1460 fioctl.listlen = f32_ioctl.listlen; in fcp_setup_device_data_ioctl() 1501 fioctl.listlen, KM_NOSLEEP)) == NULL) { in fcp_setup_device_data_ioctl() 1507 (sizeof (struct device_data)) * fioctl.listlen, mode)) { in fcp_setup_device_data_ioctl() 1508 kmem_free(dev_data, sizeof (*dev_data) * fioctl.listlen); in fcp_setup_device_data_ioctl() 1523 (sizeof (struct device_data)) * fioctl.listlen, in fcp_setup_device_data_ioctl() 1526 sizeof (*dev_data) * fioctl.listlen); in fcp_setup_device_data_ioctl() 1530 sizeof (*dev_data) * fioctl.listlen); in fcp_setup_device_data_ioctl() 1536 f32_ioctl.listlen = fioctl.listlen; in fcp_setup_device_data_ioctl() 1563 kmem_free(dev_data, sizeof (*dev_data) * fioctl.listlen); in fcp_setup_device_data_ioctl() 1568 for (i = 0; (i < fioctl.listlen) && (link_cnt == pptr->port_link_cnt); in fcp_setup_device_data_ioctl() [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 944 uint32_t listlen = 0; in fc_ulp_getportmap() local 962 fctl_fillout_map(port, &change_list, &listlen, 1, 1, 0); in fc_ulp_getportmap() 963 if (listlen > *len) { in fc_ulp_getportmap() 965 listlen * sizeof (fc_portmap_t), KM_NOSLEEP); in fc_ulp_getportmap() 976 listlen * sizeof (fc_portmap_t)); in fc_ulp_getportmap() 977 kmem_free(change_list, listlen * sizeof (fc_portmap_t)); in fc_ulp_getportmap() 979 *len = listlen; in fc_ulp_getportmap() 1040 fc_ulp_login(opaque_t port_handle, fc_packet_t **ulp_pkt, uint32_t listlen) in fc_ulp_login() argument 1082 tmp_array = kmem_zalloc(sizeof (*tmp_array) * listlen, KM_SLEEP); in fc_ulp_login() 1083 for (count = 0; count < listlen; count++) { in fc_ulp_login() [all …]
|
H A D | fp.c | 3826 uint32_t listlen; in fp_loop_online() local 3880 listlen = 0; in fp_loop_online() 3888 fctl_fillout_map(port, &changelist, &listlen, in fp_loop_online() 3904 listlen, listlen, KM_SLEEP); in fp_loop_online() 3910 ASSERT(changelist == NULL && listlen == 0); in fp_loop_online() 4357 uint32_t listlen = 0; in fp_offline_timeout() local 4395 fctl_fillout_map(port, &changelist, &listlen, 1, 0, 0); in fp_offline_timeout() 4397 listlen, listlen, KM_SLEEP); in fp_offline_timeout() 4602 fc_portmap_t *changelist, uint32_t listlen, uint32_t alloc_len, int sleep) in fp_ulp_statec_cb() argument 4623 clist->clist_len = listlen; in fp_ulp_statec_cb() [all …]
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 6198 int listsize, listlen, rv; in vdc_mhd_inkeys() local 6238 listlen = scsi_keys->len / MHIOC_RESV_KEY_SIZE; in vdc_mhd_inkeys() 6248 klist32.listlen = listlen; in vdc_mhd_inkeys() 6265 klist.listlen = listlen; in vdc_mhd_inkeys() 6276 if (listlen > 0 && listsize > 0) { in vdc_mhd_inkeys() 6277 if (listsize < listlen) in vdc_mhd_inkeys() 6278 listlen = listsize; in vdc_mhd_inkeys() 6280 listlen * MHIOC_RESV_KEY_SIZE, mode); in vdc_mhd_inkeys() 6312 int listsize, listlen, i, rv; in vdc_mhd_inresv() local 6352 listlen = scsi_resv->len / SCSI3_RESV_DESC_LEN; in vdc_mhd_inresv() [all …]
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 1397 fcp_data.listlen = 1; in g_get_inq_dtype() 1460 fcp_data.listlen = 1; in get_fca_inq_dtype() 2093 fcp_data.listlen = 1; in handle_map_dev_FCP_prop()
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 740 fioctl.listlen = ((uint32_t) (sizeof (fc_hba_mapping_entry_t))) * in getTargetMappings()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 26056 li.listlen = BE_32(in->len) / MHIOC_RESV_KEY_SIZE; 26065 li32.listlen = li.listlen; 26098 copysz = min(li.listlen * MHIOC_RESV_KEY_SIZE, 26218 resvlist.listlen = BE_32(in->len) / SCSI3_RESV_DESC_LEN; 26227 resvlist32.listlen = resvlist.listlen; 26263 for (i = 0; i < min(resvlist.listlen, resvlist.listsize);
|