Searched refs:_p (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-9.3-release/sys/ofed/include/linux/
H A Duaccess.h31 #define get_user(_x, _p) -copyin((_p), &(_x), sizeof(*(_p)))
32 #define put_user(_x, _p) -copyout(&(_x), (_p), sizeof(*(_p)))
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_rmclass_debug.h90 int *_p = &cbqtrace_ptr->count; \
91 *_p++ = ++cbqtrace_count; \
92 *_p++ = (int)(func); \
93 *_p++ = (int)(act); \
94 *_p++ = (int)(obj); \
95 if ((struct cbqtrace *)(void *)_p >= &cbqtrace_buffer[NCBQTRACE])\
98 cbqtrace_ptr = (struct cbqtrace *)(void *)_p; \
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_rmclass_debug.h89 int *_p = &cbqtrace_ptr->count; \
90 *_p++ = ++cbqtrace_count; \
91 *_p++ = (int)(func); \
92 *_p++ = (int)(act); \
93 *_p++ = (int)(obj); \
94 if ((struct cbqtrace *)(void *)_p >= &cbqtrace_buffer[NCBQTRACE])\
97 cbqtrace_ptr = (struct cbqtrace *)(void *)_p; \
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxge-list.h162 #define vxge_list_for_each(_p, _h) \
163 for (_p = (_h)->next, vxge_os_prefetch(_p->next); _p != (_h); \
164 _p = _p->next, vxge_os_prefetch(_p->next))
166 #define vxge_list_for_each_safe(_p, _n, _h) \
167 for (_p = (_h)->next, _n = _p
[all...]
/freebsd-9.3-release/tools/tools/ath/athstats/
H A Dstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \
52 void (*setfmt)(_p, const char *); \
54 void (*collect_cur)(_p); \
56 void (*collect_tot)(_p); \
58 void (*update_tot)(_p); \
60 int (*get_curstat)(_p, int, char [], size_t); \
62 int (*get_totstat)(_p, int, char [], size_t); \
64 void (*print_header)(_p, FILE *); \
66 void (*print_current)(_p, FILE *); \
68 void (*print_total)(_p, FIL
[all...]
/freebsd-9.3-release/tools/tools/mwl/mwlstats/
H A Dstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \
52 void (*setfmt)(_p, const char *); \
54 void (*collect_cur)(_p); \
56 void (*collect_tot)(_p); \
58 void (*update_tot)(_p); \
60 int (*get_curstat)(_p, int, char [], size_t); \
62 int (*get_totstat)(_p, int, char [], size_t); \
64 void (*print_header)(_p, FILE *); \
66 void (*print_current)(_p, FILE *); \
68 void (*print_total)(_p, FIL
[all...]
/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \
52 void (*setfmt)(_p, const char *); \
54 void (*collect_cur)(_p); \
56 void (*collect_tot)(_p); \
58 void (*update_tot)(_p); \
60 int (*get_curstat)(_p, int, char [], size_t); \
62 int (*get_totstat)(_p, int, char [], size_t); \
64 void (*print_header)(_p, FILE *); \
66 void (*print_current)(_p, FILE *); \
68 void (*print_total)(_p, FIL
[all...]
/freebsd-9.3-release/tools/tools/npe/npestats/
H A Dstatfoo.h50 #define STATFOO_DECL_METHODS(_p) \
52 void (*setfmt)(_p, const char *); \
54 void (*collect_cur)(_p); \
56 void (*collect_tot)(_p); \
58 void (*update_tot)(_p); \
60 int (*get_curstat)(_p, int, char [], size_t); \
62 int (*get_totstat)(_p, int, char [], size_t); \
64 void (*print_header)(_p, FILE *); \
66 void (*print_current)(_p, FILE *); \
68 void (*print_total)(_p, FIL
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Drfcomm_pppd_server85 local _profile _p
94 for _p in ${_profile} ; do
95 echo -n " ${_p}"
96 rfcomm_pppd_server_start_profile ${_p}
104 local _profile _p
113 for _p in ${_profile} ; do
114 echo -n " ${_p}"
115 rfcomm_pppd_server_stop_profile ${_p}
H A Dppp77 local _ppp_profile _p
86 for _p in $_ppp_profile; do
87 echo -n " $_p"
88 ppp_start_profile $_p
116 local _ppp_profile _p
125 for _p in $_ppp_profile; do
126 echo -n " $_p"
127 ppp_stop_profile $_p
/freebsd-9.3-release/release/scripts/
H A Dproflibs-make.sh7 for i in ${RD}/trees/base/usr/lib/*_p.a; do
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxge-list.h158 #define xge_list_for_each(_p, _h) \
159 for (_p = (_h)->next, xge_os_prefetch(_p->next); _p != (_h); \
160 _p = _p->next, xge_os_prefetch(_p->next))
162 #define xge_list_for_each_safe(_p, _n, _h) \
163 for (_p = (_h)->next, _n = _p
[all...]
/freebsd-9.3-release/sys/i386/include/
H A Dieeefp.h156 fp_rnd_t _p; local
160 _p = (fp_rnd_t)((_cw & FP_RND_FLD) >> FP_RND_OFF);
164 return (_p);
179 fp_prec_t _p; local
183 _p = (fp_prec_t)((_cw & FP_PRC_FLD) >> FP_PRC_OFF);
187 return (_p);
208 fp_except_t _p; local
212 _p = (~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF;
216 return (_p);
238 fp_except_t _p; local
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Drget.c52 return (*fp->_p++);
H A Dfgetln.c95 if ((p = memchr((void *)fp->_p, '\n', (size_t)fp->_r)) != NULL) {
104 ret = (char *)fp->_p;
105 *lenp = len = p - fp->_p;
108 fp->_p = p;
133 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
138 if ((p = memchr((void *)fp->_p, '\n', (size_t)fp->_r)) == NULL)
143 diff = p - fp->_p;
147 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
150 fp->_p = p;
H A Dfgetws.c68 src = fp->_p;
69 nl = memchr(fp->_p, '\n', fp->_r);
71 nl != NULL ? (nl - fp->_p + 1) : fp->_r,
84 src = memchr(fp->_p, '\0', fp->_r);
87 fp->_r -= (unsigned char *)src - fp->_p;
88 fp->_p = (unsigned char *)src;
H A Dungetc.c50 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
72 fp->_p = p;
81 fp->_p = p + i;
138 *--fp->_p = c;
149 if (fp->_bf._base != NULL && fp->_p > fp->_bf._base &&
150 fp->_p[-1] == c) {
151 fp->_p--;
161 fp->_up = fp->_p;
165 fp->_p = &fp->_ubuf[sizeof(fp->_ubuf) - 1];
H A Dfgetwc.c82 wc = *fp->_p++;
87 nconv = l->__mbrtowc(&wc, fp->_p, fp->_r, &fp->_mbstate);
97 fp->_p++;
101 fp->_p += nconv;
H A Dfread.c101 (void)memcpy((void *)p, (void *)fp->_p, (size_t)r);
102 fp->_p += r;
111 (void)memcpy((void *)p, (void *)fp->_p, resid);
113 fp->_p += resid;
H A Dsnprintf.c66 f._bf._base = f._p = (unsigned char *)str;
70 *f._p = '\0';
91 f._bf._base = f._p = (unsigned char *)str;
95 *f._p = '\0';
H A Dfvwrite.c70 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
111 size_t blen = fp->_p - fp->_bf._base;
123 fp->_p = fp->_bf._base + blen;
132 fp->_p += w;
135 } else if (fp->_p > fp->_bf._base && len > w) {
139 fp->_p += w;
152 fp->_p += w;
176 if (fp->_p > fp->_bf._base && s > w) {
179 fp->_p += w;
190 fp->_p
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dxcoffout.h83 const char *_p = XSTR (ADDR, 0); \
84 if (*_p == '*') \
85 fputs (_p+1, asm_out_file); \
87 for (; *_p != '[' && *_p; _p++) \
88 putc (*_p, asm_out_file); \
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_convert.m488 char *const _p = (char *) (P); \
89 _p[0] = (char) (X); \
90 (P) = _p + 1; \
94 char *const _p = (char *) (P); \
96 _p[0] = _q[0]; \
97 _p[1] = _q[1]; \
98 (P) = _p + 2; \
102 char *const _p = (char *) (P); \
104 _p[0] = _q[0]; \
105 _p[
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_crc32.h41 crc32(unsigned long crc, const void *_p, size_t len) argument
44 const unsigned char *p = _p;
/freebsd-9.3-release/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh53 local _p
54 _p="$1"
67 cat ${_p}.1
69 cat ${_p}
77 local _p
78 _p="$1"
80 if test ! -s ${_p}.1; then
82 debug_err ${_p}
84 read line < ${_p}.1
87 if test "${l}" = "${_p}"; the
[all...]

Completed in 237 milliseconds

1234