/titanic_50/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 347 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 348 uint8_t _a, _b, _c, _d, _e, _f 349 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 350 uint8_t _a, _b, _c, _d, _e, _f, _g 351 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 352 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 362 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 363 uint8_t _f, _e, _d, _c, _b, _a 364 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 365 uint8_t _g, _f, _e, _d, _c, _b, _a [all …]
|
H A D | types.h | 257 offset_t _f; /* Full 64 bit offset value */ member 267 offset_t _f; /* Full 64 bit offset value */ member 277 longlong_t _f; /* Full 64 bit disk address value */ member 287 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 | 97 #define b_lblkno _b_blkno._f 99 #define b_blkno _b_blkno._f
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 162 cc->_f = 1; in __m_chtype_cc() 326 cc->_f = 1; in __m_mbs_cc() 370 cc->_f = 1; in __m_wcs_cc() 396 cc->_f = 1; in __m_wc_cc() 469 if (lp[x]._f) in __m_cc_first() 485 if (lp[x]._f) in __m_cc_next() 571 cp->_f = 1; in __m_cc_replace() 576 np->_f = 0; in __m_cc_replace() 784 cp[x]._f = (short)(i % bgWidth == 0); in __m_cc_erase_in_line() 814 cp[x]._f = (i == 0); in __m_cc_erase_in_line_sub() [all …]
|
H A D | wchgat.c | 63 if (!cp->_f) in wchgat() 67 if (cp->_f && n <= i++) in wchgat()
|
H A D | wbkgrnd.c | 81 old_bg._f = cp->_f; in wbkgrnd()
|
H A D | win_wch.c | 53 cc->_f = 1; in win_wch()
|
H A D | win_wchn.c | 61 ccs->_f = 1; in win_wchnstr()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 323 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) argument 324 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) argument 326 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument 327 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) 329 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) argument 630 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument 631 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f) 678 #define b_lblkno _b_blkno._f
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 155 cc->_f = 1; 322 cc->_f = 1; in __m_mbs_cc() 363 cc->_f = 1; in __m_wcs_cc() 461 if (lp[x]._f) 479 if (lp[x]._f) 555 cp->_f = 1; 560 np->_f = 0; 719 cp[x]._f = (short) (i % width == 0); 736 cp[x]._f = (short) (i % width == 0); 787 if (exact && c1->_f != c2->_f)
|
H A D | wchgat.c | 61 if (!cp->_f) in wchgat() 65 if (cp->_f && n <= i++) in wchgat()
|
H A D | wbkgrnd.c | 71 old_bg._f = cp->_f;
|
H A D | win_wch.c | 56 cc->_f = 1;
|
H A D | win_wchn.c | 63 ccs->_f = 1;
|
/titanic_50/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))
|
/titanic_50/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
|
/titanic_50/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)
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 192 #define RETURNFLOAT(x) { union {double _d; float _f } _kluge; _kluge._f = (x); return _kluge._d; } 193 #define ASSIGNFLOAT(x,y) { union {double _d; float _f } _kluge; _kluge._d = (y); x = _kluge._f; }
|
/titanic_50/usr/src/cmd/tbl/ |
H A D | t1.c | 26 # define _f1 _f 27 extern FILE *_f[];
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.h | 77 #define smbfs3_cookie _cookie._f 78 #define smbfs3_ncookie _ncookie._f
|
/titanic_50/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)
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | _crypt.c | 133 char _f[32]; member 150 #define f (_c->_f)
|
/titanic_50/usr/src/uts/common/sys/dktp/ |
H A D | bbh.h | 39 #define ck_lsector _ck_sector._f
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | rnode.h | 87 #define nfs3_cookie _cookie._f 88 #define nfs3_ncookie _ncookie._f
|