Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/boot/include/
H A D_ctype.h98 __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 Dsysmacros.h351 #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 Dtypes.h289 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 Duio.h193 #define uio_loffset _uio_offset._f
200 #define uio_llimit _uio_limit._f
H A Dbuf.h99 #define b_lblkno _b_blkno._f
101 #define b_blkno _b_blkno._f
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c160 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 Dwchgat.c61 if (!cp->_f) in wchgat()
65 if (cp->_f && n <= i++) in wchgat()
H A Dwbkgrnd.c79 old_bg._f = cp->_f; in wbkgrnd()
H A Dwin_wch.c51 cc->_f = 1; in win_wch()
H A Dwin_wchn.c59 ccs->_f = 1; in win_wchnstr()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c153 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 Dwchgat.c59 if (!cp->_f) in wchgat()
63 if (cp->_f && n <= i++) in wchgat()
H A Dwbkgrnd.c69 old_bg._f = cp->_f;
H A Dwin_wch.c54 cc->_f = 1;
H A Dwin_wchn.c61 ccs->_f = 1;
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c71 #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 Dtypes.h243 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 Darn_ath9k.h618 #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 Dt1.c24 # define _f1 _f
25 extern FILE *_f[];
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h78 #define smbfs3_cookie _cookie._f
79 #define smbfs3_ncookie _ncookie._f
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1116 #define _DECL_CHIPREV(_v, _f, _revn, _revb) \ argument
1117 X86_CHIPREV_ ## _v ## _ ## _f ## _ ## _revn = \
1118 _X86_CHIPREV_MKREV(X86_VENDOR_ ## _v, X86_PF_ ## _v ## _ ## _f, _revb)
1325 #define _DECL_UARCHREV(_v, _f, _revn, _revb) \ argument
1326 X86_UARCHREV_ ## _v ## _ ## _f ## _ ## _revn = \
1327 _X86_UARCHREV_MKREV(X86_VENDOR_ ## _v, X86_UARCH_ ## _v ## _ ## _f, \
1330 #define _DECL_UARCHREV_NOREV(_v, _f, _revb) \ argument
1331 X86_UARCHREV_ ## _v ## _ ## _f = \
1332 _X86_UARCHREV_MKREV(X86_VENDOR_ ## _v, X86_UARCH_ ## _v ## _ ## _f, \
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h97 #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/lib/libzpool/common/sys/
H A Dzfs_context.h346 #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 Dbbh.h39 #define ck_lsector _ck_sector._f
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h87 #define nfs3_cookie _cookie._f
88 #define nfs3_ncookie _ncookie._f

123