HomeSort by: relevance | last modified time | path
    Searched refs:rectype (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
vi_auto.c 37 u_int32_t rectype, txn_num; local
41 rectype = DB_vi_marker;
44 (ret = __txn_activekids(dbenv, rectype, txnid)) != 0)
52 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
59 memcpy(bp, &rectype, sizeof(rectype));
60 bp += sizeof(rectype);
208 u_int32_t rectype, txn_num; local
212 rectype = DB_vi_cursor;
215 (ret = __txn_activekids(dbenv, rectype, txnid)) != 0
396 u_int32_t rectype, txn_num; local
566 u_int32_t rectype, txn_num; local
    [all...]
vi_rec.c 199 u_int32_t rectype; local
202 memcpy(&rectype, data->data, sizeof(rectype));
203 snprintf(s,100,"%d\n", rectype);
204 return dbenv->dtab[rectype](dbenv, data, lsn, ops, NULL);
  /src/external/bsd/tcpdump/dist/
print-pktap.c 106 uint32_t dlt, hdrlen, rectype; local
148 rectype = GET_LE_U_4(hdr->pkt_rectype);
149 switch (rectype) {
  /src/external/gpl3/binutils/dist/bfd/
vms-misc.c 181 Write 2 bytes rectype and 2 bytes record length. */
184 _bfd_vms_output_begin (struct vms_rec_wr *recwr, int rectype)
186 vms_debug2 ((6, "_bfd_vms_output_begin (type %d)\n", rectype));
191 _bfd_vms_output_short (recwr, (unsigned int) rectype);
198 Write 2 bytes rectype, and 2 bytes record length. */
201 _bfd_vms_output_begin_subrec (struct vms_rec_wr *recwr, int rectype)
203 vms_debug2 ((6, "_bfd_vms_output_begin_subrec (type %d)\n", rectype));
212 _bfd_vms_output_short (recwr, (unsigned int) rectype);
  /src/external/gpl3/binutils.old/dist/bfd/
vms-misc.c 181 Write 2 bytes rectype and 2 bytes record length. */
184 _bfd_vms_output_begin (struct vms_rec_wr *recwr, int rectype)
186 vms_debug2 ((6, "_bfd_vms_output_begin (type %d)\n", rectype));
191 _bfd_vms_output_short (recwr, (unsigned int) rectype);
198 Write 2 bytes rectype, and 2 bytes record length. */
201 _bfd_vms_output_begin_subrec (struct vms_rec_wr *recwr, int rectype)
203 vms_debug2 ((6, "_bfd_vms_output_begin_subrec (type %d)\n", rectype));
212 _bfd_vms_output_short (recwr, (unsigned int) rectype);
  /src/external/gpl3/gdb/dist/bfd/
vms-misc.c 181 Write 2 bytes rectype and 2 bytes record length. */
184 _bfd_vms_output_begin (struct vms_rec_wr *recwr, int rectype)
186 vms_debug2 ((6, "_bfd_vms_output_begin (type %d)\n", rectype));
191 _bfd_vms_output_short (recwr, (unsigned int) rectype);
198 Write 2 bytes rectype, and 2 bytes record length. */
201 _bfd_vms_output_begin_subrec (struct vms_rec_wr *recwr, int rectype)
203 vms_debug2 ((6, "_bfd_vms_output_begin_subrec (type %d)\n", rectype));
212 _bfd_vms_output_short (recwr, (unsigned int) rectype);
  /src/external/gpl3/gdb.old/dist/bfd/
vms-misc.c 181 Write 2 bytes rectype and 2 bytes record length. */
184 _bfd_vms_output_begin (struct vms_rec_wr *recwr, int rectype)
186 vms_debug2 ((6, "_bfd_vms_output_begin (type %d)\n", rectype));
191 _bfd_vms_output_short (recwr, (unsigned int) rectype);
198 Write 2 bytes rectype, and 2 bytes record length. */
201 _bfd_vms_output_begin_subrec (struct vms_rec_wr *recwr, int rectype)
203 vms_debug2 ((6, "_bfd_vms_output_begin_subrec (type %d)\n", rectype));
212 _bfd_vms_output_short (recwr, (unsigned int) rectype);
  /src/sys/arch/hpcmips/stand/lcboot/
main.c 516 char rectype; local
532 rectype = getchar();
544 switch (rectype) {
  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 2520 tree rectype = lang_hooks.types.make_type (RECORD_TYPE);
2521 TYPE_ARTIFICIAL (rectype) = TYPE_NAMELESS (rectype) = 1;
2522 TREE_ADDRESSABLE (rectype) = 1;
2523 TREE_TYPE (simtrec) = build_pointer_type (rectype);
2539 insert_field_into_struct (rectype, field);
2548 layout_type (rectype);
2549 tree size = TYPE_SIZE_UNIT (rectype);
2550 tree align = build_int_cst (TREE_TYPE (size), TYPE_ALIGN_UNIT (rectype));
2566 tree clobber = build_clobber (rectype);
2519 tree rectype = lang_hooks.types.make_type (RECORD_TYPE); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 2550 tree rectype = lang_hooks.types.make_type (RECORD_TYPE);
2551 TYPE_ARTIFICIAL (rectype) = TYPE_NAMELESS (rectype) = 1;
2552 TREE_ADDRESSABLE (rectype) = 1;
2553 TREE_TYPE (simtrec) = build_pointer_type (rectype);
2569 insert_field_into_struct (rectype, field);
2578 layout_type (rectype);
2579 tree size = TYPE_SIZE_UNIT (rectype);
2580 tree align = build_int_cst (TREE_TYPE (size), TYPE_ALIGN_UNIT (rectype));
2596 tree clobber = build_clobber (rectype);
2549 tree rectype = lang_hooks.types.make_type (RECORD_TYPE); local
    [all...]
  /src/sys/fs/hfs/
libhfs.c 1521 uint16_t rectype; local
1523 rectype = out_node_descriptor->kind;
1525 &rectype, &reckey, inout_volume);

Completed in 48 milliseconds