/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_debuglink.c | 230 char *inputs = dwarfstring_string(input); in _dwarf_pathjoinl() local 241 if (*inputs != joinchar) { in _dwarf_pathjoinl() 243 dwarfstring_append(target,inputs); in _dwarf_pathjoinl() 245 dwarfstring_append(target,inputs); in _dwarf_pathjoinl() 248 if (*inputs != joinchar) { in _dwarf_pathjoinl() 249 dwarfstring_append(target,inputs); in _dwarf_pathjoinl() 251 dwarfstring_append(target,inputs+1); in _dwarf_pathjoinl()
|
/illumos-gate/usr/src/uts/common/io/audio/ac97/ |
H A D | ac97.c | 131 uint64_t inputs; member 410 ac->inputs |= (1U << INPUT_MIC); in ac_probe_mic() 452 ac->inputs |= (1U << INPUT_AUXIN); in ac_probe_auxin() 466 ac->inputs |= (1U << INPUT_PHONE); in ac_probe_phone() 495 ac->inputs |= (1U << INPUT_LINEIN); in ac_probe_linein() 509 ac->inputs |= (1U << INPUT_CD); in ac_probe_cdrom() 523 ac->inputs |= (1U << INPUT_VIDEO); in ac_probe_video() 1550 ac->inputs = (1U << INPUT_STEREOMIX) | (1U << INPUT_MONOMIX); in ac_probeinit_ctrls() 1555 my_cpt.cp_minval |= ac->inputs; in ac_probeinit_ctrls() 1556 my_cpt.cp_maxval |= ac->inputs; in ac_probeinit_ctrls()
|
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231.c | 864 ADD_CTRL(inputs, CTL_INPUTS, (1U << INPUT_MIC)); in audiocs_add_controls() 1324 uint64_t inputs; in audiocs_configure_input() local 1329 inputs = state->cs_inputs->cc_val; in audiocs_configure_input() 1343 if (inputs & (1U << INPUT_MIC)) { in audiocs_configure_input() 1347 if (inputs & (1U << INPUT_LINEIN)) { in audiocs_configure_input() 1351 if (inputs & (1U << INPUT_CD)) { in audiocs_configure_input() 1356 if (inputs & (1U << INPUT_STEREOMIX)) { in audiocs_configure_input()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | example.c | 135 struct storage_hash_list *inputs; member 335 in = find_storage_hash(pseudo, state->inputs); in can_regenerate() 407 src = find_storage_hash(pseudo, state->inputs); in find_pseudo_storage() 1330 if (insn->asm_rules->outputs || insn->asm_rules->inputs) { in generate_asm() 1334 arg = generate_asm_inputs(state, insn->asm_rules->inputs, arg); in generate_asm() 1558 in = find_storage_hash(pseudo, state->inputs); in fill_output() 1694 FOR_EACH_PTR(state->inputs, entry) { in generate() 1714 FOR_EACH_PTR(state->inputs, entry) { in generate() 1774 state.inputs = gather_storage(bb, STOR_IN); in output_bb() 1785 free_ptr_list(&state.inputs); in output_bb()
|
H A D | linearize.h | 77 struct asm_constraint_list *inputs; member
|
H A D | liveness.c | 37 FOR_EACH_PTR(insn->asm_rules->inputs, entry) { in asm_liveness()
|
H A D | linearize.c | 303 buf = show_asm_constraints(buf, "\n\t\tin: ", rules->inputs); in show_asm() 2087 add_ptr_list(&insn->asm_rules->inputs, rule); in add_asm_input()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | EXPLAIN | 80 will succeed on the inputs 85 and fail on the inputs
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | emu10k1.mac | 76 // Load up the PCM inputs. We multiply each of them by 4, as
|
H A D | emu10k2.mac | 83 // Load up the PCM inputs.
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 3602 int i, inputs; in getnets() local 3657 inputs = Ninputs + nap->n_cnt; in getnets() 3659 Nfd = realloc(Nfd, inputs * sizeof (struct pollfd)); in getnets() 3660 Ncf = realloc(Ncf, inputs * sizeof (struct netconfig)); in getnets() 3661 Myaddrs = realloc(Myaddrs, inputs * sizeof (struct netbuf *)); in getnets() 3662 Udp = realloc(Udp, inputs * sizeof (struct t_unitdata *)); in getnets() 3663 Errp = realloc(Errp, inputs * sizeof (struct t_uderr *)); in getnets()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | maketerm.ed | 446 int _delay; /* timeout for inputs */
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 13560 80fc APCI1500 Signal processing controller (16 dig. inputs + 16 dig. outputs) 13565 828d APCI3001 Signal processing controller (up to 16 analog inputs) 15891 # Unknown card with Altera ACE EP1K50TC144-2 as the PCI interface and has 4 BNC inputs connected to… 22648 1003 APCI1032 SP controller (32 digi inputs w/ opto coupler) 23508 0142 PCA7208AS - Analog inputs/Outputs 23515 0149 PCA7228EL Multifunction PCI IO card with isolated analog inputs 23516 0150 PCA7428EL Multifunction PCI IO card with isolated analog inputs 23517 0151 PCA7628AL - PCI card with analog inputs, counters and DIO 23518 0152 PCA7628AS PCI card with analog inputs, outputs, counters and DIO 23533 0840 PCA-8428 General-purpose multifunctional PCIe card with 8 analog inputs and 2 analog outputs [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 702 …\item Link\_params – The ecore uses this as inputs for configuring the link; According to the valu…
|