Searched refs:rec (Results 1 - 25 of 240) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dbootinfo.c19 __bootinfo_build(struct bi_record *rec, unsigned long tag, unsigned long size, argument
23 rec->tag = tag;
27 memcpy(rec->data, (char *)data, size);
30 rec->size = sizeof(struct bi_record) + size;
33 rec = (struct bi_record *)((unsigned long)rec + rec->size);
35 return rec;
39 bootinfo_init(struct bi_record *rec) argument
43 birec = rec;
55 struct bi_record *rec = birec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm-indirect.h41 struct snd_pcm_indirect *rec, size_t bytes);
48 struct snd_pcm_indirect *rec,
53 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
59 rec->sw_ready += (int)frames_to_bytes(runtime, diff);
60 rec->appl_ptr = appl_ptr;
62 qsize = rec->hw_queue_size ? rec->hw_queue_size : rec->hw_buffer_size;
63 while (rec->hw_ready < qsize && rec
47 snd_pcm_indirect_playback_transfer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, snd_pcm_indirect_copy_t copy) argument
92 snd_pcm_indirect_playback_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) argument
113 snd_pcm_indirect_capture_transfer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, snd_pcm_indirect_copy_t copy) argument
157 snd_pcm_indirect_capture_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_pcm.c181 static inline int emu8k_get_curpos(struct snd_emu8k_pcm *rec, int ch) argument
183 int val = EMU8000_CCCA_READ(rec->emu, ch) & 0xfffffff;
184 val -= rec->loop_start[ch] - 1;
195 struct snd_emu8k_pcm *rec = (struct snd_emu8k_pcm *)data; local
198 spin_lock(&rec->timer_lock);
200 ptr = emu8k_get_curpos(rec, 0);
201 if (ptr < rec->last_ptr)
202 delta = ptr + rec->buf_size - rec->last_ptr;
204 delta = ptr - rec
230 struct snd_emu8k_pcm *rec; local
259 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
282 setup_voice(struct snd_emu8k_pcm *rec, int ch) argument
335 start_voice(struct snd_emu8k_pcm *rec, int ch) argument
371 stop_voice(struct snd_emu8k_pcm *rec, int ch) argument
389 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
449 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
486 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
515 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
545 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
571 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
595 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
613 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
659 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
[all...]
H A Demu8000_local.h33 int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
36 int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
38 void snd_emu8000_sample_reset(struct snd_emux *rec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Dfileid.awk18 printf("%s\n", rec);
21 rec = "";
23 rec = $0
26 rec = sprintf("%s\n%s", rec, $0);
36 printf("%s\n", rec);
H A Dpgno.awk18 printf("%s\n", rec);
21 rec = "";
23 rec = $0
26 rec = sprintf("%s\n%s", rec, $0);
46 printf("%s\n", rec);
H A Dtxn.awk16 printf("%s\n", rec);
19 rec = "";
23 rec = $0
28 rec = sprintf("%s\n%s", rec, $0);
33 printf("%s\n", rec);
H A Ddbname.awk66 printf("%s\n", rec);
69 rec = "";
71 rec = $0
76 rec = sprintf("%s\n%s", rec, $0);
81 printf("%s\n", rec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbb_inode.c61 struct set_badblock_record rec; local
69 rec.bad_block_count = 0;
70 rec.ind_blocks_size = rec.ind_blocks_ptr = 0;
71 rec.max_ind_blocks = 10;
72 retval = ext2fs_get_mem(rec.max_ind_blocks * sizeof(blk_t),
73 &rec.ind_blocks);
76 memset(rec.ind_blocks, 0, rec.max_ind_blocks * sizeof(blk_t));
77 retval = ext2fs_get_mem(fs->blocksize, &rec
159 struct set_badblock_record *rec = (struct set_badblock_record *) local
216 struct set_badblock_record *rec = (struct set_badblock_record *) local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_enc.c127 SSL3_RECORD *rec; local
138 rec= &(s->s3->wrec);
144 if ( rec->data != rec->input)
146 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
150 if (!RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)))
160 rec= &(s->s3->rrec);
174 memmove(rec->data,rec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_timer.c47 struct seq_oss_timer *rec; local
49 rec = kzalloc(sizeof(*rec), GFP_KERNEL);
50 if (rec == NULL)
53 rec->dp = dp;
54 rec->cur_tick = 0;
55 rec->realtime = 0;
56 rec->running = 0;
57 rec->oss_tempo = 60;
58 rec
70 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) argument
85 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) argument
[all...]
H A Dseq_oss_synth.c102 struct seq_oss_synth *rec; local
106 if ((rec = kzalloc(sizeof(*rec), GFP_KERNEL)) == NULL) {
110 rec->seq_device = -1;
111 rec->synth_type = reg->type;
112 rec->synth_subtype = reg->subtype;
113 rec->nr_voices = reg->nvoices;
114 rec->oper = reg->oper;
115 rec->private_data = reg->private_data;
116 rec
154 struct seq_oss_synth *rec = dev->driver_data; local
193 struct seq_oss_synth *rec; local
213 struct seq_oss_synth *rec; local
303 struct seq_oss_synth *rec; local
356 struct seq_oss_synth *rec; local
397 struct seq_oss_synth *rec; local
450 struct seq_oss_synth *rec; local
475 struct seq_oss_synth *rec; local
564 struct seq_oss_synth *rec; local
600 struct seq_oss_synth *rec; local
632 struct seq_oss_synth *rec; local
[all...]
H A Dseq_oss_readq.c105 union evrec rec; local
108 memset(&rec, 0, sizeof(rec));
109 rec.c[0] = SEQ_MIDIPUTC;
110 rec.c[2] = dev;
113 rec.c[1] = *data++;
114 result = snd_seq_oss_readq_put_event(q, &rec);
155 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) argument
159 memcpy(rec, &q->q[q->head], sizeof(*rec));
205 union evrec rec; local
[all...]
H A Dseq_oss_rw.c36 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
49 union evrec rec; local
57 err = snd_seq_oss_readq_pick(readq, &rec);
66 err = snd_seq_oss_readq_pick(readq, &rec);
72 ev_len = ev_length(&rec);
79 if (copy_to_user(buf, &rec, ev_len)) {
100 union evrec rec; local
106 if (copy_from_user(&rec, buf, SHORT_EVENT_SIZE)) {
110 if (rec.s.code == SEQ_FULLSIZE) {
116 fmt = (*(unsigned short *)rec
163 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-embedded.c219 struct bi_record *rec; local
223 rec = (struct bi_record *)rec_loc;
245 rec->tag = BI_FIRST;
246 rec->size = sizeof(struct bi_record);
247 rec = (struct bi_record *)((unsigned long)rec + rec->size);
249 rec->tag = BI_CMD_LINE;
250 memcpy( (char *)rec->data, cmd_line, strlen(cmd_line)+1);
251 rec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Drecode-sr-latin-127 tmpfiles="$tmpfiles rec-srl-1.in"
28 cat <<\EOF > rec-srl-1.in
33 tmpfiles="$tmpfiles rec-srl-1.out"
36 ${RECODE}-sr-latin < rec-srl-1.in > rec-srl-1.out \
39 tmpfiles="$tmpfiles rec-srl-1.ok"
40 cat <<\EOF > rec-srl-1.ok
46 ${DIFF} rec-srl-1.ok rec-srl-1.out
H A Drecode-sr-latin-224 tmpfiles="$tmpfiles rec-srl-2.in"
25 cat <<\EOF > rec-srl-2.in
30 tmpfiles="$tmpfiles rec-srl-2.out"
33 ${RECODE}-sr-latin < rec-srl-2.in > rec-srl-2.out \
36 tmpfiles="$tmpfiles rec-srl-2.ok"
37 cat <<\EOF > rec-srl-2.ok
43 ${DIFF} rec-srl-2.ok rec-srl-2.out
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_dbf.c144 struct zfcp_hba_dbf_record *rec = &adapter->hba_dbf_buf; local
145 struct zfcp_hba_dbf_record_response *response = &rec->type.response;
150 memset(rec, 0, sizeof(struct zfcp_hba_dbf_record));
151 strncpy(rec->tag, "resp", ZFCP_DBF_TAG_SIZE);
155 strncpy(rec->tag2, "perr", ZFCP_DBF_TAG_SIZE);
158 strncpy(rec->tag2, "ferr", ZFCP_DBF_TAG_SIZE);
162 strncpy(rec->tag2, "open", ZFCP_DBF_TAG_SIZE);
168 strncpy(rec->tag2, "qual", ZFCP_DBF_TAG_SIZE);
171 strncpy(rec->tag2, "norm", ZFCP_DBF_TAG_SIZE);
240 rec, sizeo
248 struct zfcp_hba_dbf_record *rec = &adapter->hba_dbf_buf; local
303 struct zfcp_hba_dbf_record *rec = &adapter->hba_dbf_buf; local
320 zfcp_hba_dbf_view_response(char *out_buf, struct zfcp_hba_dbf_record_response *rec) argument
407 zfcp_hba_dbf_view_status(char *out_buf, struct zfcp_hba_dbf_record_status *rec) argument
428 zfcp_hba_dbf_view_qdio(char *out_buf, struct zfcp_hba_dbf_record_qdio *rec) argument
449 struct zfcp_hba_dbf_record *rec = (struct zfcp_hba_dbf_record *)in_buf; local
489 struct zfcp_san_dbf_record *rec = &adapter->san_dbf_buf; local
552 struct zfcp_san_dbf_record *rec = &adapter->san_dbf_buf; local
629 struct zfcp_san_dbf_record *rec = (struct zfcp_san_dbf_record *)in_buf; local
712 struct zfcp_scsi_dbf_record *rec = &adapter->scsi_dbf_buf; local
823 struct zfcp_scsi_dbf_record *rec = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drsrc001.tcl74 set rec [$dbc get -last]
75 error_check_good get_last [llength [lindex $rec 0]] 2
76 set key [lindex [lindex $rec 0] 0]
77 set data [lindex [lindex $rec 0] 1]
103 set rec [replicate "New Record $i" $i]
104 puts $oid $rec
106 set ret [eval {$db put} $txn {-append $rec}]
119 set rec [replicate "New Record (set 2) $i" $i]
120 puts $oid $rec
122 set ret [eval {$db put} $txn {$key $rec}]
[all...]
H A Dtest043.tcl94 for { set rec [$dbc get -first] } { [llength $rec] != 0 } {
95 set rec [$dbc get -next] } {
96 set k [lindex [lindex $rec 0] 0]
97 set d [pad_data $method [lindex [lindex $rec 0] 1]]
111 for { set rec [$dbc get -first] } { [llength $rec] != 0 } {
112 set rec [$dbc get -next] } {
113 set k [lindex [lindex $rec 0] 0]
128 set rec [
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c476 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
478 if (tdb_read(tdb, offset, rec, sizeof(*rec),DOCONV()) == -1)
480 if (TDB_BAD_MAGIC(rec)) {
483 TDB_LOG((tdb, 0,"rec_read bad magic 0x%x at offset=%d\n", rec->magic, offset));
486 return tdb_oob(tdb, rec->next+sizeof(*rec), 0);
488 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
490 struct list_struct r = *rec;
495 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec) argument
523 update_tailer(TDB_CONTEXT *tdb, tdb_off offset, const struct list_struct *rec) argument
536 struct list_struct rec; local
597 struct list_struct rec; local
656 tdb_free(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
803 struct list_struct rec; local
870 tdb_allocate(TDB_CONTEXT *tdb, tdb_len length, struct list_struct *rec) argument
1035 tdb_find_lock_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, int locktype, struct list_struct *rec) argument
1080 struct list_struct rec; local
1116 struct list_struct rec; local
1143 struct list_struct rec; local
1236 tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, struct list_struct *rec) argument
1310 struct list_struct rec; local
1370 struct list_struct rec; local
1392 struct list_struct rec; local
1447 struct list_struct rec; local
1471 struct list_struct rec; local
1555 struct list_struct rec; local
1586 struct list_struct rec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c444 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
446 if (tdb_read(tdb, offset, rec, sizeof(*rec),DOCONV()) == -1)
448 if (TDB_BAD_MAGIC(rec)) {
451 TDB_LOG((tdb, 0,"rec_read bad magic 0x%x at offset=%d\n", rec->magic, offset));
454 return tdb_oob(tdb, rec->next+sizeof(*rec), 0);
456 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
458 struct list_struct r = *rec;
463 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec) argument
491 update_tailer(TDB_CONTEXT *tdb, tdb_off offset, const struct list_struct *rec) argument
504 struct list_struct rec; local
565 struct list_struct rec; local
624 tdb_free(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
771 struct list_struct rec; local
838 tdb_allocate(TDB_CONTEXT *tdb, tdb_len length, struct list_struct *rec) argument
1000 tdb_find_lock_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, int locktype, struct list_struct *rec) argument
1045 struct list_struct rec; local
1081 struct list_struct rec; local
1108 struct list_struct rec; local
1201 tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, struct list_struct *rec) argument
1268 struct list_struct rec; local
1328 struct list_struct rec; local
1350 struct list_struct rec; local
1405 struct list_struct rec; local
1429 struct list_struct rec; local
1513 struct list_struct rec; local
1544 struct list_struct rec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c451 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
453 if (tdb_read(tdb, offset, rec, sizeof(*rec),DOCONV()) == -1)
455 if (TDB_BAD_MAGIC(rec)) {
458 TDB_LOG((tdb, 0,"rec_read bad magic 0x%x at offset=%d\n", rec->magic, offset));
461 return tdb_oob(tdb, rec->next+sizeof(*rec), 0);
463 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
465 struct list_struct r = *rec;
470 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec) argument
498 update_tailer(TDB_CONTEXT *tdb, tdb_off offset, const struct list_struct *rec) argument
511 struct list_struct rec; local
572 struct list_struct rec; local
631 tdb_free(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
778 struct list_struct rec; local
845 tdb_allocate(TDB_CONTEXT *tdb, tdb_len length, struct list_struct *rec) argument
1020 tdb_find_lock(TDB_CONTEXT *tdb, TDB_DATA key, int locktype, struct list_struct *rec) argument
1068 struct list_struct rec; local
1104 struct list_struct rec; local
1129 struct list_struct rec; local
1216 tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, struct list_struct *rec) argument
1286 struct list_struct rec; local
1346 struct list_struct rec; local
1368 struct list_struct rec; local
1423 struct list_struct rec; local
1441 struct list_struct rec; local
1525 struct list_struct rec; local
1556 struct list_struct rec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c451 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
453 if (tdb_read(tdb, offset, rec, sizeof(*rec),DOCONV()) == -1)
455 if (TDB_BAD_MAGIC(rec)) {
458 TDB_LOG((tdb, 0,"rec_read bad magic 0x%x at offset=%d\n", rec->magic, offset));
461 return tdb_oob(tdb, rec->next+sizeof(*rec), 0);
463 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
465 struct list_struct r = *rec;
470 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec) argument
498 update_tailer(TDB_CONTEXT *tdb, tdb_off offset, const struct list_struct *rec) argument
511 struct list_struct rec; local
572 struct list_struct rec; local
631 tdb_free(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
778 struct list_struct rec; local
845 tdb_allocate(TDB_CONTEXT *tdb, tdb_len length, struct list_struct *rec) argument
1020 tdb_find_lock(TDB_CONTEXT *tdb, TDB_DATA key, int locktype, struct list_struct *rec) argument
1068 struct list_struct rec; local
1104 struct list_struct rec; local
1129 struct list_struct rec; local
1216 tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, struct list_struct *rec) argument
1286 struct list_struct rec; local
1346 struct list_struct rec; local
1368 struct list_struct rec; local
1423 struct list_struct rec; local
1441 struct list_struct rec; local
1525 struct list_struct rec; local
1556 struct list_struct rec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dmessages.c174 struct message_rec rec; local
185 rec.msg_version = MESSAGE_VERSION;
186 rec.msg_type = msg_type;
187 rec.dest = pid;
188 rec.src = sys_getpid();
189 rec.len = len;
193 dbuf.dptr = (void *)SMB_MALLOC(len + sizeof(rec));
197 memcpy(dbuf.dptr, &rec, sizeof(rec));
199 memcpy((void *)((char*)dbuf.dptr+sizeof(rec)), bu
326 struct message_rec rec; local
382 struct message_rec rec; local
[all...]

Completed in 278 milliseconds

12345678910