Searched refs:wcd (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_promif_isadep.c | 117 walk_cpu_data_t *wcd = arg; local 139 if (wcd->wcd_cb(node, wcd->wcd_arg, result) != 0) 148 walk_cpu_data_t wcd; local 150 wcd.wcd_cb = cb; 151 wcd.wcd_arg = arg; 153 prom_walk_devs(prom_rootnode(), walk_cpus_cb, &wcd, result); local
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.err.c | 194 wchar_t wcd=(wchar_t)(d&TRIM); local 197 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | stmf_sbd.h | 301 sbd_status_t sbd_wcd_set(int wcd, sbd_lu_t *sl); 302 void sbd_wcd_get(int *wcd, sbd_lu_t *sl);
|
H A D | sbd.c | 1729 int wcd = 0; local 1885 wcd = 1; 1898 sbd_wcd_get(&wcd, sl); 1901 if (wcd) { 2239 int wcd = 0; local 2524 wcd = 1; 2532 sbd_wcd_get(&wcd, sl); 2536 if (wcd) { 3529 * wcd - 1 = disable, 0 = enable 3532 sbd_wcd_set(int wcd, sbd_lu_ argument 3569 sbd_wcd_get(int *wcd, sbd_lu_t *sl) argument [all...] |
Completed in 67 milliseconds