Searched refs:event_flags (Results 1 – 8 of 8) sorted by relevance
/freebsd/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() 789 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer() 811 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 | 479 int event_flags; /* Note things that happened. */ member
|
H A D | softmagic.c | 1913 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
|
H A D | apprentice.c | 572 ms->event_flags = 0; in file_ms_alloc()
|
/freebsd/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() 922 if (VMBUS_PCPU_GET(sc, event_flags, cpu) != NULL) { in vmbus_dma_free() 923 free(VMBUS_PCPU_GET(sc, event_flags, cpu), M_DEVBUF); in vmbus_dma_free() 924 VMBUS_PCPU_GET(sc, event_flags, cpu) = NULL; in vmbus_dma_free()
|
H A D | vmbus_chan.c | 1544 vmbus_event_flags_proc(struct vmbus_softc *sc, volatile u_long *event_flags, 1554 if (event_flags[f] == 0) in vmbus_event_flags_proc() 1557 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc() 1589 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc() 1599 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc_compat() 1546 vmbus_event_flags_proc(struct vmbus_softc * sc,volatile u_long * event_flags,int flag_cnt) vmbus_event_flags_proc() argument
|