Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kdp/output_stages/
H A Dout_shmem.c100 volatile xhsdci_status_t xhsdci_status; member
150 while (hwsd_info->xhsdci_status != status) { in shmem_wait_for_state()
153 if (hwsd_info->xhsdci_status == XHSDCI_COREDUMP_ERROR) { in shmem_wait_for_state()
155 __func__, hwsd_info->xhsdci_status, status); in shmem_wait_for_state()
161 __func__, hwsd_info->xhsdci_status, status); in shmem_wait_for_state()
168 __func__, hwsd_info->xhsdci_status, status, (data->seq_no + 1), hwsd_info->xhsdci_seq_no); in shmem_wait_for_state()
183 hwsd_info->xhsdci_status = status; in shmem_set_status()
212 if (hwsd_info->xhsdci_status == XHSDCI_COREDUMP_BEGIN) { in shmem_stage_announce()
295 hwsd_info->xhsdci_status = XHSDCI_COREDUMP_BUF_EMPTY; in shmem_stage_reset()
317 if (hwsd_info->xhsdci_status == XHSDCI_COREDUMP_ERROR) { in shmem_dbg_process_buffers()
[all …]