Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 25 of 37) sorted by relevance

12

/titanic_52/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_ndismono.h66 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument
68 #define mm_atomic_dec_imp(_p) InterlockedDecrement((long*)(_p)) argument
69 #define mm_atomic_inc_imp(_p) InterlockedIncrement((long*)(_p)) argument
71 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) argument
72 #define mm_atomic_long_and_imp(_p, _v) mm_atomic_and_imp((_p), (_ argument
74 mm_atomic_or_imp(_p,_v) global() argument
75 mm_atomic_long_or_imp(_p,_v) global() argument
77 mm_atomic_read_imp(_p) global() argument
79 mm_atomic_long_read_imp(_p) global() argument
81 mm_atomic_cmpxchg_imp(_p,_old_val,_new_val) global() argument
[all...]
H A Dmm_vbd.h78 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument
80 #define mm_atomic_dec_imp(_p) InterlockedDecrement((long*)(_p)) argument
81 #define mm_atomic_inc_imp(_p) InterlockedIncrement((long*)(_p)) argument
83 #define mm_atomic_add_imp(_p, _v) \ argument
85 #define mm_atomic_sub_imp(_p, _v) \ argument
88 mm_atomic_and_imp(_p,_v) global() argument
89 mm_atomic_long_and_imp(_p,_v) global() argument
91 mm_atomic_or_imp(_p,_v) global() argument
92 mm_atomic_long_or_imp(_p,_v) global() argument
94 mm_atomic_read_imp(_p) global() argument
96 mm_atomic_long_read_imp(_p) global() argument
98 mm_atomic_cmpxchg_imp(_p,_old_val,_new_val) global() argument
[all...]
H A Dmm_solaris.h54 #define mm_atomic_set_imp(_p, _v) \ argument
57 #define mm_atomic_dec_imp(_p) atomic_dec_32_nv((volatile uint32_t *)(_p)) argument
58 #define mm_atomic_inc_imp(_p) atomic_inc_32_nv((volatile uint32_t *)(_p)) argument
60 #define mm_atomic_and_imp(_p, _v) \ argument
62 #define mm_atomic_long_and_imp(_p, _v) \ argument
65 mm_atomic_or_imp(_p,_v) global() argument
67 mm_atomic_long_or_imp(_p,_v) global() argument
70 mm_atomic_read_imp(_p) global() argument
72 mm_atomic_long_read_imp(_p) global() argument
75 mm_atomic_cmpxchg_imp(_p,_old_val,_new_val) global() argument
[all...]
H A Dmm_linux.h67 #define mm_atomic_set_imp(_p, _v) ediag_atomic_set((s32_t *)_p, (s32_t)_v) argument
69 #define mm_atomic_dec_imp(_p) ediag_atomic_dec_and_test((s32_t *)_p) argument
72 #define mm_atomic_inc_imp(_p) ediag_atomic_inc_and_test((s32_t *)_p) argument
74 #define mm_atomic_read_imp(_p) ediag_atomic_read((s32_t *)_p) argument
76 #define mm_atomic_long_read_imp(_p) ediag_atomic_long_read((unsigned long *)_p) argument
78 mm_atomic_cmpxchg_imp(_p,_cmp,_new_v) global() argument
[all...]
H A Dmm.h88 #define mm_atomic_set(/* u32_t* */_p, /* u32_t */_v) mm_atomic_set_imp(_p, _v) argument
90 #define mm_atomic_dec(/* u32_t* */_p) mm_atomic_dec_imp(_p) argument
91 #define mm_atomic_inc(/* u32_t* */_p) mm_atomic_inc_imp(_p) argument
93 #define mm_atomic_add(/* u32_t* */_p, /* u32_t */_v) mm_atomic_add_imp(_p, _v) argument
95 #define mm_atomic_sub(/* u32_t* */_p, /* u32_t */_v) mm_atomic_sub_imp(_p, _ argument
97 mm_atomic_and(u32_t,_p,u32_t,_v) global() argument
98 mm_atomic_long_and(unsigned,long,_p,unsigned,long,_v) global() argument
101 mm_atomic_or(u32_t,_p,u32_t,_v) global() argument
102 mm_atomic_long_or(unsigned,long,_p,unsigned,long,_v) global() argument
105 mm_atomic_read(u32_t,_p) global() argument
106 mm_atomic_long_read(unsigned,long,_p) global() argument
109 mm_atomic_cmpxchg(u32_t,_p,u32_t,_old_val,u32_t,_new_val) global() argument
[all...]
H A Dmm_dos.h112 #define mm_atomic_read_imp(_p) (*_p) argument
113 #define mm_atomic_long_read_imp(_p) (*_p) argument
H A Dmm_uefi.h117 #define mm_atomic_read_imp(_p) (*_p) argument
118 #define mm_atomic_long_read_imp(_p) (*_p) argument
/titanic_52/usr/src/head/iso/
H A Dstdio_iso.h279 inline int getc(FILE *_p) { in getc() argument
281 inline int putc(int _x, FILE *_p) { in putc() argument
308 inline void clearerr(FILE *_p) { _p argument
309 feof(FILE * _p) feof() argument
310 ferror(FILE * _p) ferror() argument
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Dmdesc_impl.h140 #define MDE_TAG(_p) mdtoh8((_p)->tag) argument
141 #define MDE_NAME(_p) mdtoh32((_p)->name_offset) argument
142 #define MDE_NAME_LEN(_p) mdtoh32((_p)->name_len) argument
143 #define MDE_PROP_DATA_OFFSET(_p) mdtoh32((_p)->d.prop_data.offset) argument
144 #define MDE_PROP_DATA_LEN(_p) mdtoh32((_p) argument
145 MDE_PROP_VALUE(_p) global() argument
146 MDE_PROP_INDEX(_p) global() argument
[all...]
H A Dtypes.h261 } _p; member
271 } _p; member
281 } _p; member
291 } _p; member
/titanic_52/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h126 #define UNREFERENCED_1PARAMETER(_p) UNREFERENCED_PARAMETER(_p) argument
127 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument
128 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
129 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s)) argument
/titanic_52/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h191 #define UNREFERENCED_1PARAMETER(_p) _NOTE(ARGUNUSED(_p)) argument
192 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument
193 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
194 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
195 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
[all...]
/titanic_52/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c374 #define set_latest_stat_link_cnt(_link, _p) \ in __hal_stats_pcim_update_latest() argument
384 #define set_latest_stat_aggr_cnt(_aggr, _p) \ in __hal_stats_pcim_update_latest() argument
514 set_latest_stat_cnt(_dev,_p) __hal_stats_update_latest() argument
[all...]
/titanic_52/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h153 #define xge_list_for_each(_p, _h) \ argument
157 #define xge_list_for_each_safe(_p, _n, _h) \ argument
[all...]
/titanic_52/usr/src/uts/common/io/igb/
H A De1000_osdep.h152 #define UNREFERENCED_1PARAMETER(_p) _NOTE(ARGUNUSED(_p)) argument
153 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument
154 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
155 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
156 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
[all...]
/titanic_52/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h46 #define UNREFERENCED_1PARAMETER(_p) UNREFERENCED_PARAMETER(_p) argument
47 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument
48 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
49 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
/titanic_52/usr/src/ucbhead/sys/
H A Dtypes.h247 } _p; member
257 } _p; member
267 } _p; member
277 } _p; member
/titanic_52/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h91 #define MBPF_OPEN(_m, _n, _p, _z) (_m)->bpr_open(_n, (uintptr_t *)_p, _z) argument
95 #define MBPF_SDU_GET(_m, _h, _p) (_m)->bpr_sdu_get(_h, _p) argument
97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument
104 #define MBPF_CLIENT_OPEN(_m, _h, _p) (_m)->bpr_client_open((uintptr_t)_h, \ argument
/titanic_52/usr/src/uts/sun4v/sys/
H A Dmdeg.h51 } _p; member
/titanic_52/usr/src/uts/i86pc/sys/
H A Dapix.h209 #define UNREFERENCED_1PARAMETER(_p) _NOTE(ARGUNUSED(_p)) argument
210 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
/titanic_52/usr/src/boot/include/
H A Dstdio.h111 unsigned char *_p; /* (*) current position in (some) buffer */ member
463 static __inline int __sputc(int _c, FILE *_p) { in __sputc() argument
[all...]
/titanic_52/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1635 #define CHIP_NUM_SET(_chip_id,_p) ((_chip_id) = (((_p) & 0xffff) << 16)) argument
1636 #define CHIP_NUM(_p) (((_p)->hw_info.chip_id) & 0xffff0000) argument
1660 #define CHIP_IS_E1(_p) (CHIP_IS_E1_PARAM(CHIP_NUM(_p))) argument
1663 #define CHIP_IS_E1H(_p) (CHIP_IS_E1H_PARAM(CHIP_NUM(_p))) argument
1666 #define CHIP_IS_E1x(_p) (CHIP_IS_E1x_PARAM(CHIP_NUM(_p))) argument
1671 CHIP_IS_E2(_p) global() argument
1680 CHIP_IS_E3(_p) global() argument
1682 CHIP_IS_E2E3(_p) global() argument
1685 CHIP_IS_E2E3A0(_p) global() argument
1689 CHIP_REV(_p) global() argument
1696 CHIP_REV_IS_SLOW(_p) global() argument
1697 CHIP_REV_IS_FPGA(_p) global() argument
1698 CHIP_REV_IS_EMUL(_p) global() argument
1699 CHIP_REV_IS_ASIC(_p) global() argument
1700 CHIP_REV_SIM(_p) global() argument
1702 CHIP_IS_E3B0(_p) global() argument
1704 CHIP_IS_E3A0(_p) global() argument
1706 CHIP_METAL(_p) global() argument
1707 CHIP_BONDING(_p) global() argument
1709 CHIP_ID(_p) global() argument
1722 IS_CHIP_REV_A0(_p) global() argument
1723 IS_CHIP_REV_A1(_p) global() argument
1725 CHIP_BOND_ID(_p) global() argument
1736 SILENT_CHIP_REV(_p) global() argument
1751 CHIP_PORT_MODE(_p) global() argument
1824 LM_GET_BC_REV_MAJOR(_p) global() argument
3166 DRV_PULSE_PERIOD_MS_FACTOR(_p) global() argument
[all...]
/titanic_52/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h69 #define SIG(_p) (*((u32_t *) ((u8_t *) (_p) - sizeof(u32_t)))) argument
70 #define END_SIG(_p, _size) (*((u32_t *) ((u8_t *) (_p) + (_size)))) argument
80 #define ALIGN_DELTA_TO_BOUNDARY(_p, _a) \ argument
86 #define ALIGN_PTR_TO_BOUNDARY(_p, _a) \ argument
[all...]
H A Dlistq.h73 #define S_LINK_CAST(_p) ((s_list_entry_t *) (_p)) argument
408 #define D_LINK_CAST(_p) ((d_list_entry_t *) (_p)) argument
/titanic_52/usr/src/lib/libc/port/rt/
H A Dmqueue.c131 #define MQ_ASSERT_PTR(_m, _p) \ argument
142 #define MQ_ASSERT_PTR(_m, _p) argument

12