HomeSort by: relevance | last modified time | path
    Searched defs:icap (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/gen/
getcap.c 521 char *icap, *scan, *tc, *tcstart, *tcend; local in function:getent
553 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
555 newicap = icap; /* Put into a register. */
611 free(icap);
629 free(icap);
getcap.c 521 char *icap, *scan, *tc, *tcstart, *tcend; local in function:getent
553 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
555 newicap = icap; /* Put into a register. */
611 free(icap);
629 free(icap);
  /src/sys/dev/hdaudio/
hdafg.c 1237 int i, j, cnt, maxctls, ocap, icap; local in function:hdafg_control_parse
1278 icap = w->w_p.inamp_cap;
1301 if (icap) {
1302 mute = COP_AMPCAP_MUTE_CAPABLE(icap);
1303 step = COP_AMPCAP_NUM_STEPS(icap);
1304 size = COP_AMPCAP_STEP_SIZE(icap);
1305 offset = COP_AMPCAP_OFFSET(icap);
hdafg.c 1237 int i, j, cnt, maxctls, ocap, icap; local in function:hdafg_control_parse
1278 icap = w->w_p.inamp_cap;
1301 if (icap) {
1302 mute = COP_AMPCAP_MUTE_CAPABLE(icap);
1303 step = COP_AMPCAP_NUM_STEPS(icap);
1304 size = COP_AMPCAP_STEP_SIZE(icap);
1305 offset = COP_AMPCAP_OFFSET(icap);

Completed in 58 milliseconds