Searched refs:ref (Results 76 - 100 of 1182) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c47 static int vmw_ttm_mem_global_init(struct drm_global_reference *ref) argument
50 return ttm_mem_global_init(ref->object);
53 static void vmw_ttm_mem_global_release(struct drm_global_reference *ref) argument
55 ttm_mem_global_release(ref->object);
77 global_ref = &dev_priv->bo_global_ref.ref;
97 drm_global_item_unref(&dev_priv->bo_global_ref.ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dsysctl_check.c50 struct ctl_table *ref, *test; local
58 ref = head->ctl_table;
61 for (; ref->procname; ref++) {
63 if (cur_depth && !ref->child)
66 if (test->procname && ref->procname &&
67 (strcmp(test->procname, ref->procname) == 0))
73 ref = ref->child;
80 ref
100 struct ctl_table *ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dsysctl_check.c50 struct ctl_table *ref, *test; local
58 ref = head->ctl_table;
61 for (; ref->procname; ref++) {
63 if (cur_depth && !ref->child)
66 if (test->procname && ref->procname &&
67 (strcmp(test->procname, ref->procname) == 0))
73 ref = ref->child;
80 ref
100 struct ctl_table *ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_filesys.c245 * fs_open(fsctx,ref,filename,mode)
251 * ref - returns file handle
259 int fs_open(fileio_ctx_t *fsctx,void **ref,char *filename,int mode) argument
261 return BDOPEN2(fsctx->ops,ref,fsctx->fsctx,filename,mode);
265 * fs_close(fsctx,ref)
271 * ref - file handle (from fs_open)
277 int fs_close(fileio_ctx_t *fsctx,void *ref) argument
279 BDCLOSE(fsctx->ops,ref);
286 * fs_read(fsctx,ref,buffer,len)
292 * ref
302 fs_read(fileio_ctx_t *fsctx,void *ref,uint8_t *buffer,int len) argument
324 fs_write(fileio_ctx_t *fsctx,void *ref,uint8_t *buffer,int len) argument
345 fs_seek(fileio_ctx_t *fsctx,void *ref,int offset,int how) argument
[all...]
H A Dcfe_rawfs.c98 static int raw_fileop_open(void **ref,void *fsctx,char *filename,int mode);
99 static int raw_fileop_read(void *ref,uint8_t *buf,int len);
100 static int raw_fileop_write(void *ref,uint8_t *buf,int len);
101 static int raw_fileop_seek(void *ref,int offset,int how);
102 static void raw_fileop_close(void *ref);
154 static int raw_fileop_open(void **ref,void *fsctx_arg,char *filename,int mode) argument
199 *ref = file;
203 static int raw_fileop_read(void *ref,uint8_t *buf,int len) argument
205 raw_file_t *file = (raw_file_t *) ref;
236 static int raw_fileop_write(void *ref,uint8_ argument
241 raw_fileop_seek(void *ref,int offset,int how) argument
271 raw_fileop_close(void *ref) argument
[all...]
H A Dcfe_ldr_raw.c79 * cfe_findbootblock(la,fsctx,ref)
86 * ref - reference for open file handle
94 void *ref,
110 fs_seek(fsctx,ref,0,FILE_SEEK_BEGINNING);
117 res = fs_read(fsctx,ref,
183 void *ref; local
270 res = fs_open(fsctx, &ref, la->la_filename, FILE_MODE_READ);
274 len = fs_read(fsctx, ref, c, 2);
275 fs_close(fsctx, ref);
306 res = fs_open(fsctx,&ref,l
92 cfe_findbootblock(cfe_loadargs_t *la, fileio_ctx_t *fsctx, void *ref, struct boot_block *bootblock) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
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
304 struct jffs2_xattr_ref *ref; local
313 jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
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
304 struct jffs2_xattr_ref *ref; local
313 jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/zebra/
H A Dif_sysctl.c39 caddr_t ref, buf, end; local
63 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
85 XFREE (MTYPE_TMP, ref);
94 caddr_t ref, buf, end; local
117 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
141 XFREE (MTYPE_TMP, ref);
148 XFREE (MTYPE_TMP, ref);
H A Drtread_sysctl.c36 caddr_t buf, end, ref; local
59 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
77 XFREE (MTYPE_TMP, ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/zebra/
H A Dif_sysctl.c39 caddr_t ref, buf, end; local
63 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
85 XFREE (MTYPE_TMP, ref);
94 caddr_t ref, buf, end; local
117 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
141 XFREE (MTYPE_TMP, ref);
148 XFREE (MTYPE_TMP, ref);
H A Drtread_sysctl.c36 caddr_t buf, end, ref; local
59 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
77 XFREE (MTYPE_TMP, ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/zebra/
H A Dif_sysctl.c39 caddr_t ref, buf, end; local
63 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
85 XFREE (MTYPE_TMP, ref);
94 caddr_t ref, buf, end; local
117 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
141 XFREE (MTYPE_TMP, ref);
148 XFREE (MTYPE_TMP, ref);
H A Drtread_sysctl.c36 caddr_t buf, end, ref; local
59 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
77 XFREE (MTYPE_TMP, ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/sparc/
H A Ddsputil_vis.c121 static void MC_put_o_16_vis (uint8_t * dest, const uint8_t * ref, argument
124 ref = vis_alignaddr(ref);
126 vis_ld64(ref[0], TMP0);
128 vis_ld64_2(ref, 8, TMP2);
130 vis_ld64_2(ref, 16, TMP4);
131 ref += stride;
142 static void MC_put_o_8_vis (uint8_t * dest, const uint8_t * ref, argument
145 ref = vis_alignaddr(ref);
161 MC_avg_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
321 MC_avg_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
413 MC_put_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
605 MC_put_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
728 MC_avg_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
818 MC_avg_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
983 MC_put_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1137 MC_put_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1227 MC_avg_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1355 MC_avg_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1434 MC_put_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1598 MC_put_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1702 MC_avg_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1898 MC_avg_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2041 MC_put_no_round_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2062 MC_put_no_round_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2081 MC_avg_no_round_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2241 MC_avg_no_round_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2333 MC_put_no_round_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2525 MC_put_no_round_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2648 MC_avg_no_round_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2738 MC_avg_no_round_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2903 MC_put_no_round_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3057 MC_put_no_round_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3147 MC_avg_no_round_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3275 MC_avg_no_round_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3354 MC_put_no_round_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3518 MC_put_no_round_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3622 MC_avg_no_round_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3818 MC_avg_no_round_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/sparc/
H A Ddsputil_vis.c121 static void MC_put_o_16_vis (uint8_t * dest, const uint8_t * ref, argument
124 ref = vis_alignaddr(ref);
126 vis_ld64(ref[0], TMP0);
128 vis_ld64_2(ref, 8, TMP2);
130 vis_ld64_2(ref, 16, TMP4);
131 ref += stride;
142 static void MC_put_o_8_vis (uint8_t * dest, const uint8_t * ref, argument
145 ref = vis_alignaddr(ref);
161 MC_avg_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
321 MC_avg_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
413 MC_put_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
605 MC_put_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
728 MC_avg_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
818 MC_avg_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
983 MC_put_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1137 MC_put_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1227 MC_avg_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1355 MC_avg_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1434 MC_put_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1598 MC_put_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1702 MC_avg_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1898 MC_avg_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2041 MC_put_no_round_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2062 MC_put_no_round_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2081 MC_avg_no_round_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2241 MC_avg_no_round_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2333 MC_put_no_round_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2525 MC_put_no_round_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2648 MC_avg_no_round_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2738 MC_avg_no_round_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2903 MC_put_no_round_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3057 MC_put_no_round_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3147 MC_avg_no_round_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3275 MC_avg_no_round_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3354 MC_put_no_round_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3518 MC_put_no_round_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3622 MC_avg_no_round_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3818 MC_avg_no_round_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/sparc/
H A Ddsputil_vis.c121 static void MC_put_o_16_vis (uint8_t * dest, const uint8_t * ref, argument
124 ref = vis_alignaddr(ref);
126 vis_ld64(ref[0], TMP0);
128 vis_ld64_2(ref, 8, TMP2);
130 vis_ld64_2(ref, 16, TMP4);
131 ref += stride;
142 static void MC_put_o_8_vis (uint8_t * dest, const uint8_t * ref, argument
145 ref = vis_alignaddr(ref);
161 MC_avg_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
321 MC_avg_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
413 MC_put_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
605 MC_put_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
728 MC_avg_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
818 MC_avg_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
983 MC_put_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1137 MC_put_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1227 MC_avg_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1355 MC_avg_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1434 MC_put_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1598 MC_put_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1702 MC_avg_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
1898 MC_avg_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2041 MC_put_no_round_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2062 MC_put_no_round_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2081 MC_avg_no_round_o_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2241 MC_avg_no_round_o_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2333 MC_put_no_round_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2525 MC_put_no_round_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2648 MC_avg_no_round_x_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2738 MC_avg_no_round_x_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
2903 MC_put_no_round_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3057 MC_put_no_round_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3147 MC_avg_no_round_y_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3275 MC_avg_no_round_y_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3354 MC_put_no_round_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3518 MC_put_no_round_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3622 MC_avg_no_round_xy_16_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
3818 MC_avg_no_round_xy_8_vis(uint8_t * dest, const uint8_t * ref, const int stride, int height) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/tipc/
H A Dtipc_port.h59 * @ref: unique reference to port in TIPC object registry
73 u32 ref; member in struct:tipc_port
89 struct tipc_port *tipc_get_port(const u32 ref);
91 void *tipc_get_handle(const u32 ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/tipc/
H A Dtipc_port.h59 * @ref: unique reference to port in TIPC object registry
73 u32 ref; member in struct:tipc_port
89 struct tipc_port *tipc_get_port(const u32 ref);
91 void *tipc_get_handle(const u32 ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c45 nouveau_ttm_mem_global_init(struct drm_global_reference *ref) argument
47 return ttm_mem_global_init(ref->object);
51 nouveau_ttm_mem_global_release(struct drm_global_reference *ref) argument
53 ttm_mem_global_release(ref->object);
76 global_ref = &dev_priv->ttm.bo_global_ref.ref;
99 drm_global_item_unref(&dev_priv->ttm.bo_global_ref.ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c45 nouveau_ttm_mem_global_init(struct drm_global_reference *ref) argument
47 return ttm_mem_global_init(ref->object);
51 nouveau_ttm_mem_global_release(struct drm_global_reference *ref) argument
53 ttm_mem_global_release(ref->object);
76 global_ref = &dev_priv->ttm.bo_global_ref.ref;
99 drm_global_item_unref(&dev_priv->ttm.bo_global_ref.ref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Ddefaults.c38 AVFilterPicRef *ref = av_mallocz(sizeof(AVFilterPicRef)); local
42 ref->pic = pic;
43 ref->w = pic->w = w;
44 ref->h = pic->h = h;
47 ref->perms = perms | AV_PERM_READ;
52 ff_fill_linesize((AVPicture *)pic, pic->format, ref->w);
57 tempsize = ff_fill_pointer((AVPicture *)pic, NULL, pic->format, ref->h);
59 ff_fill_pointer((AVPicture *)pic, buf, pic->format, ref->h);
61 memcpy(ref->data, pic->data, sizeof(pic->data));
62 memcpy(ref
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavfilter/
H A Ddefaults.c38 AVFilterPicRef *ref = av_mallocz(sizeof(AVFilterPicRef)); local
42 ref->pic = pic;
43 ref->w = pic->w = w;
44 ref->h = pic->h = h;
47 ref->perms = perms | AV_PERM_READ;
52 ff_fill_linesize((AVPicture *)pic, pic->format, ref->w);
57 tempsize = ff_fill_pointer((AVPicture *)pic, NULL, pic->format, ref->h);
59 ff_fill_pointer((AVPicture *)pic, buf, pic->format, ref->h);
61 memcpy(ref->data, pic->data, sizeof(pic->data));
62 memcpy(ref
[all...]

Completed in 213 milliseconds

1234567891011>>