Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_load_headers.c365 *count_out = 0;
400 *count_out = count;
426 *count_out = 0;
461 *count_out = count;
487 *count_out = 0; in generic_shdr_from_shdr32()
527 *count_out = count; in generic_shdr_from_shdr32()
552 *count_out = 0; in generic_shdr_from_shdr64()
593 *count_out = count; in generic_shdr_from_shdr64()
662 *count_out = ecount; in dwarf_generic_elf_load_symbols32()
727 *count_out = ecount; in dwarf_generic_elf_load_symbols64()
[all …]
H A Ddwarf_line.c1116 Dwarf_Signed * count_out, in dwarf_srclines_subprog_count() argument
1127 *count_out = line_context->lc_subprogs_count; in dwarf_srclines_subprog_count()
1165 Dwarf_Signed *count_out, in dwarf_srclines_files_count() argument
1175 *count_out = (Dwarf_Signed)line_context->lc_file_entry_count; in dwarf_srclines_files_count()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1609 int count_in = 0, count_out = 0; in usbsacm_init_alloc_ports() local
1616 count_out = usbsacm_get_bulk_pipe_number(acmp, USB_EP_DIR_OUT); in usbsacm_init_alloc_ports()
1620 count_in, count_out); in usbsacm_init_alloc_ports()
1622 acmp->acm_port_cnt = min(count_in, count_out); in usbsacm_init_alloc_ports()