/illumos-gate/usr/src/boot/include/ |
H A D | _ctype.h | 98 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune() argument 101 _CurrentRuneLocale->__runetype[_c]) & _f; in __maskrune() 105 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() argument 108 _CurrentRuneLocale->__runetype[_c] & _f; in __sbmaskrune() 112 __istype(__ct_rune_t _c, unsigned long _f) in __istype() argument 114 return (!!__maskrune(_c, _f)); in __istype() 118 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype() argument 120 return (!!__sbmaskrune(_c, _f)); in __sbistype() 124 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype() argument 127 !!(_DefaultRuneLocale.__runetype[_c] & _f); in __isctype()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 351 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 352 uint8_t _a, _b, _c, _d, _e, _f 353 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 354 uint8_t _a, _b, _c, _d, _e, _f, _g 355 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 356 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 366 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 367 uint8_t _f, _e, _d, _c, _b, _a 368 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 369 uint8_t _g, _f, _e, _d, _c, _b, _a [all …]
|
H A D | types.h | 289 offset_t _f; /* Full 64 bit offset value */ member 299 offset_t _f; /* Full 64 bit offset value */ member 309 longlong_t _f; /* Full 64 bit disk address value */ member 319 longlong_t _f; /* Full 64 bit disk address value */ member
|
H A D | uio.h | 193 #define uio_loffset _uio_offset._f 200 #define uio_llimit _uio_limit._f
|
H A D | buf.h | 99 #define b_lblkno _b_blkno._f 101 #define b_blkno _b_blkno._f
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 160 cc->_f = 1; in __m_chtype_cc() 324 cc->_f = 1; in __m_mbs_cc() 368 cc->_f = 1; in __m_wcs_cc() 394 cc->_f = 1; in __m_wc_cc() 467 if (lp[x]._f) in __m_cc_first() 483 if (lp[x]._f) in __m_cc_next() 569 cp->_f = 1; in __m_cc_replace() 574 np->_f = 0; in __m_cc_replace() 782 cp[x]._f = (short)(i % bgWidth == 0); in __m_cc_erase_in_line() 812 cp[x]._f = (i == 0); in __m_cc_erase_in_line_sub() [all …]
|
H A D | wchgat.c | 61 if (!cp->_f) in wchgat() 65 if (cp->_f && n <= i++) in wchgat()
|
H A D | wbkgrnd.c | 79 old_bg._f = cp->_f; in wbkgrnd()
|
H A D | win_wch.c | 51 cc->_f = 1; in win_wch()
|
H A D | win_wchn.c | 59 ccs->_f = 1; in win_wchnstr()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 153 cc->_f = 1; 320 cc->_f = 1; in __m_mbs_cc() 361 cc->_f = 1; in __m_wcs_cc() 459 if (lp[x]._f) 477 if (lp[x]._f) 553 cp->_f = 1; 558 np->_f = 0; 717 cp[x]._f = (short) (i % width == 0); 734 cp[x]._f = (short) (i % width == 0); 785 if (exact && c1->_f != c2->_f)
|
H A D | wchgat.c | 59 if (!cp->_f) in wchgat() 63 if (cp->_f && n <= i++) in wchgat()
|
H A D | wbkgrnd.c | 69 old_bg._f = cp->_f;
|
H A D | win_wch.c | 54 cc->_f = 1;
|
H A D | win_wchn.c | 61 ccs->_f = 1;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 71 #define DBG0(_f) \ argument 73 printf("strplumb: " _f) 75 #define DBG1(_f, _a) \ argument 77 printf("strplumb: " _f, (_a)) 79 #define DBG2(_f, _a, _b) \ argument 81 printf("strplumb: " _f, (_a), (_b)) 83 #define DBG3(_f, _a, _b, _c) \ argument 85 printf("strplumb: " _f, (_a), (_b), (_c))
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | types.h | 243 offset_t _f; /* Full 64 bit offset value */ member 253 offset_t _f; /* Full 64 bit offset value */ member 263 diskaddr_t _f; /* Full 64 bit disk address value */ member 273 diskaddr_t _f; /* Full 64 bit disk address value */ member
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 618 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 619 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 622 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument 624 (REG_READ(_a, _r) & ~_f) | (((_v) << _f##_S) & _f)) 625 #define REG_SET_BIT(_a, _r, _f) \ argument 626 REG_WRITE(_a, _r, REG_READ(_a, _r) | _f) 627 #define REG_CLR_BIT(_a, _r, _f) \ argument 628 REG_WRITE(_a, _r, REG_READ(_a, _r) & ~_f)
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t1.c | 24 # define _f1 _f 25 extern FILE *_f[];
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.h | 78 #define smbfs3_cookie _cookie._f 79 #define smbfs3_ncookie _ncookie._f
|
/illumos-gate/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument 98 (_m)->bpr_promisc_add(_h, _o, _d, _p, _f)
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | x86_archext.h | 1177 #define _DECL_CHIPREV(_v, _f, _revn, _revb) \ argument 1178 X86_CHIPREV_ ## _v ## _ ## _f ## _ ## _revn = \ 1179 _X86_CHIPREV_MKREV(X86_VENDOR_ ## _v, X86_PF_ ## _v ## _ ## _f, _revb) 1411 #define _DECL_UARCHREV(_v, _f, _revn, _revb) \ argument 1412 X86_UARCHREV_ ## _v ## _ ## _f ## _ ## _revn = \ 1413 _X86_UARCHREV_MKREV(X86_VENDOR_ ## _v, X86_UARCH_ ## _v ## _ ## _f, \ 1416 #define _DECL_UARCHREV_NOREV(_v, _f, _revb) \ argument 1417 X86_UARCHREV_ ## _v ## _ ## _f = \ 1418 _X86_UARCHREV_MKREV(X86_VENDOR_ ## _v, X86_UARCH_ ## _v ## _ ## _f, \
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 346 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument 347 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
|
/illumos-gate/usr/src/uts/common/sys/dktp/ |
H A D | bbh.h | 39 #define ck_lsector _ck_sector._f
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | rnode.h | 87 #define nfs3_cookie _cookie._f 88 #define nfs3_ncookie _ncookie._f
|