Searched refs:seq (Results 1 - 25 of 2333) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dcommand.c46 int sctp_init_cmd_seq(sctp_cmd_seq_t *seq) argument
48 memset(seq, 0, sizeof(sctp_cmd_seq_t));
55 void sctp_add_cmd_sf(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj) argument
57 BUG_ON(seq->next_free_slot >= SCTP_MAX_NUM_COMMANDS);
59 seq->cmds[seq->next_free_slot].verb = verb;
60 seq->cmds[seq->next_free_slot++].obj = obj;
66 sctp_cmd_t *sctp_next_cmd(sctp_cmd_seq_t *seq) argument
70 if (seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dcommand.c46 int sctp_init_cmd_seq(sctp_cmd_seq_t *seq) argument
48 memset(seq, 0, sizeof(sctp_cmd_seq_t));
55 void sctp_add_cmd_sf(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj) argument
57 BUG_ON(seq->next_free_slot >= SCTP_MAX_NUM_COMMANDS);
59 seq->cmds[seq->next_free_slot].verb = verb;
60 seq->cmds[seq->next_free_slot++].obj = obj;
66 sctp_cmd_t *sctp_next_cmd(sctp_cmd_seq_t *seq) argument
70 if (seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A DMakefile6 snd-seq-device-objs := seq_device.o
7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
10 snd-seq-midi-objs := seq_midi.o
11 snd-seq-midi-emul-objs := seq_midi_emul.o
12 snd-seq-midi-event-objs := seq_midi_event.o
13 snd-seq-dummy-objs := seq_dummy.o
14 snd-seq-virmidi-objs := seq_virmidi.o
16 obj-$(CONFIG_SND_SEQUENCER) += snd-seq.o snd-seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A DMakefile6 snd-seq-device-objs := seq_device.o
7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
10 snd-seq-midi-objs := seq_midi.o
11 snd-seq-midi-emul-objs := seq_midi_emul.o
12 snd-seq-midi-event-objs := seq_midi_event.o
13 snd-seq-dummy-objs := seq_dummy.o
14 snd-seq-virmidi-objs := seq_virmidi.o
16 obj-$(CONFIG_SND_SEQUENCER) += snd-seq.o snd-seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_trace.h14 TP_PROTO(int crtc, unsigned int seq),
15 TP_ARGS(crtc, seq),
18 __field(unsigned int, seq)
22 __entry->seq = seq;
24 TP_printk("crtc=%d, seq=%d", __entry->crtc, __entry->seq)
28 TP_PROTO(pid_t pid, int crtc, unsigned int seq),
29 TP_ARGS(pid, crtc, seq),
33 __field(unsigned int, seq)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_trace.h14 TP_PROTO(int crtc, unsigned int seq),
15 TP_ARGS(crtc, seq),
18 __field(unsigned int, seq)
22 __entry->seq = seq;
24 TP_printk("crtc=%d, seq=%d", __entry->crtc, __entry->seq)
28 TP_PROTO(pid_t pid, int crtc, unsigned int seq),
29 TP_ARGS(pid, crtc, seq),
33 __field(unsigned int, seq)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dtiertexseq.c68 /* there's no real header in a .seq file, the only thing they have in common */
81 static int seq_init_frame_buffers(SeqDemuxContext *seq, ByteIOContext *pb) argument
93 seq_buffer = &seq->frame_buffers[i];
101 seq->frame_buffers_count = i;
105 static int seq_fill_buffer(SeqDemuxContext *seq, ByteIOContext *pb, int buffer_num, unsigned int data_offs, int data_size) argument
112 seq_buffer = &seq->frame_buffers[buffer_num];
116 url_fseek(pb, seq->current_frame_offs + data_offs, SEEK_SET);
124 static int seq_parse_frame_data(SeqDemuxContext *seq, ByteIOContext *pb) argument
130 seq->current_frame_offs += SEQ_FRAME_SIZE;
131 url_fseek(pb, seq
186 SeqDemuxContext *seq = s->priv_data; local
243 SeqDemuxContext *seq = s->priv_data; local
297 SeqDemuxContext *seq = s->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dtiertexseq.c68 /* there's no real header in a .seq file, the only thing they have in common */
81 static int seq_init_frame_buffers(SeqDemuxContext *seq, ByteIOContext *pb) argument
93 seq_buffer = &seq->frame_buffers[i];
101 seq->frame_buffers_count = i;
105 static int seq_fill_buffer(SeqDemuxContext *seq, ByteIOContext *pb, int buffer_num, unsigned int data_offs, int data_size) argument
112 seq_buffer = &seq->frame_buffers[buffer_num];
116 url_fseek(pb, seq->current_frame_offs + data_offs, SEEK_SET);
124 static int seq_parse_frame_data(SeqDemuxContext *seq, ByteIOContext *pb) argument
130 seq->current_frame_offs += SEQ_FRAME_SIZE;
131 url_fseek(pb, seq
186 SeqDemuxContext *seq = s->priv_data; local
243 SeqDemuxContext *seq = s->priv_data; local
297 SeqDemuxContext *seq = s->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dtiertexseq.c68 /* there's no real header in a .seq file, the only thing they have in common */
81 static int seq_init_frame_buffers(SeqDemuxContext *seq, ByteIOContext *pb) argument
93 seq_buffer = &seq->frame_buffers[i];
101 seq->frame_buffers_count = i;
105 static int seq_fill_buffer(SeqDemuxContext *seq, ByteIOContext *pb, int buffer_num, unsigned int data_offs, int data_size) argument
112 seq_buffer = &seq->frame_buffers[buffer_num];
116 url_fseek(pb, seq->current_frame_offs + data_offs, SEEK_SET);
124 static int seq_parse_frame_data(SeqDemuxContext *seq, ByteIOContext *pb) argument
130 seq->current_frame_offs += SEQ_FRAME_SIZE;
131 url_fseek(pb, seq
186 SeqDemuxContext *seq = s->priv_data; local
243 SeqDemuxContext *seq = s->priv_data; local
297 SeqDemuxContext *seq = s->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/cxx/
H A Dcxx_seq.cpp26 DB_SEQUENCE *seq = unwrap(this); \
27 DbEnv *dbenv = DbEnv::get_DbEnv(seq->seq_dbp->dbenv); \
29 ret = seq->_name _arglist; \
41 DB_SEQUENCE *seq; local
44 if ((ret = db_sequence_create(&seq, unwrap(db), flags)) != 0)
48 imp_ = seq;
49 seq->api_internal = this;
53 DbSequence::DbSequence(DB_SEQUENCE *seq) argument
54 : imp_(seq)
56 seq
61 DB_SEQUENCE *seq; local
90 DB_SEQUENCE *seq = unwrap(this); local
98 DB_SEQUENCE *seq = unwrap(this); local
105 wrap_DB_SEQUENCE(DB_SEQUENCE *seq) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/cxx/
H A Dcxx_seq.cpp26 DB_SEQUENCE *seq = unwrap(this); \
27 DbEnv *dbenv = DbEnv::get_DbEnv(seq->seq_dbp->dbenv); \
29 ret = seq->_name _arglist; \
41 DB_SEQUENCE *seq; local
44 if ((ret = db_sequence_create(&seq, unwrap(db), flags)) != 0)
48 imp_ = seq;
49 seq->api_internal = this;
53 DbSequence::DbSequence(DB_SEQUENCE *seq) argument
54 : imp_(seq)
56 seq
61 DB_SEQUENCE *seq; local
90 DB_SEQUENCE *seq = unwrap(this); local
98 DB_SEQUENCE *seq = unwrap(this); local
105 wrap_DB_SEQUENCE(DB_SEQUENCE *seq) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/cxx/
H A Dcxx_seq.cpp26 DB_SEQUENCE *seq = unwrap(this); \
27 DbEnv *dbenv = DbEnv::get_DbEnv(seq->seq_dbp->dbenv); \
29 ret = seq->_name _arglist; \
41 DB_SEQUENCE *seq; local
44 if ((ret = db_sequence_create(&seq, unwrap(db), flags)) != 0)
48 imp_ = seq;
49 seq->api_internal = this;
53 DbSequence::DbSequence(DB_SEQUENCE *seq) argument
54 : imp_(seq)
56 seq
61 DB_SEQUENCE *seq; local
90 DB_SEQUENCE *seq = unwrap(this); local
98 DB_SEQUENCE *seq = unwrap(this); local
105 wrap_DB_SEQUENCE(DB_SEQUENCE *seq) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/i2o/
H A Di2o_proc.c70 static int print_serial_number(struct seq_file *seq, u8 * serialno, int max_len) argument
86 seq_printf(seq, "0x");
88 seq_printf(seq, "%02X", serialno[2 + i]);
100 seq_printf(seq, "%s", &serialno[2]);
104 seq_printf(seq, "%c", serialno[2 + i]);
110 seq_printf(seq, "UNICODE Format. Can't Display\n");
114 seq_printf(seq, "LAN-48 MAC address @ %pM", &serialno[2]);
118 seq_printf(seq, "WAN Access Address");
123 seq_printf(seq,
129 seq_printf(seq,
261 i2o_report_query_status(struct seq_file *seq, int block_status, char *group) argument
289 i2o_seq_show_hrt(struct seq_file *seq, void *v) argument
390 i2o_seq_show_lct(struct seq_file *seq, void *v) argument
520 i2o_seq_show_status(struct seq_file *seq, void *v) argument
688 i2o_seq_show_hw(struct seq_file *seq, void *v) argument
745 i2o_seq_show_ddm_table(struct seq_file *seq, void *v) argument
821 i2o_seq_show_driver_store(struct seq_file *seq, void *v) argument
844 i2o_seq_show_drivers_stored(struct seq_file *seq, void *v) argument
923 i2o_seq_show_groups(struct seq_file *seq, void *v) argument
999 i2o_seq_show_phys_device(struct seq_file *seq, void *v) argument
1040 i2o_seq_show_claimed(struct seq_file *seq, void *v) argument
1080 i2o_seq_show_users(struct seq_file *seq, void *v) argument
1134 i2o_seq_show_priv_msgs(struct seq_file *seq, void *v) argument
1183 i2o_seq_show_authorized_users(struct seq_file *seq, void *v) argument
1224 i2o_seq_show_dev_identity(struct seq_file *seq, void *v) argument
1262 i2o_seq_show_dev_name(struct seq_file *seq, void *v) argument
1272 i2o_seq_show_ddm_identity(struct seq_file *seq, void *v) argument
1309 i2o_seq_show_uinfo(struct seq_file *seq, void *v) argument
1341 i2o_seq_show_sgl_limits(struct seq_file *seq, void *v) argument
1384 i2o_seq_show_sensors(struct seq_file *seq, void *v) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_proc.c70 static int print_serial_number(struct seq_file *seq, u8 * serialno, int max_len) argument
86 seq_printf(seq, "0x");
88 seq_printf(seq, "%02X", serialno[2 + i]);
100 seq_printf(seq, "%s", &serialno[2]);
104 seq_printf(seq, "%c", serialno[2 + i]);
110 seq_printf(seq, "UNICODE Format. Can't Display\n");
114 seq_printf(seq, "LAN-48 MAC address @ %pM", &serialno[2]);
118 seq_printf(seq, "WAN Access Address");
123 seq_printf(seq,
129 seq_printf(seq,
261 i2o_report_query_status(struct seq_file *seq, int block_status, char *group) argument
289 i2o_seq_show_hrt(struct seq_file *seq, void *v) argument
390 i2o_seq_show_lct(struct seq_file *seq, void *v) argument
520 i2o_seq_show_status(struct seq_file *seq, void *v) argument
688 i2o_seq_show_hw(struct seq_file *seq, void *v) argument
745 i2o_seq_show_ddm_table(struct seq_file *seq, void *v) argument
821 i2o_seq_show_driver_store(struct seq_file *seq, void *v) argument
844 i2o_seq_show_drivers_stored(struct seq_file *seq, void *v) argument
923 i2o_seq_show_groups(struct seq_file *seq, void *v) argument
999 i2o_seq_show_phys_device(struct seq_file *seq, void *v) argument
1040 i2o_seq_show_claimed(struct seq_file *seq, void *v) argument
1080 i2o_seq_show_users(struct seq_file *seq, void *v) argument
1134 i2o_seq_show_priv_msgs(struct seq_file *seq, void *v) argument
1183 i2o_seq_show_authorized_users(struct seq_file *seq, void *v) argument
1224 i2o_seq_show_dev_identity(struct seq_file *seq, void *v) argument
1262 i2o_seq_show_dev_name(struct seq_file *seq, void *v) argument
1272 i2o_seq_show_ddm_identity(struct seq_file *seq, void *v) argument
1309 i2o_seq_show_uinfo(struct seq_file *seq, void *v) argument
1341 i2o_seq_show_sgl_limits(struct seq_file *seq, void *v) argument
1384 i2o_seq_show_sensors(struct seq_file *seq, void *v) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/sequence/
H A Dsequence.c31 * machine we swap in and out when we read from the database. seq->seq_rp
46 #define SEQ_SWAP_IN(env, seq) \
49 memcpy(&seq->seq_record, seq->seq_data.data, \
50 sizeof(seq->seq_record)); \
51 SEQ_SWAP(&seq->seq_record); \
55 #define SEQ_SWAP_OUT(env, seq) \
58 memcpy(seq->seq_data.data, \
59 &seq->seq_record, sizeof(seq
94 DB_SEQUENCE *seq; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/sequence/
H A Dsequence.c31 * machine we swap in and out when we read from the database. seq->seq_rp
46 #define SEQ_SWAP_IN(env, seq) \
49 memcpy(&seq->seq_record, seq->seq_data.data, \
50 sizeof(seq->seq_record)); \
51 SEQ_SWAP(&seq->seq_record); \
55 #define SEQ_SWAP_OUT(env, seq) \
58 memcpy(seq->seq_data.data, \
59 &seq->seq_record, sizeof(seq
94 DB_SEQUENCE *seq; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/sequence/
H A Dsequence.c31 * machine we swap in and out when we read from the database. seq->seq_rp
46 #define SEQ_SWAP_IN(env, seq) \
49 memcpy(&seq->seq_record, seq->seq_data.data, \
50 sizeof(seq->seq_record)); \
51 SEQ_SWAP(&seq->seq_record); \
55 #define SEQ_SWAP_OUT(env, seq) \
58 memcpy(seq->seq_data.data, \
59 &seq->seq_record, sizeof(seq
94 DB_SEQUENCE *seq; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-proc.c22 static int rtc_proc_show(struct seq_file *seq, void *offset) argument
25 struct rtc_device *rtc = seq->private;
32 seq_printf(seq,
41 seq_printf(seq, "alrm_time\t: ");
43 seq_printf(seq, "%02d:", alrm.time.tm_hour);
45 seq_printf(seq, "**:");
47 seq_printf(seq, "%02d:", alrm.time.tm_min);
49 seq_printf(seq, "**:");
51 seq_printf(seq, "%02d\n", alrm.time.tm_sec);
53 seq_printf(seq, "**\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-proc.c22 static int rtc_proc_show(struct seq_file *seq, void *offset) argument
25 struct rtc_device *rtc = seq->private;
32 seq_printf(seq,
41 seq_printf(seq, "alrm_time\t: ");
43 seq_printf(seq, "%02d:", alrm.time.tm_hour);
45 seq_printf(seq, "**:");
47 seq_printf(seq, "%02d:", alrm.time.tm_min);
49 seq_printf(seq, "**:");
51 seq_printf(seq, "%02d\n", alrm.time.tm_sec);
53 seq_printf(seq, "**\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DSequence.java19 private DbSequence seq; field in class:Sequence
23 Sequence(final DbSequence seq, SequenceConfig config) argument
26 this.seq = seq;
27 seq.wrapper = this;
28 if (seq.get_db().get_transactional())
46 seq.close(0);
79 return seq.get((txn == null) ? null : txn.txn, delta,
92 return seq.get_db().wrapper;
105 seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DSequence.java19 private DbSequence seq; field in class:Sequence
23 Sequence(final DbSequence seq, SequenceConfig config) argument
26 this.seq = seq;
27 seq.wrapper = this;
28 if (seq.get_db().get_transactional())
46 seq.close(0);
79 return seq.get((txn == null) ? null : txn.txn, delta,
92 return seq.get_db().wrapper;
105 seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DSequence.java19 private DbSequence seq; field in class:Sequence
23 Sequence(final DbSequence seq, SequenceConfig config) argument
26 this.seq = seq;
27 seq.wrapper = this;
28 if (seq.get_db().get_transactional())
46 seq.close(0);
79 return seq.get((txn == null) ? null : txn.txn, delta,
92 return seq.get_db().wrapper;
105 seq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Du64_stats_sync.h66 seqcount_t seq; member in struct:u64_stats_sync
73 write_seqcount_begin(&syncp->seq);
80 write_seqcount_end(&syncp->seq);
87 return read_seqcount_begin(&syncp->seq);
100 return read_seqcount_retry(&syncp->seq, start);
118 return read_seqcount_begin(&syncp->seq);
131 return read_seqcount_retry(&syncp->seq, start);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dcpu-freq-debugfs.c32 static void show_max(struct seq_file *seq, struct s3c_freq *f) argument
34 seq_printf(seq, "MAX: F=%lu, H=%lu, P=%lu, A=%lu\n",
38 static int board_show(struct seq_file *seq, void *p) argument
45 seq_printf(seq, "no configuration registered\n");
51 seq_printf(seq, "no board definition set?\n");
55 seq_printf(seq, "SDRAM refresh %u ns\n", brd->refresh);
56 seq_printf(seq, "auto_io=%u\n", brd->auto_io);
57 seq_printf(seq, "need_io=%u\n", brd->need_io);
59 show_max(seq, &brd->max);
78 static int info_show(struct seq_file *seq, voi argument
120 io_show(struct seq_file *seq, void *p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Du64_stats_sync.h66 seqcount_t seq; member in struct:u64_stats_sync
73 write_seqcount_begin(&syncp->seq);
80 write_seqcount_end(&syncp->seq);
87 return read_seqcount_begin(&syncp->seq);
100 return read_seqcount_retry(&syncp->seq, start);
118 return read_seqcount_begin(&syncp->seq);
131 return read_seqcount_retry(&syncp->seq, start);

Completed in 421 milliseconds

1234567891011>>