Home
last modified time | relevance | path

Searched refs:rectype (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sbin/jscan/
H A Ddump_mirror.c136 if (sub.rectype & JMASK_NESTED) { in dump_mirror_toprecord()
166 if (sub.rectype & JMASK_LAST) in dump_mirror_toprecord()
191 u_int16_t rectype; in dump_mirror_subrecord() local
198 rectype = sub.rectype & JTYPE_MASK; /* includes the nested bit */ in dump_mirror_subrecord()
210 switch(rectype) { in dump_mirror_subrecord()
241 if (rectype & JMASK_NESTED) { in dump_mirror_subrecord()
260 assert(sub.rectype & JMASK_NESTED); in dump_mirror_subrecord()
275 if (sub.rectype & JMASK_LAST) in dump_mirror_subrecord()
302 switch(rectype & ~JMASK_LAST) { in dump_mirror_payload()
423 switch(rectype) { in dump_mirror_rebuild_redo()
[all …]
H A Ddump_debug.c42 static int dump_debug_payload(int16_t rectype, struct jstream *js, off_t off,
113 printf("RECORD %s [%04x/%d]", type_to_name(sub.rectype), in dump_debug_subrecord()
114 (int)(u_int16_t)sub.rectype, sub.recsize); in dump_debug_subrecord()
116 if ((sub.rectype & JMASK_NESTED) == 0) { in dump_debug_subrecord()
127 if (sub.rectype & JMASK_NESTED) { in dump_debug_subrecord()
134 } else if (sub.rectype & JMASK_SUBRECORD) { in dump_debug_subrecord()
136 error = dump_debug_payload(sub.rectype, js, base + sizeof(sub), payload, level); in dump_debug_subrecord()
153 if (sub.rectype & JMASK_LAST) in dump_debug_subrecord()
161 dump_debug_payload(int16_t rectype, struct jstream *js, off_t off, in dump_debug_payload() argument
175 switch(rectype & ~JMASK_LAST) { in dump_debug_payload()
H A Dsubs.c50 type_to_name(int16_t rectype) in type_to_name() argument
54 switch((u_int16_t)rectype & ~JMASK_LAST) { in type_to_name()
H A Djscan.h159 const char *type_to_name(int16_t rectype);
/dragonfly/sys/sys/
H A Dmountctl.h235 struct jrecord *jrec, int16_t rectype);
238 int16_t rectype, void *ptr, int bytes);
240 int16_t rectype, struct uio *uio);
242 int16_t rectype, struct xio *xio);
244 int16_t rectype, int bytes);
251 int16_t rectype, struct namecache *ncp);
258 void jrecord_write_pagelist(struct jrecord *jrec, int16_t rectype,
261 void jrecord_write_uio(struct jrecord *jrec, int16_t rectype, struct uio *uio);
H A Djournal.h243 u_int16_t rectype; /* 2 control bits, 14 record type bits */ member
/dragonfly/sys/kern/
H A Dvfs_journal.c815 jrecord_push(struct jrecord *jrec, int16_t rectype) in jrecord_push() argument
861 last->rectype |= JMASK_LAST; in jrecord_pop()
951 jrecord_write(jrec, rectype, bytes); in jrecord_leaf()
956 jrecord_leaf_uio(struct jrecord *jrec, int16_t rectype, in jrecord_leaf_uio() argument
967 jrecord_write(jrec, rectype, iov->iov_len); in jrecord_leaf_uio()
970 jrecord_write(jrec, rectype, iov->iov_len); in jrecord_leaf_uio()
981 jrecord_write(jrec, rectype, bytes); in jrecord_leaf_xio()
1042 last->rectype = rectype; in jrecord_write()
1050 if ((rectype & JMASK_NESTED) && bytes == 0) in jrecord_write()
1436 jrecord_leaf_xio(jrec, rectype, &xio); in jrecord_write_pagelist()
[all …]
H A Dvfs_jops.c525 struct jrecord *jreccache, int16_t rectype) in jreclist_init() argument
571 jrec->user_save = jrecord_push(jrec, rectype); in jreclist_init()
/dragonfly/contrib/tcpdump/
H A Dprint-pktap.c103 uint32_t dlt, hdrlen, rectype; in pktap_if_print() local
145 rectype = GET_LE_U_4(hdr->pkt_rectype); in pktap_if_print()
146 switch (rectype) { in pktap_if_print()
/dragonfly/usr.sbin/lpr/common_source/
H A Dcommon.c504 const char *lprhost, *recvdev, *recvhost, *rectype; in trstat_write() local
518 rectype = "send"; in trstat_write()
524 rectype = "recv"; in trstat_write()
535 rectype = "prnt"; in trstat_write()
612 pp->jobdfnum, rectype); in trstat_write()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-offload.c1741 tree rectype = lang_hooks.types.make_type (RECORD_TYPE); in ompdevlow_adjust_simt_enter() local
1742 TYPE_ARTIFICIAL (rectype) = TYPE_NAMELESS (rectype) = 1; in ompdevlow_adjust_simt_enter()
1743 TREE_ADDRESSABLE (rectype) = 1; in ompdevlow_adjust_simt_enter()
1744 TREE_TYPE (simtrec) = build_pointer_type (rectype); in ompdevlow_adjust_simt_enter()
1760 insert_field_into_struct (rectype, field); in ompdevlow_adjust_simt_enter()
1769 layout_type (rectype); in ompdevlow_adjust_simt_enter()
1770 tree size = TYPE_SIZE_UNIT (rectype); in ompdevlow_adjust_simt_enter()
1771 tree align = build_int_cst (TREE_TYPE (size), TYPE_ALIGN_UNIT (rectype)); in ompdevlow_adjust_simt_enter()
1787 tree clobber = build_constructor (rectype, NULL); in ompdevlow_adjust_simt_enter()
/dragonfly/sys/dev/drm/include/linux/
H A Dkfifo.h236 char (*rectype)[recsize]; \
/dragonfly/contrib/gdb-7/gdb/
H A Drecord-full.c2481 uint8_t rectype; in record_full_restore() local
2488 bfdcore_read (core_bfd, osec, &rectype, sizeof (rectype), &bfd_offset); in record_full_restore()
2490 switch (rectype) in record_full_restore()