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

12345

/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/tools/tools/ath/athaggrstats/
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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/sys/i386/include/
H A Dieeefp.h158 fp_rnd_t _p; local
162 _p = (fp_rnd_t)((_cw & FP_RND_FLD) >> FP_RND_OFF);
166 return (_p);
181 fp_prec_t _p; local
185 _p = (fp_prec_t)((_cw & FP_PRC_FLD) >> FP_PRC_OFF);
189 return (_p);
210 fp_except_t _p; local
214 _p = (~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF;
218 return (_p);
240 fp_except_t _p; local
[all...]
/freebsd-10.0-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 Dwbuf.c77 n = fp->_p - fp->_bf._base;
84 *fp->_p++ = c;
H A Dfgetwc.c88 wc = *fp->_p++;
95 nconv = l->__mbrtowc(&wc, fp->_p, fp->_r, mbs);
101 fp->_p++;
106 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 Dfvwrite.c68 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
109 size_t blen = fp->_p - fp->_bf._base;
121 fp->_p = fp->_bf._base + blen;
130 fp->_p += w;
133 } else if (fp->_p > fp->_bf._base && len > w) {
137 fp->_p += w;
150 fp->_p += w;
174 if (fp->_p > fp->_bf._base && s > w) {
177 fp->_p += w;
188 fp->_p
[all...]
/freebsd-10.0-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-10.0-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-10.0-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...]
/freebsd-10.0-release/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h140 #define AR8X16_CPU_MIRROR_PORT(_p) ((_p) << AR8X16_MIRROR_PORT_SHIFT)
165 #define AR8X16_REG_PORT_BASE(_p) (0x0100 + (_p) * 0x0100)
167 #define AR8X16_REG_PORT_STS(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0000)
181 #define AR8X16_REG_PORT_CTRL(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0004)
203 #define AR8X16_REG_PORT_VLAN(_p) (AR8X16_REG_PORT_BASE((_p))
[all...]
/freebsd-10.0-release/sys/amd64/include/
H A Dieeefp.h188 fp_rnd_t _p; local
193 _p = (fp_rnd_t)((_cw & FP_RND_FLD) >> FP_RND_OFF);
201 return (_p);
221 fp_prec_t _p; local
225 _p = (fp_prec_t)((_cw & FP_PRC_FLD) >> FP_PRC_OFF);
229 return (_p);
250 fp_except_t _p; local
255 _p = (~_cw & FP_MSKS_FLD) >> FP_MSKS_OFF;
264 return (_p);

Completed in 167 milliseconds

12345