Searched refs:ic (Results 1 - 25 of 88) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dattribute_container.c34 struct internal_container *ic = local
36 class_device_get(&ic->classdev);
41 struct internal_container *ic = local
43 class_device_put(&ic->classdev);
57 struct internal_container *ic = local
59 return ic->cont;
114 struct internal_container *ic local
118 kfree(ic);
150 struct internal_container *ic; local
158 ic
213 struct internal_container *ic; local
257 struct internal_container *ic; local
413 struct internal_container *ic; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dbuild.c33 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) argument
36 if (ic->next)
37 return ic->next;
42 #define for_each_inode(i, c, ic) \
43 for (i = 0, ic = first_inode_chain(&i, (c)); \
44 ic; \
45 ic = next_inode(&i, ic, (c)))
49 struct jffs2_inode_cache *ic)
53 dbg_fsbuild("building directory inode #%u\n", ic
48 jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) argument
90 struct jffs2_inode_cache *ic; local
186 jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, struct jffs2_full_dirent **dead_fds) argument
[all...]
H A Dxattr.h55 struct jffs2_inode_cache *ic; /* reference to jffs2_inode_cache */ member in union:jffs2_xattr_ref::__anon7462
62 struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
80 extern void jffs2_xattr_delete_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
81 extern void jffs2_xattr_free_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
111 #define jffs2_xattr_delete_inode(c, ic)
112 #define jffs2_xattr_free_inode(c, ic)
H A Dgc.c23 struct jffs2_inode_cache *ic,
122 struct jffs2_inode_cache *ic; local
156 ic = jffs2_get_ino_cache(c, c->checked_ino++);
158 if (!ic) {
163 if (!ic->nlink) {
165 ic->ino));
167 jffs2_xattr_delete_inode(c, ic);
170 switch(ic->state) {
173 D1(printk(KERN_DEBUG "Skipping ino #%u already checked\n", ic->ino));
179 printk(KERN_WARNING "Inode #%u is in state %d during CRC check phase!\n", ic
524 jffs2_garbage_collect_pristine(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, struct jffs2_raw_node_ref *raw) argument
[all...]
H A Derase.c214 struct jffs2_inode_cache *ic = NULL; local
225 ic = (struct jffs2_inode_cache *)(*prev);
226 prev = &ic->nodes;
248 if (!ic) {
255 jeb->offset, jeb->offset + c->sector_size, ic->ino));
262 this = ic->nodes;
275 switch (ic->class) {
278 jffs2_release_xattr_datum(c, (struct jffs2_xattr_datum *)ic);
281 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
285 if (ic
[all...]
H A Dxattr.c425 * create_xattr_ref(c, ic, xd)
430 * jffs2_xattr_delete_inode(c, ic)
432 * jffs2_xattr_free_inode(c, ic)
434 * check_xattr_ref_inode(c, ic)
518 rr.ino = cpu_to_je32(ref->ic->ino);
538 dbg_xattr("success on saving xref (ino=%u, xid=%u)\n", ref->ic->ino, ref->xd->xid);
543 static struct jffs2_xattr_ref *create_xattr_ref(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, argument
553 ref->ic = ic;
563 ref->next = ic
589 jffs2_xattr_delete_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) argument
607 jffs2_xattr_free_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) argument
627 check_xattr_ref_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) argument
769 struct jffs2_inode_cache *ic; local
955 struct jffs2_inode_cache *ic = f->inocache; local
1016 struct jffs2_inode_cache *ic = f->inocache; local
1078 struct jffs2_inode_cache *ic = f->inocache; local
[all...]
H A Dscan.c405 * ref->ino is used to store 32bit inode-number, ic is not used
923 struct jffs2_inode_cache *ic; local
925 ic = jffs2_get_ino_cache(c, ino);
926 if (ic)
927 return ic;
932 ic = jffs2_alloc_inode_cache();
933 if (!ic) {
937 memset(ic, 0, sizeof(*ic));
939 ic
950 struct jffs2_inode_cache *ic; local
1006 struct jffs2_inode_cache *ic; local
[all...]
H A Dwbuf.c416 struct jffs2_inode_cache *ic; local
424 ic = jffs2_raw_ref_to_ic(raw);
427 if (ic && ic->class == RAWNODE_CLASS_XATTR_DATUM) {
428 struct jffs2_xattr_datum *xd = (void *)ic;
432 ic = NULL;
433 } else if (ic && ic->class == RAWNODE_CLASS_XATTR_REF) {
434 struct jffs2_xattr_datum *xr = (void *)ic;
438 ic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dseek_test.c33 AVFormatContext *ic; local
53 ic = avformat_alloc_context();
54 if (!ic) {
59 ret = av_open_input_file(&ic, filename, NULL, 0, ap);
65 ret = av_find_stream_info(ic);
77 ret= av_read_frame(ic, &pkt);
80 st= ic->streams[pkt.stream_index];
88 stream_id= (i>>1)%(ic->nb_streams+1) - 1;
91 st= ic->streams[stream_id];
94 ret = av_seek_frame(ic, stream_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doptions.c79 AVFormatContext *ic; local
80 ic = av_malloc(sizeof(AVFormatContext));
81 if (!ic) return ic;
82 avformat_get_context_defaults(ic);
83 ic->av_class = &av_format_context_class;
84 return ic;
H A Drdt.h33 * @param ic the containing RTSP demuxer context
35 * demuxer context's ic->streams array that is part of this
41 RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
H A Dutils.c409 AVFormatContext *ic; local
418 ic = avformat_alloc_context();
420 ic = *ic_ptr;
421 if (!ic) {
425 ic->iformat = fmt;
426 ic->pb = pb;
427 ic->duration = AV_NOPTS_VALUE;
428 ic->start_time = AV_NOPTS_VALUE;
429 av_strlcpy(ic->filename, filename, sizeof(ic
1618 av_has_duration(AVFormatContext *ic) argument
1636 av_update_stream_timings(AVFormatContext *ic) argument
1682 fill_all_stream_timings(AVFormatContext *ic) argument
1699 av_estimate_timings_from_bit_rate(AVFormatContext *ic) argument
1734 av_estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset) argument
1825 av_estimate_timings(AVFormatContext *ic, int64_t old_offset) argument
2036 av_find_stream_info(AVFormatContext *ic) argument
2855 dump_stream_format(AVFormatContext *ic, int i, int index, int is_output) argument
2894 dump_format(AVFormatContext *ic, int index, const char *url, int is_output) argument
[all...]
H A Drtpenc.h28 AVFormatContext *ic; member in struct:RTPMuxContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.c206 isdn_ctrl ic; local
218 ic.driver = cs->ics.driver;
219 ic.arg = cs->ics.arg;
225 ic.command = ISDN_CMD_HANGUP;
226 i = divert_if.ll_cmd(&ic);
238 ic.command = ISDN_CMD_ALERT;
239 if ((i = divert_if.ll_cmd(&ic)))
255 ic.command = ISDN_CMD_REDIR;
256 if ((i = divert_if.ll_cmd(&ic)))
387 static int isdn_divert_icall(isdn_ctrl *ic) argument
599 interrogate_success(isdn_ctrl *ic, struct call_struc *cs) argument
693 prot_stat_callback(isdn_ctrl *ic) argument
785 isdn_divert_stat_callback(isdn_ctrl *ic) argument
840 ll_callback(isdn_ctrl *ic) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dcallc.c176 isdn_ctrl ic; local
178 ic.driver = chanp->cs->myid;
179 ic.command = command;
180 ic.arg = chanp->chan;
181 chanp->cs->iif.statcallb(&ic);
187 isdn_ctrl ic; local
193 ic.driver = chanp->cs->myid;
194 ic.command = ISDN_STAT_CAUSE;
195 ic.arg = chanp->chan;
197 sprintf(ic
219 isdn_ctrl ic; local
303 isdn_ctrl ic; local
332 isdn_ctrl ic; local
465 isdn_ctrl ic; local
683 isdn_ctrl ic; local
725 isdn_ctrl ic; local
916 { isdn_ctrl ic; local
1253 isdn_ctrl ic; local
1474 isdn_ctrl ic; local
1497 HiSax_command(isdn_ctrl * ic) argument
[all...]
H A Disar.c967 isdn_ctrl ic; local
972 ic.driver = bcs->cs->myid;
973 ic.command = ISDN_STAT_FAXIND;
974 ic.arg = chanp->chan;
975 ic.parm.aux.cmd = status;
976 bcs->cs->iif.statcallb(&ic);
1744 isar_auxcmd(struct IsdnCardState *cs, isdn_ctrl *ic) { argument
1750 debugl1(cs, "isar_auxcmd cmd/ch %x/%d", ic->command, ic->arg);
1751 switch (ic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dunistr.h30 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic,
35 const int err_val, const IGNORE_CASE_BOOL ic,
55 const int err_val, const IGNORE_CASE_BOOL ic,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/doc/
H A Dtexi2pod.pl156 $ic = pop @icstack;
246 push @icstack, $ic;
247 $ic = $1;
254 push @icstack, $ic;
256 $ic = $1 . ".";
258 $ic = "1.";
266 push @icstack, $ic;
268 $ic = $2;
269 $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env)/B/;
270 $ic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsetup.c166 const unsigned int *ic = local
175 if (ic)
176 seq_printf(m, " %dK instruction", *ic / 1024);
179 (ic? " +": ""), *dc / 1024);
290 struct device_node *cpu, *ic; local
317 for (ic = NULL; (ic = of_find_all_nodes(ic)) != NULL; )
318 if (of_get_property(ic, "interrupt-controller", NULL))
320 if (ic) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dntfs.h110 const IGNORE_CASE_BOOL ic,
114 const int err_val, const IGNORE_CASE_BOOL ic,
125 const int err_val, const IGNORE_CASE_BOOL ic,
H A Dunistr.c60 * @ic: ignore case bool
61 * @upcase: upcase table (only if @ic == IGNORE_CASE)
65 * identical, or 'false' (0) if they are not identical. If @ic is IGNORE_CASE,
69 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic,
74 if (ic == CASE_SENSITIVE)
84 * @ic: either CASE_SENSITIVE or IGNORE_CASE
85 * @upcase: upcase table (ignored if @ic is CASE_SENSITIVE)
86 * @upcase_len: upcase table size (ignored if @ic is CASE_SENSITIVE)
99 const int err_val, const IGNORE_CASE_BOOL ic,
111 if (ic) {
68 ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_size) argument
97 ntfs_collate_names(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) argument
224 ntfs_file_compare_values(FILE_NAME_ATTR *file_name_attr1, FILE_NAME_ATTR *file_name_attr2, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dioctl.c145 struct atm_ioctl * ic = list_entry(pos, struct atm_ioctl, list); local
146 if (try_module_get(ic->owner)) {
147 error = ic->ioctl(sock, cmd, arg);
148 module_put(ic->owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_LOG.c297 struct icmp6hdr _icmp6h, *ic; local
306 ic = skb_header_pointer(skb, ptr, sizeof(_icmp6h), &_icmp6h);
307 if (ic == NULL) {
313 printk("TYPE=%u CODE=%u ", ic->icmp6_type, ic->icmp6_code);
315 switch (ic->icmp6_type) {
320 ntohs(ic->icmp6_identifier),
321 ntohs(ic->icmp6_sequence));
330 printk("POINTER=%08x ", ntohl(ic->icmp6_pointer));
344 if (ic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c113 AVFormatContext *ic; member in struct:VideoState
1723 AVFormatContext *ic = is->ic; local
1728 if (stream_index < 0 || stream_index >= ic->nb_streams)
1730 enc = ic->streams[stream_index]->codec;
1781 ic->streams[stream_index]->discard = AVDISCARD_DEFAULT;
1785 is->audio_st = ic->streams[stream_index];
1802 is->video_st = ic->streams[stream_index];
1813 is->subtitle_st = ic->streams[stream_index];
1826 AVFormatContext *ic local
1915 AVFormatContext *ic; local
2191 AVFormatContext *ic = is->ic; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pic.c125 u32 ic; local
135 ic = 0x3;
138 ic = 0x2;
141 ic = 0x0;
145 ic = 0x1;
164 out_be32(cfg, old_mask | (ic << 24) | (0x7 << 16) |

Completed in 135 milliseconds

1234