Home
last modified time | relevance | path

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

12

/trueos/sys/ofed/include/linux/
HDuaccess.h32 #define get_user(_x, _p) -copyin((_p), &(_x), sizeof(*(_p))) argument
33 #define put_user(_x, _p) -copyout(&(_x), (_p), sizeof(*(_p))) argument
/trueos/sys/dev/vxge/include/
HDvxge-list.h162 #define vxge_list_for_each(_p, _h) \ argument
166 #define vxge_list_for_each_safe(_p, _n, _h) \ argument
170 #define vxge_list_for_each_prev_safe(_p, _n, _h) \ argument
/trueos/contrib/libarchive/libarchive/
HDarchive_string.c328 archive_strncat(struct archive_string *as, const void *_p, size_t n) in archive_strncat()
1888 mbsnbytes(const void *_p, size_t n) in mbsnbytes()
1908 utf16nbytes(const void *_p, size_t n) in utf16nbytes()
1929 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, in archive_strncpy_l()
1937 archive_strncat_l(struct archive_string *as, const void *_p, size_t n, in archive_strncat_l()
1997 iconv_strncat_in_locale(struct archive_string *as, const void *_p, in iconv_strncat_in_locale()
2100 const void *_p, size_t length, struct archive_string_conv *sc) in strncat_in_codepage()
2132 invalid_mbs(const void *_p, size_t n, struct archive_string_conv *sc) in invalid_mbs()
2159 invalid_mbs(const void *_p, size_t n, struct archive_string_conv *sc) in invalid_mbs()
2201 best_effort_strncat_in_locale(struct archive_string *as, const void *_p, in best_effort_strncat_in_locale()
[all …]
HDarchive_crc32.h41 crc32(unsigned long crc, const void *_p, size_t len) in crc32()
/trueos/tools/tools/mwl/mwlstats/
HDstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
114 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/trueos/tools/tools/npe/npestats/
HDstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
114 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/trueos/tools/tools/ath/athaggrstats/
HDstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
115 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/trueos/tools/tools/ath/athstats/
HDstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
115 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/trueos/tools/tools/net80211/wlanstats/
HDstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
115 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/trueos/sys/i386/include/
HDieeefp.h158 fp_rnd_t _p; in fpsetround() local
181 fp_prec_t _p; in fpsetprec() local
210 fp_except_t _p; in fpsetmask() local
240 fp_except_t _p; in fpresetsticky() local
/trueos/sys/netinet/libalias/
HDalias_mod.c174 LibAliasAttachHandlers(struct proto_handler *_p) in LibAliasAttachHandlers()
192 LibAliasDetachHandlers(struct proto_handler *_p) in LibAliasDetachHandlers()
210 detach_handler(struct proto_handler *_p) in detach_handler()
/trueos/sys/dev/nxge/xgehal/
HDxgehal-stats.c372 #define set_latest_stat_link_cnt(_link, _p) \ in __hal_stats_pcim_update_latest() argument
382 #define set_latest_stat_aggr_cnt(_aggr, _p) \ in __hal_stats_pcim_update_latest() argument
512 #define set_latest_stat_cnt(_dev, _p) \ in __hal_stats_update_latest() argument
/trueos/sys/dev/nxge/include/
HDxge-list.h158 #define xge_list_for_each(_p, _h) \ argument
162 #define xge_list_for_each_safe(_p, _n, _h) \ argument
/trueos/contrib/ntp/libopts/
HDautoopts.c96 #define realloc(_p,_s) ao_realloc(_p,_s) argument
106 #define free(_p) ao_free(_p) argument
120 #define strdup(_p) ao_strdup(_p) argument
/trueos/contrib/ntp/sntp/libopts/
HDautoopts.c96 #define realloc(_p,_s) ao_realloc(_p,_s) argument
106 #define free(_p) ao_free(_p) argument
120 #define strdup(_p) ao_strdup(_p) argument
/trueos/sys/dev/etherswitch/arswitch/
HDarswitchreg.h140 #define AR8X16_CPU_MIRROR_PORT(_p) ((_p) << AR8X16_MIRROR_PORT_SHIFT) argument
167 #define AR8X16_REG_PORT_BASE(_p) (0x0100 + (_p) * 0x0100) argument
169 #define AR8X16_REG_PORT_STS(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0000) argument
183 #define AR8X16_REG_PORT_CTRL(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0004) argument
205 #define AR8X16_REG_PORT_VLAN(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0008) argument
216 #define AR8X16_REG_PORT_RATE_LIM(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x000c) argument
234 #define AR8X16_REG_PORT_PRIORITY(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0010) argument
236 #define AR8X16_REG_STATS_BASE(_p) (0x20000 + (_p) * 0x100) argument
308 #define AR934X_FLOOD_MASK_MC_DP(_p) (1 << (16 + (_p))) argument
309 #define AR934X_FLOOD_MASK_BC_DP(_p) (1 << (25 + (_p))) argument
/trueos/sys/amd64/include/
HDieeefp.h188 fp_rnd_t _p; in __fpsetround() local
221 fp_prec_t _p; in __fpsetprec() local
250 fp_except_t _p; in __fpsetmask() local
/trueos/sys/dev/ixl/
HDi40e_osdep.h81 #define UNREFERENCED_PARAMETER(_p) argument
82 #define UNREFERENCED_1PARAMETER(_p) argument
83 #define UNREFERENCED_2PARAMETER(_p, _q) argument
84 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
85 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/trueos/sys/dev/ixgbe/
HDixgbe_osdep.h105 #define UNREFERENCED_PARAMETER(_p) argument
106 #define UNREFERENCED_1PARAMETER(_p) argument
107 #define UNREFERENCED_2PARAMETER(_p, _q) argument
108 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
109 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/trueos/include/apple/sys/_types/
HD_fd_def.h53 __darwin_fd_isset(int _n, const struct fd_set *_p) in __darwin_fd_isset()
/trueos/crypto/openssl/crypto/ec/
HDectest.c1008 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _vari… argument
1025 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _vari… argument
1040 # define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \ argument
/trueos/contrib/libarchive/libarchive/test/
HDtest_write_zip_set_compression_store.c29 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32()
HDtest_write_format_zip_no_compression.c34 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32()
/trueos/sys/powerpc/wii/
HDwii_gpio.c60 #define WIIGPIO_PINBANK(_p) ((_p) / (WIIGPIO_NPINS / 2)) argument
61 #define WIIGPIO_PINMASK(_p) (1 << ((_p) % (WIIGPIO_NPINS / 2))) argument
/trueos/include/
HDstdio.h111 unsigned char *_p; /* (*) current position in (some) buffer */ member
459 static __inline int __sputc(int _c, FILE *_p) { in __sputc()

12