Searched refs:record (Results 1 - 25 of 473) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/xorg/lib/libxcb/record/
H A DMakefile3 XCBEXT= record
/netbsd-current/external/mit/xorg/server/xorg-server.old/record/
H A DMakefile7 LIB= record
8 SRCS= ${SRCS.record}
10 .include "Makefile.record"
H A DMakefile.record1 # $NetBSD: Makefile.record,v 1.1.1.1 2016/06/10 03:42:14 mrg Exp $
3 .PATH: ${X11SRCDIR.xorg-server}/record
4 SRCS.record= record.c set.c
14 COPTS.record.c= -Wno-error
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dndef.c36 struct ndef_record *record)
42 record->type_length = *pos++;
46 record->payload_length = *pos++;
55 record->payload_length = len;
62 record->id_length = *pos++;
64 record->id_length = 0;
66 record->type = record->type_length == 0 ? NULL : pos;
67 pos += record->type_length;
69 record
35 ndef_parse_record(const u8 *data, u32 size, struct ndef_record *record) argument
86 struct ndef_record record; local
111 struct wpabuf *record; local
155 wifi_filter(struct ndef_record *record) argument
181 p2p_filter(struct ndef_record *record) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c150 zinject_record_t *record)
168 record->zi_objset = dmu_objset_id(os);
169 record->zi_object = statbuf->st_ino;
181 zinject_record_t *record)
197 record->zi_start = 0;
198 record->zi_end = -1ULL;
203 record->zi_start = strtoull(range, &end, 10);
207 record->zi_end = record->zi_start + 1;
209 record
149 object_from_path(const char *dataset, const char *path, struct stat64 *statbuf, zinject_record_t *record) argument
180 calculate_range(const char *dataset, err_type_t type, int level, char *range, zinject_record_t *record) argument
315 translate_record(err_type_t type, const char *object, const char *range, int level, zinject_record_t *record, char *poolname, char *dataset) argument
410 translate_raw(const char *str, zinject_record_t *record) argument
430 translate_device(const char *pool, const char *device, err_type_t label_type, zinject_record_t *record) argument
[all...]
H A Dzinject.c228 "\t\tClear the particular record (if given a numeric ID), or\n"
356 print_data_handler(int id, const char *pool, zinject_record_t *record, argument
361 if (record->zi_guid != 0 || record->zi_func[0] != '\0')
374 (u_longlong_t)record->zi_objset, (u_longlong_t)record->zi_object,
375 type_to_name(record->zi_type), record->zi_level);
377 if (record->zi_start == 0 &&
378 record
388 print_device_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
413 print_delay_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
442 print_panic_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
499 cancel_one_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
554 register_handler(const char *pool, int flags, zinject_record_t *record, int quiet) argument
612 perform_action(const char *pool, zinject_record_t *record, int cmd) argument
673 zinject_record_t record = { 0 }; local
[all...]
/netbsd-current/sys/stand/
H A Dcopy.c54 register int from, to, record, rcc, wcc, bsize = BSIZE; local
59 for (record = 0;; ++record) {
64 record, errno);
68 if (record == 0) {
74 record, bsize, rcc);
83 record, errno);
88 record, rcc, wcc);
92 printf("copy completed: %d records copied\n", record);
/netbsd-current/external/mit/xorg/server/xorg-server/record/
H A DMakefile11 LIB= record
12 SRCS= ${SRCS.record}
14 .include "Makefile.record"
H A DMakefile.record1 # $NetBSD: Makefile.record,v 1.2 2008/08/10 06:42:39 rtr Exp $
3 .PATH: ${X11SRCDIR.xorg-server}/record
4 SRCS.record= record.c set.c
14 COPTS.record.c= -Wno-error
/netbsd-current/usr.bin/audio/
H A DMakefile3 SUBDIR= common .WAIT ctl play record
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-gather.awk41 record[++numrec] = $0
44 record[numrec] = record[numrec] SUBSEP $0
50 sort(record,numrec)
53 print record[i] }
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-gather.awk41 record[++numrec] = $0
44 record[numrec] = record[numrec] SUBSEP $0
50 sort(record,numrec)
53 print record[i] }
/netbsd-current/usr.bin/audio/record/
H A DMakefile4 SRCS= record.c
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/record/
H A DMakefile8 LIB= record
11 SRCS= ${SRCS.record} recordmod.c
15 .include "../../../../record/Makefile.record"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/syscalls/
H A Darm-linux.py35 def record(name, number, comment=None): function
47 record(m.group(1), int(m.group(2)))
52 record(m.group(2), int(m.group(1)), 'removed')
57 record('ARM_'+m.group(1), 0x0f0000+int(m.group(2)))
/netbsd-current/external/gpl3/gdb/dist/gdb/syscalls/
H A Darm-linux.py39 def record(name, number, comment=None): function
51 record(m.group(1), int(m.group(2)))
56 record(m.group(2), int(m.group(1)), "removed")
60 record("ARM_" + m.group(1), 0x0F0000 + int(m.group(2)))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Ddlopen.exp19 unsupported "target does not support record-btrace"
50 gdb_test_no_output "record btrace"
58 gdb_test "info record"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dfirst_frag_align.d3 #name: record alignment for the first section frag
/netbsd-current/lib/libossaudio/
H A Doss_dsp.c39 ? (info)->record.name : (info)->play.name)
104 rerrors /= ((tmpinfo.record.precision / NBBY) *
105 tmpinfo.record.channels);
134 hwfmt.record.sample_rate :
148 tmpinfo.record.sample_rate = INTARG;
162 tmpinfo.record.channels = INTARG ? 2 : 1;
193 tmpinfo.record.encoding =
195 hwfmt.record.encoding : hwfmt.play.encoding;
197 tmpinfo.record.precision =
199 hwfmt.record
474 set_vol(int fd, int volume, bool record) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_sslrecords.t85 #Test 5: Inject an SSLv2 style record format for a TLSv1.2 ClientHello
93 #Test 6: Inject an SSLv2 style record format for an SSLv2 ClientHello. We don't
111 #Test 8: Fragment a TLSv1.2 ClientHello across a TLS1.2 record; an SSLv2
112 # record; and another TLS1.2 record. This isn't allowed so should fail
120 # fail because an SSLv2 ClientHello must be the first record.
127 #Unrecognised record type tests
129 #Test 10: Sending an unrecognised record type in TLS1.2 should fail
135 ok($fatal_alert, "Unrecognised record type in TLS1.2");
140 #Test 11: Sending an unrecognised record typ
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D70-test_sslrecords.t94 #Test 5: Inject an SSLv2 style record format for a TLSv1.2 ClientHello
104 #Test 6: Inject an SSLv2 style record format for an SSLv2 ClientHello. We don't
126 #Test 8: Fragment a TLSv1.2 ClientHello across a TLS1.2 record; an SSLv2
127 # record; and another TLS1.2 record. This isn't allowed so should fail
137 # fail because an SSLv2 ClientHello must be the first record.
146 #Unrecognised record type tests
148 #Test 10: Sending an unrecognised record type in TLS1.2 should fail
155 ok($fatal_alert, "Unrecognised record type in TLS1.2");
160 #Test 11: Sending an unrecognised record typ
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DASTTableGen.h92 WrappedRecord(llvm::Record *record = nullptr) : Record(record) {}
95 assert(Record && "accessing null record");
146 HasProperties(llvm::Record *record = nullptr) : WrappedRecord(record) {}
159 ASTNode(llvm::Record *record = nullptr) : HasProperties(record) {}
182 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {}
204 TypeNode(llvm::Record *record
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dld-insn.c306 record */
573 table_entry *record,
576 table_entry *model_record = record;
579 if (record->nr_fields < nr_fields)
580 error (record->line, "Incorrect number of fields\n");
581 record = table_read (file);
582 if (record->type == table_code_entry)
584 code_record = record;
585 record = table_read (file);
587 /* create the new data record */
571 parse_model_data_record(insn_table *isa, table *file, table_entry *record, int nr_fields, model_data **list) argument
635 parse_include_record(table *file, table_entry *record) argument
656 parse_option_record(table *file, table_entry *record) argument
739 parse_function_record(table *file, table_entry *record, function_entry ** list, function_entry ** list_entry, int is_internal, model_table *model) argument
819 parse_insn_model_record(table *file, table_entry *record, insn_entry * insn, model_table *model) argument
886 parse_insn_mnemonic_record(table *file, table_entry *record, insn_entry * insn) argument
914 parse_macro_record(table *file, table_entry *record) argument
944 table_entry *record = table_read (file); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dld-insn.c306 record */
573 table_entry *record,
576 table_entry *model_record = record;
579 if (record->nr_fields < nr_fields)
580 error (record->line, "Incorrect number of fields\n");
581 record = table_read (file);
582 if (record->type == table_code_entry)
584 code_record = record;
585 record = table_read (file);
587 /* create the new data record */
571 parse_model_data_record(insn_table *isa, table *file, table_entry *record, int nr_fields, model_data **list) argument
635 parse_include_record(table *file, table_entry *record) argument
656 parse_option_record(table *file, table_entry *record) argument
739 parse_function_record(table *file, table_entry *record, function_entry ** list, function_entry ** list_entry, int is_internal, model_table *model) argument
819 parse_insn_model_record(table *file, table_entry *record, insn_entry * insn, model_table *model) argument
886 parse_insn_mnemonic_record(table *file, table_entry *record, insn_entry * insn) argument
914 parse_macro_record(table *file, table_entry *record) argument
944 table_entry *record = table_read (file); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbva_base.c69 struct vbva_record *record; local
74 record = vbva_ctx->record;
77 !record || !(record->len_and_flags & VBVA_F_RECORD_PARTIAL))
103 record->len_and_flags += chunk;
163 vbva_ctx->record = NULL;
172 struct vbva_record *record; local
179 WARN_ON(vbva_ctx->buffer_overflow || vbva_ctx->record);
191 record
202 struct vbva_record *record = vbva_ctx->record; local
[all...]

Completed in 175 milliseconds

1234567891011>>