HomeSort by: relevance | last modified time | path
    Searched defs:record (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vboxvideo_guest.h 23 /* VBVA record that we are currently preparing for the host, or NULL */
24 struct vbva_record *record; member in struct:vbva_buf_ctx
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...]
  /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/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
testresult.py 18 """Base class to record and report test results.
20 Method record is to record the results of test case, and report
24 def record(self, parameter, result): member in class:TestResult
25 raise NotImplementedError("Abstract Method:record.")
39 def record(self, parameter, result): member in class:SingleStatisticTestResult
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
testresult.py 18 """Base class to record and report test results.
20 Method record is to record the results of test case, and report
24 def record(self, parameter, result): member in class:TestResult
25 raise NotImplementedError("Abstract Method:record.")
39 def record(self, parameter, result): member in class:SingleStatisticTestResult
  /src/external/bsd/openldap/dist/tests/progs/
slapd-addel.c 49 LDIFRecord *record, int friendly );
73 LDIFRecord record = {0}; local
120 if ( ldap_parse_ldif_record( &bv, lineno, &record, "slapd-addel",
127 if ( ( record.lr_op != LDAP_REQ_ADD ) || ( !record.lrop_mods ) ) {
138 do_addel( config, &record, friendly );
221 LDIFRecord *record,
235 (long) pid, config->loops, record->lr_dn.bv_val );
241 rc = ldap_add_ext_s( ld, record->lr_dn.bv_val, record->lrop_mods, NULL, NULL )
    [all...]
  /src/usr.sbin/rmt/
rmt.c 84 char *record = NULL; local
136 record = checkbuf(record, n);
138 cc = read(STDIN_FILENO, &record[i], n - i);
144 rval = write(tape, record, n);
153 record = checkbuf(record, n);
154 rval = read(tape, record, n);
159 (void)write(STDOUT_FILENO, record, rval);
222 checkbuf(char *record, int size
    [all...]
  /src/external/bsd/file/dist/src/
tar.h 45 * A "record" is a piece of info that we care about.
46 * Typically many "record"s fit into a "block".
53 union record { union
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
file.c 28 # include "record.h"
97 /* locate the appropriate extent record */
229 unsigned char record[HFS_EXTRECMAXLEN]; local
232 /* record is full; create a new one */
245 r_packextkey(&key, record, &reclen);
246 r_packextdata(&file->ext, HFS_RECDATA(record), &reclen);
248 if (bt_insert(&vol->ext, record, reclen) < 0)
260 /* store the modified extent record */
btree.c 164 /* read header record */
187 /* read map record; construct btree bitmap */
435 * DESCRIPTION: recursively locate a node and insert a record
437 int bt_insertx(node *np, unsigned char *record, int *reclen)
442 if (n_search(np, record))
444 ERROR(EIO, "b*-tree record already exists");
460 bt_insertx(&child, record, reclen) < 0)
470 return *reclen ? n_insert(np, record, reclen) : 0;
473 return n_insert(np, record, reclen);
483 * DESCRIPTION: insert a new node record into a tre
623 unsigned char record[HFS_MAXRECLEN]; local
    [all...]
lvolume.c 29 # include "record.h"
129 ERROR(EIO, "bad thread record");
411 ERROR(EIO, "unexpected catalog record");
536 unsigned char record[HFS_CATRECMAXLEN]; local
545 /* create directory record */
563 r_packcatkey(&key, record, &reclen);
564 r_packcatdata(&data, HFS_RECDATA(record), &reclen);
566 if (bt_insert(&vol->cat, record, reclen) < 0)
569 /* create thread record */
580 r_packcatkey(&key, record, &reclen)
    [all...]
  /src/external/mit/libuv/dist/test/
test-tty.c 171 INPUT_RECORD record; local
203 record.EventType = KEY_EVENT;
204 record.Event.KeyEvent.bKeyDown = TRUE;
205 record.Event.KeyEvent.wRepeatCount = 1;
206 record.Event.KeyEvent.wVirtualKeyCode = VK_SPACE;
207 record.Event.KeyEvent.wVirtualScanCode = MapVirtualKeyW(VK_SPACE, MAPVK_VK_TO_VSC);
208 record.Event.KeyEvent.uChar.UnicodeChar = L' ';
209 record.Event.KeyEvent.dwControlKeyState = 0;
210 WriteConsoleInputW(handle, &record, 1, &written);
  /src/usr.bin/tcopy/
tcopy.c 65 static long lastrec, record; variable
159 err(1, "read error, file %d, record %ld",
160 filen, record);
164 fprintf(msg, "%ld records\n", record);
165 else if (record - lastrec > 1)
167 lastrec, record);
169 fprintf(msg, "record %ld\n", lastrec);
175 lastrec = record;
188 "write error, file %d, record %ld: ",
189 filen, record);
    [all...]
  /src/usr.sbin/sdpd/
sdpd.h 69 * Service Record entry
71 struct record { struct
73 bool valid; /* record is current */
79 LIST_ENTRY(record) next; /* next ServiceRecord */
83 typedef struct record record_t;
92 bool priv; /* descriptor may modify service record db */
112 LIST_HEAD(, record) rlist; /* ServiceRecord list */
146 /* record.c */
  /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/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras_eeprom.c 135 struct eeprom_table_record *record = &records[i]; local
137 for (j = 0; j < sizeof(*record); j++) {
138 tbl_sum += *(((unsigned char *)record) + j);
293 struct eeprom_table_record *record,
299 /* Next are all record fields according to EEPROM page spec in LE foramt */
300 buff[i++] = record->err_type;
302 buff[i++] = record->bank;
304 tmp = cpu_to_le64(record->ts);
308 tmp = cpu_to_le64((record->offset & 0xffffffffffff));
312 buff[i++] = record->mem_channel
387 struct eeprom_table_record *record; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_stream_test.c 282 * Record the remaining bytes, which should be the sequence of bytes
345 const unsigned char *record; local
351 if (!ossl_quic_rstream_get_record(qrs, &record, &rec_len, fin))
359 memcpy(buf, record, rec_len);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr.c 30 // MARK: - DNS Resource Record Kind Definition
32 // The definition of the resource record object is in `dns_obj_rr_private.h`
42 // MARK: - DNSSEC Resource Record Public Methods
49 dns_obj_rr_t record = NULL; local
58 record = obj;
67 return record;
286 // MARK: - DNSSEC Resource Record Private Methods
370 // MARK: - Resource Record Project Private Functions
  /src/external/cddl/osnet/dist/cmd/zinject/
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...]
  /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/usr.bin/m4/
main.c 165 static void record(struct position *, int);
467 record(quotes, nlpar++);
479 record(quotes, nlpar++);
586 record(paren, PARLEV++);
744 record(struct position *t, int lev) function
  /src/usr.bin/script/
script.c 97 static void record(FILE *, char *, size_t, int);
212 record(fscript, ibuf, cc, 'i');
273 record(fscript, NULL, 0, 's');
289 record(fscript, obuf, cc, 'o');
349 record(fscript, NULL, 0, 'e');
365 record(FILE *fp, char *buf, size_t cc, int direction) function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 66 static char *toprec; /* Additional record specified by cgetset() */
131 * Cgetcap searches the capability record buf for the capability cap with
185 * Cgetent extracts the capability record name from the NULL terminated file
189 * -1 if the requested record couldn't be found, -2 if a system error was
208 * pointer to a malloc'ed capability record with all tc= capabilities fully
225 char *record; local
236 * Check if we have a top record from cgetset().
240 if ((record = malloc (tmplen)) == NULL) {
244 (void)strlcpy(record, toprec, tmplen);
246 rp = record + topreclen + 1
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c 107 assert_ptr_not_null(n, "Record in edata should not be NULL");
109 "alloc_tctx in record should not be NULL");
111 "edata pointer in record is not correct");
112 expect_ptr_null(n->dalloc_tctx, "dalloc_tctx in record should be NULL");
124 "alloc_tctx in record should not be NULL");
129 "Record in edata is not correct");
130 expect_ptr_null(n->dalloc_tctx, "dalloc_tctx in record should be NULL");
136 "alloc_tctx in record should not be NULL");
140 "dalloc_tctx in record should not be NULL for released pointer");
313 /* Downshift to only one record. *
392 const confirm_record_t *record; local
    [all...]
  /src/external/bsd/tre/dist/src/
agrep.c 78 {"record-number", no_argument, NULL, 'n'},
127 -d, --delimiter=PATTERN set the record delimiter regular expression\n\
141 -M, --delimiter-after print record delimiter after record if -d is used\n\
142 -n, --record-number print record number with output\n\
148 --show-position prefix each output record with start and end\n\
149 position of the first match within the record\n"));
168 static regex_t delim; /* Compiled record delimiter pattern. */
174 static char *record; /* Start of current record. * variable
    [all...]

Completed in 26 milliseconds

1 2 3 4 5