Home
last modified time | relevance | path

Searched refs:HEXVAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dhex_bin.c31 #define HEXVAL(c) (('0' <= c && c <= '9')? c - '0' : \ macro
66 pu->significand[i >> 3] |= HEXVAL(pd->ds[i]) << in __hex_to_unpacked()
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_lex.h72 HEXVAL, enumerator
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h92 HEXVAL, enumerator
H A Dcfga_conf.c273 token = HEXVAL; in ib_lex()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c87 HEXVAL, enumerator
402 token = HEXVAL; in lex()
594 case HEXVAL: in usb_get_conf_rec()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c380 token = HEXVAL; in kobj_lex()
648 case HEXVAL: in do_sysfile_cmd()
661 if (tok3 == HEXVAL) { in do_sysfile_cmd()
1919 case HEXVAL: in get_hwc_spec()
2370 case HEXVAL: in read_binding_file()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c248 case HEXVAL: in usba_devdb_get_conf_rec()