Searched refs:c_val (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.h47 int c_val; member in struct:code
H A Dbootlog.c326 for (i = 0; pri_names[i].c_val != NOPRI; i++) {
327 if (severity == pri_names[i].c_val)
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c230 cap->c_un.c_val, ELFEDIT_MSG_ERR, 0));
345 argstate->str.sec, cap->c_un.c_val,
493 conv_cap_val_hw1(cap->c_un.c_val,
504 conv_cap_val_hw1(cap->c_un.c_val,
512 conv_cap_val_sf1(cap->c_un.c_val,
520 conv_cap_val_hw2(cap->c_un.c_val,
531 argstate->str.sec, cap->c_un.c_val,
538 EC_XWORD(cap->c_un.c_val));
732 ncap = flag_bitop(argstate, cap[ndx].c_un.c_val,
736 if ((ocap = cap[ndx].c_un.c_val)
891 Xword c_val; local
[all...]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcap.c92 if (cdp->c_val == 0)
107 if ((* func)(str, cdp->c_val, uvalue) == CONV_ITER_DONE)
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.h71 * (c_val) to/from the various strings that represent it.
73 * c_val is normally expected to be a non-zero power of 2
80 elfcap_mask_t c_val; /* Bit value */ member in struct:__anon39
H A Delfcap.c50 * c_val field as:
52 * array[ndx].c_val = 2^ndx
56 * array[0].c_val = 2^0 = 1
57 * array[1].c_val = 2^1 = 2
58 * array[2].c_val = 2^2 = 4
63 * Since 0 is not a valid value for the c_val field, we use it to
400 uint_t mask = cdp[cnt - 1].c_val;
536 if (cdp[num].c_val == 0)
543 return (cdp[num].c_val);
546 return (cdp[num].c_val);
[all...]
/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c58 int c_val; member in struct:code
346 return (c->c_val);
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h186 Elf32_Word c_val; member in union:__anon416::__anon417
H A Delf64.h193 Elf64_Xword c_val; member in union:__anon433::__anon434
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h712 Elf32_Word c_val; member in union:__anon268::__anon269
736 Elf64_Xword c_val; member in union:__anon270::__anon271
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c1044 dst->c_un.c_val = (Elf64_Xword)c->c_un.c_val;
1080 c->c_un.c_val = (Elf32_Word)src->c_un.c_val;
H A Dxlate.m41293 tofw(dst, src->c_un.c_val, C1_val_$2);
1856 dst->c_un.c_val = tomw(src, C1_val_$2);
H A Dxlate64.m41284 tofx(dst, src->c_un.c_val, C1_val_$2);
1893 dst->c_un.c_val = tomx(src, C1_val_$2);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c234 str = conv_cap_val(cap->c_tag, cap->c_un.c_val, mach, 0,
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h206 int c_val; member in struct:code
H A Dsyslogd.c3147 for (i = 0; FacNames[i].c_val != -1; i++) {
3149 FacNames[i].c_name, FacNames[i].c_val);
3154 for (i = 0; PriNames[i].c_val != -1; i++) {
3156 PriNames[i].c_name, PriNames[i].c_val);
3588 return (c->c_val);
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c495 Chdr.c_tag, Chdr.c_un.c_val, capstr,
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c275 Xword val = cptr->c_un.c_val;
1134 Xword val = cptr->c_un.c_val;
H A Delf.c2326 CAPSET(lmp).sc_hw_1 = cap->c_un.c_val;
2329 CAPSET(lmp).sc_sf_1 = cap->c_un.c_val;
2332 CAPSET(lmp).sc_hw_2 = cap->c_un.c_val;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c946 sf1_cap(ofl, data->c_un.c_val, ifl, cisp);
961 hw_cap(ofl, data->c_tag, data->c_un.c_val);
1100 ocapset.oc_hw_1.cm_val = data->c_un.c_val;
1107 ocapset.oc_sf_1.cm_val = data->c_un.c_val;
1114 ocapset.oc_hw_2.cm_val = data->c_un.c_val;
H A Drelocate.c79 Addr c_val; /* original symbol value */ member in struct:copy_rel
95 Addr symaddr = crp->c_val;
1251 cr.c_val = stval;
H A Dsections.c1593 cap->c_un.c_val = val; \
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c586 (cp->c_un.c_val & SF1_SUNW_ADDR32)) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1551 (cap->c_un.c_val & SF1_SUNW_ADDR32)) {

Completed in 361 milliseconds