Searched refs:event_flags (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/file/src/ |
| H A D | funcs.c | 139 if (ms->event_flags & EVENT_HAD_ERR) in file_vprintf() 197 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core() 208 ms->event_flags |= EVENT_HAD_ERR; in file_error_core() 526 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset() 545 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer() 772 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer() 794 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
|
| H A D | magic.c | 571 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error() 579 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
|
| H A D | file.h | 468 int event_flags; /* Note things that happened. */ member
|
| H A D | softmagic.c | 1909 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
|
| H A D | apprentice.c | 571 ms->event_flags = 0; in file_ms_alloc()
|
| /freebsd-14.2/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_var.h | 76 struct vmbus_evtflags *event_flags; /* event flags from host */ member
|
| H A D | vmbus.c | 779 val = pmap_kextract((vm_offset_t)VMBUS_PCPU_GET(sc, event_flags, cpu)) & in vmbus_synic_setup() 873 VMBUS_PCPU_GET(sc, event_flags, cpu) = ptr; in vmbus_dma_alloc() 923 if (VMBUS_PCPU_GET(sc, event_flags, cpu) != NULL) { in vmbus_dma_free() 924 contigfree(VMBUS_PCPU_GET(sc, event_flags, cpu), in vmbus_dma_free() 926 VMBUS_PCPU_GET(sc, event_flags, cpu) = NULL; in vmbus_dma_free()
|
| H A D | vmbus_chan.c | 1547 vmbus_event_flags_proc(struct vmbus_softc *sc, volatile u_long *event_flags, in vmbus_event_flags_proc() argument 1557 if (event_flags[f] == 0) in vmbus_event_flags_proc() 1560 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc() 1592 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc() 1602 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc_compat()
|