Home
last modified time | relevance | path

Searched refs:wcd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.err.c198 wchar_t wcd=(wchar_t)(d&TRIM); in seterrc() local
201 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */ in seterrc()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dstmf_sbd.h306 sbd_status_t sbd_wcd_set(int wcd, sbd_lu_t *sl);
307 void sbd_wcd_get(int *wcd, sbd_lu_t *sl);
H A Dsbd.c1773 int wcd = 0; in sbd_create_register_lu() local
1929 wcd = 1; in sbd_create_register_lu()
1942 sbd_wcd_get(&wcd, sl); in sbd_create_register_lu()
1945 if (wcd) { in sbd_create_register_lu()
2283 int wcd = 0; in sbd_import_lu() local
2568 wcd = 1; in sbd_import_lu()
2580 if (wcd) { in sbd_import_lu()
3616 int wce = wcd ? 0 : 1; in sbd_wcd_set()
3656 *wcd = 0; in sbd_wcd_get()
3664 *wcd = 1; in sbd_wcd_get()
[all …]