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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Duaccess.h98 typeof(*(p)) *_p = (p); \
99 if (!access_ok(VERIFY_WRITE, _p, sizeof(*(_p)))) {\
103 switch (sizeof (*(_p))) { \
105 __put_user_asm(_x, _p, B); \
108 __put_user_asm(_x, _p, W); \
111 __put_user_asm(_x, _p, ); \
117 __put_user_asm(_xl, ((long *)_p)+0, ); \
118 __put_user_asm(_xh, ((long *)_p)+1, ); \
155 typeof(*(p)) *_p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndtcam.h52 #define PATCHHDR(_p) __attribute__ ((__section__ (".patchhdr."#_p))) _p
53 #define PATCHENTRY(_p) __attribute__ ((__section__ (".patchentry."#_p))) _p
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-proc.c33 struct list_head *_p; local
41 list_for_each(_p, &rxrpc_calls)
45 return _p != &rxrpc_calls ? _p : NULL;
50 struct list_head *_p; local
54 _p = v;
55 _p = (v == SEQ_START_TOKEN) ? rxrpc_calls.next : _p->next;
57 return _p != &rxrpc_calls ? _p
132 struct list_head *_p; local
150 struct list_head *_p; local
[all...]
H A Dar-transport.c215 struct rxrpc_transport *trans, *_p; local
227 list_for_each_entry_safe(trans, _p, &rxrpc_transports, link) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
27 name ## _p = dlsym(handle, #name); \
H A Dlkc.h27 #define P(name,type,arg) extern type (*name ## _p) arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
27 name ## _p = dlsym(handle, #name); \
H A Dlkc.h27 #define P(name,type,arg) extern type (*name ## _p) arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dproc.c106 struct rb_node *_p; local
111 _p = rb_first(&key_serial_tree);
112 while (pos > 0 && _p) {
114 _p = rb_next(_p);
117 return _p;
135 struct rb_node *_p = v; local
136 struct key *key = rb_entry(_p, struct key, serial_node);
218 struct rb_node *_p; local
223 _p
247 struct rb_node *_p = v; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D8390.h111 #define ei_inb(_p) inb(_p)
112 #define ei_outb(_v,_p) outb(_v,_p)
113 #define ei_inb_p(_p) inb_p(_p)
114 #define ei_outb_p(_v,_p) outb_p(_v,_p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dproc.c204 struct list_head *_p; local
216 list_for_each(_p, &afs_proc_cells)
220 return _p != &afs_proc_cells ? _p : NULL;
228 struct list_head *_p; local
232 _p = v;
233 _p = v == (void *) 1 ? afs_proc_cells.next : _p->next;
235 return _p != &afs_proc_cells ? _p
506 struct list_head *_p; local
534 struct list_head *_p; local
737 struct list_head *_p; variable in typeref:struct:list_head
765 struct list_head *_p; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmac-fcc.c61 #define W32(_p, _m, _v) __fcc_out32(&(_p)->_m, (_v))
62 #define R32(_p, _m) __fcc_in32(&(_p)->_m)
63 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v))
64 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _
[all...]
H A Dmac-scc.c67 #define W32(_p, _m, _v) __fs_out32(&(_p)->_m, (_v))
68 #define R32(_p, _m) __fs_in32(&(_p)->_m)
69 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v))
70 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Duaccess.h124 typeof(*(ptr)) __user *_p = (ptr); \
127 _e = __range_ok(_p, sizeof(*_p)); \
129 _e = __put_user((x), _p); \
216 const typeof(*(ptr)) __user *_p = (ptr);\
219 _e = __range_ok(_p, sizeof(*_p)); \
221 _e = __get_user((x), _p); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dmmu-context.c46 struct list_head *_p; local
64 list_for_each(_p, &cxn_owners_lru) {
65 p = list_entry(_p, mm_context_t, id_link);
70 BUG_ON(_p == &cxn_owners_lru);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dio.c29 void out##x##_p(unsigned type value,unsigned long port){out##x(value,port);IO_DELAY();}
32 unsigned type in##x##_p(unsigned long port) {unsigned type tmp=in##x(port);IO_DELAY();return tmp;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dregs-clock.h18 #define S3C2410_PLLVAL(_m,_p,_s) ((_m) << 12 | ((_p) << 4) | ((_s)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc.h19 #define P(name,type,arg) extern type (*name ## _p) arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dclient.c1235 struct list_head *_p; local
1247 list_for_each(_p, &nfs_client_list)
1251 return _p != &nfs_client_list ? _p : NULL;
1259 struct list_head *_p; local
1263 _p = v;
1264 _p = (v == SEQ_START_TOKEN) ? nfs_client_list.next : _p->next;
1266 return _p != &nfs_client_list ? _p
1326 struct list_head *_p; local
1350 struct list_head *_p; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h56 #define XPC_NASID_IN_ARRAY(_n, _p) ((_p)[XPC_NASID_W_INDEX(_n)] & \
631 #define XPC_DEACTIVATE_PARTITION(_p, _reason) \
632 xpc_deactivate_partition(__LINE__, (_p), (_reason))
659 #define XPC_PARTID(_p) ((partid_t) ((_p) - &xpc_partitions[0]))
798 #define XPC_SET_REASON(_p, _reason, _line) \
800 (_p)->reason = _reason; \
801 (_p)->reason_line = _line; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c56 #define ei_inb(_p) readb((void __iomem *)_p)
57 #define ei_outb(_v,_p) writeb(_v,(void __iomem *)_p)
58 #define ei_inb_p(_p) readb((void __iomem *)_p)
59 #define ei_outb_p(_v,_p) writeb(_v,(void __iomem *)_p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c685 struct list_head *_p, *_n; local
703 list_for_each_safe(_p, _n, &father->children) {
705 p = list_entry(_p, struct task_struct, sibling);
733 list_for_each_safe(_p, _n, &father->ptrace_children) {
734 p = list_entry(_p, struct task_struct, ptrace_list);
748 struct list_head ptrace_dead, *_p, *_n; local
851 list_for_each_safe(_p, _n, &ptrace_dead) {
852 list_del_init(_p);
853 t = list_entry(_p, struct task_struct, ptrace_list);
1511 struct list_head *_p; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Ddtree.js25 this._p;
76 cn._p = pNode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dio.h325 static inline void out##bwl##_p(unsigned type value, int port) { \
329 static inline unsigned type in##bwl##_p(int port) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dio.h57 __OUT1(s##_p,x) __OUT2(s,s1,"w") __FULL_SLOW_DOWN_IO : : "a" (value), "Nd" (port));} \
67 __IN1(s##_p) __IN2(s,s1,"w") __FULL_SLOW_DOWN_IO : "=a" (_v) : "Nd" (port) ,##i ); return _v; } \

Completed in 161 milliseconds

12