| /src/external/mit/xorg/lib/libxcb/record/ |
| Makefile | 3 XCBEXT= record
|
| /src/external/mit/xorg/server/xorg-server.old/record/ |
| Makefile | 7 LIB= record 8 SRCS= ${SRCS.record} 10 .include "Makefile.record"
|
| /src/external/bsd/wpa/dist/src/wps/ |
| ndef.c | 36 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 if (record->type_length > data + size - pos) 68 record->type = record->type_length == 0 ? NULL : pos; 69 pos += record->type_length 92 struct ndef_record record; local 117 struct wpabuf *record; local [all...] |
| /src/external/cddl/osnet/dist/cmd/zinject/ |
| translate.c | 150 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->zi_end = strtoull(end + 1, &end, 10) [all...] |
| zinject.c | 228 "\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, 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->zi_end == -1ULL 673 zinject_record_t record = { 0 }; local [all...] |
| zinject.h | 58 int level, zinject_record_t *record, char *poolname, char *dataset); 59 int translate_raw(const char *raw, zinject_record_t *record); 61 err_type_t label_type, zinject_record_t *record);
|
| /src/sys/stand/ |
| copy.c | 54 register int from, to, record, rcc, wcc, bsize = BSIZE; local 59 for (record = 0;; ++record) { 63 printf("Record %d: read error, errno=%d\n", 64 record, errno); 68 if (record == 0) { 73 printf("Record %d: read short; expected %d, got %d\n", 74 record, bsize, rcc); 82 printf("Record %d: write error: errno=%d\n", 83 record, errno) [all...] |
| /src/external/mit/xorg/server/xorg-server/record/ |
| Makefile | 11 LIB= record 12 SRCS= ${SRCS.record} 14 .include "Makefile.record"
|
| /src/usr.bin/audio/ |
| Makefile | 3 SUBDIR= common .WAIT ctl play record
|
| /src/external/gpl3/gcc/dist/gcc/ |
| opt-gather.awk | 41 record[++numrec] = $0 44 record[numrec] = record[numrec] SUBSEP $0 50 sort(record,numrec) 53 print record[i] }
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opt-gather.awk | 41 record[++numrec] = $0 44 record[numrec] = record[numrec] SUBSEP $0 50 sort(record,numrec) 53 print record[i] }
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/ |
| dns_obj_rr.h | 37 // MARK: - The Resource Record and Its Subkind. 39 // All the subkind of resource record object needs to add `DNS_OBJECT_DECLARE_SUPPORTED_OBJECT_SUBKIND(rr, <subkind object type name>)` 40 // to let the subkind be able to use the resource record method declared here. 65 * Create a resource record object. 68 * The name of the resource record in domain name labels. 71 * The type of the record. 74 * The class of the record. 77 * The pointer to the rdata of the record, when it is NULL, it is negative response. 85 * of this resource record object. 91 * The resource record object created, or NULL if error happens during creation. <code>out_error</code> will be set to th (…) [all...] |
| /src/usr.bin/audio/record/ |
| Makefile | 4 SRCS= record.c
|
| /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/record/ |
| Makefile | 8 LIB= record 11 SRCS= ${SRCS.record} recordmod.c 15 .include "../../../../record/Makefile.record"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| dlopen.exp | 42 gdb_test_no_output "record btrace" 50 gdb_test "info record"
|
| /src/external/gpl3/gdb.old/dist/gdb/syscalls/ |
| arm-linux.py | 39 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)))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| dlopen.exp | 42 gdb_test_no_output "record btrace" 50 gdb_test "info record"
|
| /src/lib/libossaudio/ |
| oss_dsp.c | 39 ? (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.precision : hwfmt.play.precision [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gmon_hist.cc | 43 /* Given a range of addresses for a symbol, find a histogram record 45 histogram record, modifying *P_LOWPC and *P_HIGHPC. 93 /* Reads just the header part of histogram record into 94 *RECORD from IFP. FILENAME is the name of IFP and 102 read_histogram_header (histogram *record, 111 if (gmon_io_read_vma (ifp, &record->lowpc, whoami) 112 || gmon_io_read_vma (ifp, &record->highpc, whoami) 113 || gmon_io_read_32 (ifp, &record->num_bins) 124 n_hist_scale = (double)(record->highpc - record->lowpc) / sizeof (UNIT 185 histogram *record, *existing_record; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 70-test_sslrecords.t | 43 my $content_type = TLSProxy::Record::RT_APPLICATION_DATA; 53 $content_type = TLSProxy::Record::RT_HANDSHAKE; 94 #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 fai [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 70-test_sslrecords.t | 43 my $content_type = TLSProxy::Record::RT_APPLICATION_DATA; 52 $content_type = TLSProxy::Record::RT_HANDSHAKE; 85 #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 fai [all...] |
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ASTTableGen.h | 12 #include "llvm/TableGen/Record.h" 89 llvm::Record *Record; 92 WrappedRecord(llvm::Record *record = nullptr) : Record(record) {} 94 llvm::Record *get() const { 95 assert(Record && "accessing null record"); [all...] |
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.c | 306 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 */ 944 table_entry *record = table_read (file); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.c | 306 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 */ 944 table_entry *record = table_read (file); local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vbva_base.c | 69 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 = &vbva_ctx->vbva->records[vbva_ctx->vbva->record_free_index] 202 struct vbva_record *record = vbva_ctx->record; local [all...] |