Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dstdio.h114 unsigned char *_p; /* current position in (some) buffer */ member
412 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sgetc() local
423 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sputc() local
434 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sfeof() local
442 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sferror() local
450 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sclearerr() local
458 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sfileno() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c338 archive_strncat(struct archive_string *as, const void *_p, size_t n) in archive_strncat()
1910 mbsnbytes(const void *_p, size_t n) in mbsnbytes()
1930 utf16nbytes(const void *_p, size_t n) in utf16nbytes()
2021 iconv_strncat_in_locale(struct archive_string *as, const void *_p, in iconv_strncat_in_locale()
2124 const void *_p, size_t length, struct archive_string_conv *sc) in strncat_in_codepage()
2490 char *_p = p; in unicode_to_utf8() local
3420 const void *_p, size_t len, struct archive_string_conv *sc) in strncat_from_utf8_libarchive2()
3602 win_strncat_from_utf16be(struct archive_string *as, const void *_p, in win_strncat_from_utf16be()
3609 win_strncat_from_utf16le(struct archive_string *as, const void *_p, in win_strncat_from_utf16le()
3628 win_strncat_to_utf16(struct archive_string *as16, const void *_p, in win_strncat_to_utf16()
[all …]
H A Darchive_read_support_filter_lzop.c207 const unsigned char *p, *_p; in consume_header() local
H A Darchive_match.c516 const char **_p) in archive_match_path_unmatched_inclusions_next()
533 const wchar_t **_p) in archive_match_path_unmatched_inclusions_next_w()
H A Darchive_write_set_format_pax.c1887 has_non_ASCII(const char *_p) in has_non_ASCII()
H A Darchive_read_support_format_tar.c2697 tar_atol256(const char *_p, size_t char_cnt) in tar_atol256()
H A Darchive_read_support_format_zip.c1309 check_authentication_code(struct archive_read *a, const void *_p) in check_authentication_code()
/dragonfly/tools/tools/ath/athstats/
H A Dstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
114 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/dragonfly/tools/tools/net80211/wlanstats/
H A Dstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \ argument
115 #define STATFOO_BOUNCE(_p, _t) do { \ argument
/dragonfly/sys/dev/drm/include/asm/
H A Duaccess.h32 #define get_user(_x, _p) -copyin((_p), &(_x), sizeof(*(_p))) argument
102 #define put_user(_x, _p) __put_user(_x, _p) argument
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_osdep.h104 #define UNREFERENCED_PARAMETER(_p) argument
105 #define UNREFERENCED_1PARAMETER(_p) argument
106 #define UNREFERENCED_2PARAMETER(_p, _q) argument
107 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
108 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
H A Dixgbe_type.h489 #define IXGBE_PFVFMRQC(_p) (0x03400 + ((_p) * 4)) argument
490 #define IXGBE_PFVFRSSRK(_i, _p) (0x018000 + ((_i) * 4) + ((_p) * 0x40)) argument
491 #define IXGBE_PFVFRETA(_i, _p) (0x019000 + ((_i) * 4) + ((_p) * 0x40)) argument
/dragonfly/sys/cpu/x86_64/include/
H A Dieeefp.h186 fp_rnd_t _p; in __fpsetround() local
219 fp_prec_t _p; in __fpsetprec() local
248 fp_except_t _p; in __fpsetmask() local
H A Datomic.h559 atomic_fetchadd_int(volatile u_int *_p, u_int _v) in atomic_fetchadd_int()
569 atomic_fetchadd_int_xacquire(volatile u_int *_p, u_int _v) in atomic_fetchadd_int_xacquire()
579 atomic_fetchadd_int_xrelease(volatile u_int *_p, u_int _v) in atomic_fetchadd_int_xrelease()
589 atomic_fetchadd_long(volatile u_long *_p, u_long _v) in atomic_fetchadd_long()
599 atomic_fetchadd_long_xacquire(volatile u_long *_p, u_long _v) in atomic_fetchadd_long_xacquire()
609 atomic_fetchadd_long_xrelease(volatile u_long *_p, u_long _v) in atomic_fetchadd_long_xrelease()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h188 #define INT_2_NOISE_PWR_DBM(_p) (((_p) - NOISE_PWR_DATA_OFFSET) << 2) argument
189 #define NOISE_PWR_DBM_2_INT(_p) ((((_p) + 3) >> 2) + NOISE_PWR_DATA_OFFSET) argument
190 #define NOISE_PWR_DBM_2_DEC(_p) (((-(_p)) & 3) * 25) argument
/dragonfly/contrib/mpfr/src/
H A Dmpfr-impl.h1479 #define MPFR_ZIV_INIT(_x, _p) (_x) = GMP_NUMB_BITS argument
1480 #define MPFR_ZIV_NEXT(_x, _p) ((_p) += (_x), (_x) = (_p)/2) argument
1512 #define MPFR_ZIV_INIT(_x, _p) \ argument
1525 #define MPFR_ZIV_NEXT(_x, _p) \ argument
H A Dmpfr.h741 #define MPFR_DECL_INIT(_x, _p) \ argument
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.c605 compare_gps(const void *_p, const void *_q)
/dragonfly/sys/dev/raid/amr/
H A Damr.c709 void *_p; in amr_ioctl() member
/dragonfly/usr.bin/evtranalyze/
H A Devtranalyze.c264 hashfunc_ctor(uintptr_t _p) in hashfunc_ctor()
/dragonfly/sys/dev/disk/ahci/
H A Dahci.h121 #define AHCI_PORT_REGION(_p) (0x100 + ((_p) * 0x80)) argument
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_regs.h218 #define E1000_TQAVARBCTRL_QUEUE_PRI(_n, _p) ((_p) << (2 * (_n))) argument
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1509 #define ath_hal_spectral_get_config(_ah, _p) \ argument
1511 #define ath_hal_spectral_configure(_ah, _p) \ argument