Home
last modified time | relevance | path

Searched refs:event_flags (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/file/src/
H A Dfuncs.c135 if (ms->event_flags & EVENT_HAD_ERR) in file_vprintf()
193 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
204 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
511 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
530 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
717 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
739 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
H A Dmagic.c556 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
564 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h445 int event_flags; /* Note things that happened. */ member
H A Dsoftmagic.c1836 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
H A Dapprentice.c535 ms->event_flags = 0; in file_ms_alloc()
/freebsd-13.1/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h74 struct vmbus_evtflags *event_flags; /* event flags from host */ member
H A Dvmbus.c882 VMBUS_PCPU_GET(sc, event_flags, cpu) = ptr; in vmbus_dma_alloc()
934 if (VMBUS_PCPU_GET(sc, event_flags, cpu) != NULL) { in vmbus_dma_free()
937 VMBUS_PCPU_GET(sc, event_flags, cpu)); in vmbus_dma_free()
938 VMBUS_PCPU_GET(sc, event_flags, cpu) = NULL; in vmbus_dma_free()
H A Dvmbus_chan.c1537 vmbus_event_flags_proc(struct vmbus_softc *sc, volatile u_long *event_flags, in vmbus_event_flags_proc() argument
1547 if (event_flags[f] == 0) in vmbus_event_flags_proc()
1550 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc()
1582 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc()
1592 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc_compat()