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.c352 Dwarf_Unsigned * count_out,
365 *count_out = 0;
400 *count_out = count;
413 Dwarf_Unsigned * count_out,
426 *count_out = 0;
461 *count_out = count;
474 Dwarf_Unsigned * count_out, in generic_shdr_from_shdr32() argument
487 *count_out = 0; in generic_shdr_from_shdr32()
527 *count_out = count; in generic_shdr_from_shdr32()
539 Dwarf_Unsigned * count_out, in generic_shdr_from_shdr64() argument
[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()