Searched refs:tf_flags (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/ia64/include/
H A Dframe.h45 uint64_t tf_flags; member in struct:trapframe
/netbsd-current/sys/arch/hppa/hppa/
H A Ddb_trace.c176 if (tf.tf_flags & TFF_SYS)
181 pr("-- trap #%d (%p) %s\n", tf.tf_flags & 0x3f,
182 ktf, (tf.tf_flags & T_USER)? " from user" :
185 if (!(tf.tf_flags & TFF_LAST)) {
H A Ddb_machdep.c52 { "flags", (long *)&ddb_regs.tf_flags, FCN_NULL, NULL },
198 db_printf("flags: %08x\n", tf->tf_flags);
H A Dintr.c441 clkframe.cf_flags |= frame->tf_flags;
H A Dtrap.c644 if (frame->tf_flags & TFF_LAST)
1120 if (frame->tf_flags & TFF_LAST && (curlwp->l_flag & LW_IDLE) == 0)
H A Dmachdep.c1892 tf->tf_flags = TFF_SYS|TFF_LAST;
/netbsd-current/sys/arch/hppa/include/
H A Dframe.h91 u_int tf_flags; member in struct:trapframe
/netbsd-current/sys/arch/ia64/ia64/
H A Dmachdep.c619 lwp0.l_md.md_tf->tf_flags = FRAME_SYSCALL;
733 if ((tf->tf_flags & FRAME_SYSCALL) == 0) { /* break syscalls. */
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_iso9660.c3214 unsigned char tf_flags; local
3217 tf_flags = 0;
3223 tf_flags |= TF_CREATION;
3228 tf_flags |= TF_MODIFY;
3232 tf_flags |= TF_ACCESS;
3236 tf_flags |= TF_ATTRIBUTES;
3245 bp[5] = tf_flags;
3248 if (tf_flags & TF_CREATION) {
3254 if (tf_flags & TF_MODIFY) {
3260 if (tf_flags
[all...]

Completed in 284 milliseconds