Searched refs:event_flags (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | funcs.c | 160 if (ms->event_flags & EVENT_HAD_ERR) in file_vprintf() 218 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core() 229 ms->event_flags |= EVENT_HAD_ERR; in file_error_core() 548 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset() 567 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer() 816 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer() 838 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
|
| H A D | magic.c | 574 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error() 582 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
|
| H A D | file.h | 486 int event_flags; /* Note things that happened. */ member
|
| H A D | softmagic.c | 1983 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
|
| H A D | apprentice.c | 559 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() 895 VMBUS_PCPU_GET(sc, event_flags, cpu) = ptr; in vmbus_dma_alloc() 944 if (VMBUS_PCPU_GET(sc, event_flags, cpu) != NULL) { in vmbus_intr_setup() 945 free(VMBUS_PCPU_GET(sc, event_flags, cpu), M_DEVBUF); in vmbus_intr_setup() 946 VMBUS_PCPU_GET(sc, event_flags, cpu) = NULL; in vmbus_intr_setup()
|
| H A D | vmbus_chan.c | 1551 vmbus_event_flags_proc(struct vmbus_softc *sc, volatile u_long *event_flags, in vmbus_event_flags_proc() 1561 if (event_flags[f] == 0) in vmbus_event_flags_proc() 1564 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc() 1596 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; in vmbus_event_proc_compat() 1606 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE; 1544 vmbus_event_flags_proc(struct vmbus_softc * sc,volatile u_long * event_flags,int flag_cnt) vmbus_event_flags_proc() argument
|