Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/file/src/
Dfuncs.c62 if (ms->event_flags & EVENT_HAD_ERR) in file_vprintf()
105 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
117 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
345 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
364 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
545 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
565 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
Dmagic.c559 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
567 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
Dfile.h400 int event_flags; /* Note things that happened. */ member
Dsoftmagic.c1569 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
Dapprentice.c521 ms->event_flags = 0; in file_ms_alloc()
/freebsd-10-stable/sys/dev/hyperv/vmbus/
Dvmbus_var.h73 struct vmbus_evtflags *event_flags; /* event flags from host */ member
Dvmbus.c833 VMBUS_PCPU_GET(sc, event_flags, cpu) = ptr; in vmbus_dma_alloc()
885 if (VMBUS_PCPU_GET(sc, event_flags, cpu) != NULL) { in vmbus_dma_free()
888 VMBUS_PCPU_GET(sc, event_flags, cpu)); in vmbus_dma_free()
889 VMBUS_PCPU_GET(sc, event_flags, cpu) = NULL; in vmbus_dma_free()
Dvmbus_chan.c1395 vmbus_event_flags_proc(struct vmbus_softc *sc, volatile u_long *event_flags, in vmbus_event_flags_proc() argument
1405 if (event_flags[f] == 0) in vmbus_event_flags_proc()
1408 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc()
1440 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc()
1450 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc_compat()