/illumos-gate/usr/src/cmd/lp/lib/printers/ |
H A D | chkprinter.c | 51 char * wid, 55 chkprinter (type, cpi, lpi, len, wid, cs) 60 *wid, 84 if (wid && *wid && set_size(wid, 'W', 0) != E_SUCCESS) 46 chkprinter( char * type, char * cpi, char * lpi, char * len, char * wid, char * cs ) argument
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.c | 574 wid_t wid; local 582 wid = path->pin_wid[i]; 583 widget = codec->widget[wid]; 611 wid = path->pin_wid[0]; 612 widget = codec->widget[wid]; 676 wid_t wid; local 681 wid = path->pin_wid[i]; 682 widget = codec->widget[wid]; 1082 wid_t wid; local 1133 wid 1151 wid_t wid; local 1218 wid_t wid, pin_wid = 0; local 1347 wid_t wid; local 1647 wid_t wid; local 1883 wid_t wid; local 2012 wid_t wid = ((audiohd_widget_t *)arg)->wid_wid; local 2026 wid_t wid = ((audiohd_widget_t *)arg)->wid_wid; local 2609 audiohd_get_conns(hda_codec_t *codec, wid_t wid) argument 2678 wid_t wid = widget->wid_wid; local 2771 wid_t wid; local 2935 wid_t wid; local 3144 audiohd_find_dac(hda_codec_t *codec, wid_t wid, int mixer, int *mixernum, int exclusive, int depth) argument 3228 wid_t wid; local 3341 wid_t wid, next; local 3513 wid_t wid, next; local 3611 audiohd_find_input_pins(hda_codec_t *codec, wid_t wid, int allowmixer, int depth, audiohd_path_t *path) argument 3738 wid_t wid; local 3804 wid_t wid, next; local 3978 wid_t wid; local 4110 wid_t wid; local 4204 wid_t wid, next; local 4315 wid_t wid; local 4365 wid_t wid; local 4398 wid_t wid; local 4447 wid_t wid, id; local 4486 audiohd_find_beep(hda_codec_t *codec, wid_t wid, int depth) argument 4540 wid_t wid; local 4632 wid_t wid, next; local 4717 wid_t wid, next; local 4801 audiohd_find_output_pins(hda_codec_t *codec, wid_t wid, int depth, audiohd_path_t *path) argument 4881 wid_t wid; local 5219 wid_t wid; local 5308 wid_t wid; local 5400 audiohd_disable_pin(audiohd_state_t *statep, int caddr, wid_t wid) argument 5417 audiohd_enable_pin(audiohd_state_t *statep, int caddr, wid_t wid) argument 5441 wid_t wid; local 5490 wid_t wid; local 5710 audiohd_12bit_verb_to_codec(audiohd_state_t *statep, uint8_t caddr, uint8_t wid, uint16_t cmd, uint8_t param) argument 5752 audiohd_4bit_verb_to_codec(audiohd_state_t *statep, uint8_t caddr, uint8_t wid, uint32_t cmd, uint16_t param) argument 5824 audioha_codec_verb_get(void *arg, uint8_t caddr, uint8_t wid, uint16_t verb, uint8_t param) argument 5873 audioha_codec_4bit_verb_get(void *arg, uint8_t caddr, uint8_t wid, uint16_t verb, uint16_t param) argument [all...] |
H A D | audiohd.h | 602 * wid of possible & selected input & output connections 732 wid_t wid; member in struct:audiohd_pin 754 * widget wid. 778 wid_t first_wid; /* wid of 1st subnode of AFG */ 779 wid_t last_wid; /* wid of the last subnode of AFG */ 791 /* use wid as index to the array of widget pointers */ 917 #define AUDIOHD_ENABLE_PIN_IN(statep, caddr, wid) \ 919 (void) audioha_codec_verb_get(statep, caddr, wid, \ 926 #define AUDIOHD_DISABLE_PIN_IN(statep, caddr, wid) \ 930 lTmp = audioha_codec_verb_get(statep, caddr, wid, \ [all...] |
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n6.c | 267 int base, wid; local 272 base = numtab[ST].val = wid = numtab[CT].val = 0; 287 wid += k; 304 setn1(wid, 0, (tchar) 0);
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 77 extern int m_fputmbs(FILE* fp, char *mbs, int wid, int prec, int ljust); 131 #define m_fputmbs(fp, str, wid, prec, ljust) \ 132 fprintf((fp), (ljust) ? "%-*.*s" : "%*.*s", wid, prec, str)
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 496 int base, wid; local 501 base = numtab[ST].val = wid = numtab[CT].val = 0; 516 wid += k; 533 setn1(wid, 0, (tchar) 0);
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 266 char wid[WB_MAX_CID_LEN * 2 + 1]; local 297 wlen = sizeof (wid); 298 (void) octet_to_hexascii(clid, clen, wid, &wlen); 307 CGIcontent(ut), netstr, wid) >= URL_MAX_PATHLEN - plen) {
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 1115 char * wid, 1119 sum_chkprinter (types, cpi, lpi, len, wid, cs) 1124 char * wid; 1142 this = chkprinter(*pt, cpi, lpi, len, wid, cs); 1110 sum_chkprinter( char ** types, char * cpi, char * lpi, char * len, char * wid, char * cs ) argument
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vds.c | 2418 int wid, nwrites; local 2454 wid = task->write_index; 2457 if (vd->write_queue[wid] != NULL) { 2459 vd->write_queue[wid] = NULL; 2460 wid = VD_WRITE_INDEX_NEXT(vd, wid); 2469 while (vd->write_queue[wid] != NULL) { 2470 (void) biowait(vd->write_queue[wid]); 2471 vd->write_queue[wid] = NULL; 2472 wid [all...] |
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 2425 caddr_t *wid = NULL; local 2432 ret = rib_send_and_wait(conn, cl, msgid, 1, 0, wid);
|