Searched refs:ref (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dtxt-test.c70 TXTRecordRef ref; local
75 TXTRecordCreate(&ref, 0, NULL);
77 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
79 TXTRecordSetValue(&ref, "foo", 7, "lennart");
80 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
82 TXTRecordSetValue(&ref, "waldo", 5, "rocks");
83 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriop.h20 * The ref pointer is an opaque type and should remain as such.
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dwatch.h21 extern asmlinkage void __watch_set(unsigned long addr, enum wref_type ref);
25 #define watch_set(addr, ref) \
27 __watch_set(addr, ref)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dwatch.h21 extern asmlinkage void __watch_set(unsigned long addr, enum wref_type ref);
25 #define watch_set(addr, ref) \
27 __watch_set(addr, ref)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_rate.h77 struct rate_control_ref *rate_control_get(struct rate_control_ref *ref);
78 void rate_control_put(struct rate_control_ref *ref);
85 struct rate_control_ref *ref = local->rate_ctrl; local
86 ref->ops->tx_status(ref->priv, dev, skb, status);
94 struct rate_control_ref *ref = local->rate_ctrl; local
95 return ref->ops->get_rate(ref->priv, dev, skb, extra);
102 struct rate_control_ref *ref = sta->rate_ctrl; local
103 ref
109 struct rate_control_ref *ref = local->rate_ctrl; local
113 rate_control_alloc_sta(struct rate_control_ref *ref, gfp_t gfp) argument
119 rate_control_free_sta(struct rate_control_ref *ref, void *priv) argument
128 struct rate_control_ref *ref = sta->rate_ctrl; local
138 struct rate_control_ref *ref = sta->rate_ctrl; local
[all...]
H A Dieee80211_rate.c99 struct rate_control_ref *ref; local
101 ref = kmalloc(sizeof(struct rate_control_ref), GFP_KERNEL);
102 if (!ref)
104 kref_init(&ref->kref);
105 ref->ops = ieee80211_rate_control_ops_get(name);
106 if (!ref->ops)
108 ref->priv = ref->ops->alloc(local);
109 if (!ref->priv)
111 return ref;
131 rate_control_get(struct rate_control_ref *ref) argument
137 rate_control_put(struct rate_control_ref *ref) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/mlib/
H A Ddsputil_mlib.c65 static void put_pixels16_mlib (uint8_t * dest, const uint8_t * ref, argument
70 mlib_VideoCopyRef_U8_U8_16x8(dest, (uint8_t *)ref, stride);
74 mlib_VideoCopyRef_U8_U8_16x16(dest, (uint8_t *)ref, stride);
82 static void put_pixels16_x2_mlib (uint8_t * dest, const uint8_t * ref, argument
87 mlib_VideoInterpX_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
91 mlib_VideoInterpX_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
99 static void put_pixels16_y2_mlib (uint8_t * dest, const uint8_t * ref, argument
104 mlib_VideoInterpY_U8_U8_16x8(dest, (uint8_t *)ref, stride, stride);
108 mlib_VideoInterpY_U8_U8_16x16(dest, (uint8_t *)ref, stride, stride);
116 static void put_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, argument
135 put_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
156 put_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
177 put_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
198 put_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
221 avg_pixels16_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
238 avg_pixels16_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
255 avg_pixels16_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
272 avg_pixels16_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
291 avg_pixels8_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
312 avg_pixels8_x2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
333 avg_pixels8_y2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
354 avg_pixels8_xy2_mlib(uint8_t * dest, const uint8_t * ref, int stride, int height) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dref.h2 * net/tipc/ref.h: Include file for TIPC object registry code
77 void tipc_ref_discard(u32 ref);
84 static inline void *tipc_ref_lock(u32 ref) argument
88 &tipc_ref_table.entries[ref & tipc_ref_table.index_mask];
91 if (likely(r->data.reference == ref))
102 static inline void tipc_ref_unlock(u32 ref) argument
106 &tipc_ref_table.entries[ref & tipc_ref_table.index_mask];
108 if (likely(r->data.reference == ref))
119 static inline void *tipc_ref_deref(u32 ref) argument
123 &tipc_ref_table.entries[ref
[all...]
H A Dnet.h58 struct node *tipc_net_select_remote_node(u32 addr, u32 ref);
59 u32 tipc_net_select_router(u32 addr, u32 ref);
H A Dname_table.h59 * @ref: publishing port
77 u32 ref; member in struct:publication
94 int tipc_nametbl_publish_rsv(u32 ref, unsigned int scope,
98 int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key);
100 u32 scope, u32 node, u32 ref, u32 key);
102 u32 node, u32 ref, u32 key);
H A Dport.c64 static void port_handle_node_down(unsigned long ref);
67 static void port_timeout(unsigned long ref);
98 int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 domain, argument
105 struct port *oport = tipc_port_deref(ref);
227 u32 ref; local
234 ref = tipc_ref_acquire(p_ptr, &p_ptr->publ.lock);
235 if (!ref) {
241 tipc_port_lock(ref);
242 p_ptr->publ.ref = ref;
269 tipc_deleteport(u32 ref) argument
309 tipc_get_port(const u32 ref) argument
318 tipc_get_handle(const u32 ref) argument
336 tipc_portunreliable(u32 ref, unsigned int *isunreliable) argument
348 tipc_set_portunreliable(u32 ref, unsigned int isunreliable) argument
365 tipc_portunreturnable(u32 ref, unsigned int *isunrejectable) argument
377 tipc_set_portunreturnable(u32 ref, unsigned int isunrejectable) argument
503 port_timeout(unsigned long ref) argument
538 port_handle_node_down(unsigned long ref) argument
951 port_wakeup_sh(unsigned long ref) argument
977 tipc_acknowledge(u32 ref, u32 ack) argument
1020 u32 ref; local
1053 tipc_ownidentity(u32 ref, struct tipc_portid *id) argument
1060 tipc_portimportance(u32 ref, unsigned int *importance) argument
1072 tipc_set_portimportance(u32 ref, unsigned int imp) argument
1088 tipc_publish(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) argument
1126 tipc_withdraw(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) argument
1166 tipc_connect2port(u32 ref, struct tipc_portid const *peer) argument
1212 tipc_disconnect(u32 ref) argument
1233 tipc_shutdown(u32 ref) argument
1261 tipc_isconnected(u32 ref, int *isconnected) argument
1273 tipc_peer(u32 ref, struct tipc_portid *peer) argument
1291 tipc_ref_valid(u32 ref) argument
1320 tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect) argument
1358 tipc_send_buf(u32 ref, struct sk_buff *buf, unsigned int dsz) argument
1407 tipc_forward2name(u32 ref, struct tipc_name const *name, u32 domain, u32 num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1461 tipc_send2name(u32 ref, struct tipc_name const *name, unsigned int domain, unsigned int num_sect, struct iovec const *msg_sect) argument
1479 tipc_forward_buf2name(u32 ref, struct tipc_name const *name, u32 domain, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1535 tipc_send_buf2name(u32 ref, struct tipc_name const *dest, u32 domain, struct sk_buff *buf, unsigned int dsz) argument
1553 tipc_forward2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1594 tipc_send2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect) argument
1610 tipc_forward_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1656 tipc_send_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/images/
H A DMakefile3 COPY= api.gif next.gif prev.gif ps.gif ref.gif
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dxattr.c419 * verify_xattr_ref(c, ref)
422 * save_xattr_ref(c, ref)
427 * delete_xattr_ref(c, ref)
437 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) argument
447 if (ref_flags(ref->node) != REF_UNCHECKED)
449 offset = ref_offset(ref->node);
475 ref->ino = je32_to_cpu(rr.ino);
476 ref->xid = je32_to_cpu(rr.xid);
477 ref->xseqno = je32_to_cpu(rr.xseqno);
478 if (ref
499 save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) argument
547 struct jffs2_xattr_ref *ref; local
569 delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) argument
593 struct jffs2_xattr_ref *ref, *_ref; local
611 struct jffs2_xattr_ref *ref, *_ref; local
633 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; local
731 struct jffs2_xattr_ref *ref, *_ref; local
766 struct jffs2_xattr_ref *ref, *_ref; local
956 struct jffs2_xattr_ref *ref, **pref; local
1018 struct jffs2_xattr_ref *ref, **pref; local
1080 struct jffs2_xattr_ref *ref, *newref, **pref; local
1235 jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref, struct jffs2_raw_node_ref *raw) argument
1313 jffs2_release_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) argument
[all...]
H A Dmalloc.c211 struct jffs2_raw_node_ref **p, *ref; local
217 ref = *p;
222 if (ref && ref->flash_offset != REF_EMPTY_NODE)
223 ref++;
226 if (!ref) {
228 ref = *p = jffs2_alloc_refblock();
229 if (!ref)
232 if (ref->flash_offset == REF_LINK_NODE) {
233 p = &ref
305 struct jffs2_xattr_ref *ref; local
315 jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Dformats.c105 void avfilter_formats_ref(AVFilterFormats *f, AVFilterFormats **ref) argument
107 *ref = f;
109 f->refs[f->refcount-1] = ref;
112 static int find_ref_index(AVFilterFormats **ref) argument
115 for(i = 0; i < (*ref)->refcount; i ++)
116 if((*ref)->refs[i] == ref)
121 void avfilter_formats_unref(AVFilterFormats **ref) argument
123 int idx = find_ref_index(ref);
126 memmove((*ref)
[all...]
H A Ddefaults.c42 AVFilterPicRef *ref = av_mallocz(sizeof(AVFilterPicRef)); local
46 ref->pic = pic;
47 ref->w = link->w;
48 ref->h = link->h;
51 ref->perms = perms | AV_PERM_READ;
56 ff_fill_linesize((AVPicture *)pic, pic->format, ref->w);
61 tempsize = ff_fill_pointer((AVPicture *)pic, NULL, pic->format, ref->h);
63 ff_fill_pointer((AVPicture *)pic, buf, pic->format, ref->h);
65 memcpy(ref->data, pic->data, sizeof(pic->data));
66 memcpy(ref
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sh4/
H A Ddsputil_align.c52 ref-=ofs; \
54 OP(LP(dest),MERGE1(LP(ref),LP(ref+4),ofs)); \
55 ref+=stride; \
61 OP(LP(dest),LP(ref)); \
62 ref+=stride; \
69 static void put_pixels4_c(uint8_t *dest,const uint8_t *ref, const int stride,int height) argument
71 switch((int)ref&3){
82 static void avg_pixels4_c(uint8_t *dest,const uint8_t *ref, const int stride,int height) argument
84 switch((int)ref
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_sysctl.c36 caddr_t ref, buf, end; local
60 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
82 XFREE (MTYPE_TMP, ref);
91 caddr_t ref, buf, end; local
116 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
140 XFREE (MTYPE_TMP, ref);
147 XFREE (MTYPE_TMP, ref);
H A Drtread_sysctl.c32 caddr_t buf, end, ref; local
56 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
72 XFREE (MTYPE_TMP, ref);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sparc/
H A Ddsputil_vis.c129 uint8_t *ref = (uint8_t *) _ref; local
131 ref = vis_alignaddr(ref);
133 vis_ld64(ref[0], TMP0);
135 vis_ld64_2(ref, 8, TMP2);
137 vis_ld64_2(ref, 16, TMP4);
138 ref += stride;
152 uint8_t *ref = (uint8_t *) _ref; local
154 ref = vis_alignaddr(ref);
173 uint8_t *ref = (uint8_t *) _ref; local
334 uint8_t *ref = (uint8_t *) _ref; local
428 uint8_t *ref = (uint8_t *) _ref; local
621 uint8_t *ref = (uint8_t *) _ref; local
745 uint8_t *ref = (uint8_t *) _ref; local
836 uint8_t *ref = (uint8_t *) _ref; local
1002 uint8_t *ref = (uint8_t *) _ref; local
1158 uint8_t *ref = (uint8_t *) _ref; local
1250 uint8_t *ref = (uint8_t *) _ref; local
1379 uint8_t *ref = (uint8_t *) _ref; local
1459 uint8_t *ref = (uint8_t *) _ref; local
1624 uint8_t *ref = (uint8_t *) _ref; local
1729 uint8_t *ref = (uint8_t *) _ref; local
1926 uint8_t *ref = (uint8_t *) _ref; local
2070 uint8_t *ref = (uint8_t *) _ref; local
2093 uint8_t *ref = (uint8_t *) _ref; local
2114 uint8_t *ref = (uint8_t *) _ref; local
2275 uint8_t *ref = (uint8_t *) _ref; local
2369 uint8_t *ref = (uint8_t *) _ref; local
2562 uint8_t *ref = (uint8_t *) _ref; local
2686 uint8_t *ref = (uint8_t *) _ref; local
2777 uint8_t *ref = (uint8_t *) _ref; local
2943 uint8_t *ref = (uint8_t *) _ref; local
3099 uint8_t *ref = (uint8_t *) _ref; local
3191 uint8_t *ref = (uint8_t *) _ref; local
3320 uint8_t *ref = (uint8_t *) _ref; local
3400 uint8_t *ref = (uint8_t *) _ref; local
3565 uint8_t *ref = (uint8_t *) _ref; local
3670 uint8_t *ref = (uint8_t *) _ref; local
3867 uint8_t *ref = (uint8_t *) _ref; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_map.c97 X509_POLICY_REF *ref = NULL; local
157 ref = OPENSSL_malloc(sizeof(X509_POLICY_REF));
158 if (!ref)
161 ref->subjectDomainPolicy = map->subjectDomainPolicy;
163 ref->data = data;
165 if (!sk_X509_POLICY_REF_push(cache->maps, ref))
168 ref = NULL;
176 if (ref)
177 policy_map_free(ref);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_port.h58 * @ref: unique reference to port in TIPC object registry
71 u32 ref; member in struct:tipc_port
100 struct tipc_port *tipc_get_port(const u32 ref);
102 void *tipc_get_handle(const u32 ref);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dplain_io.h34 int check_parameters(struct device *ref, struct device *testee);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude1_0.inc18 <xsd:element ref="bar.B"/>
21 <xsd:attribute ref="bar" xml:lang="DE">
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dicst307.h20 unsigned long ref; member in struct:icst307_params

Completed in 237 milliseconds

1234567891011>>