Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dfdevent.c540 fdevent *subproc_fde = fd_table[subproc_fd]; in fdevent_subproc_event_func() local
541 if(!subproc_fde) { in fdevent_subproc_event_func()
545 if(subproc_fde->fd != subproc_fd) { in fdevent_subproc_event_func()
547 D("subproc_fd %d != fd_table[].fd %d\n", subproc_fd, subproc_fde->fd); in fdevent_subproc_event_func()
551 subproc_fde->force_eof = 1; in fdevent_subproc_event_func()
565 D("subproc_fde.state=%04x\n", subproc_fde->state); in fdevent_subproc_event_func()
566 subproc_fde->events |= FDE_READ; in fdevent_subproc_event_func()
567 if(subproc_fde->state & FDE_PENDING) { in fdevent_subproc_event_func()
570 subproc_fde->state |= FDE_PENDING; in fdevent_subproc_event_func()
571 fdevent_call_fdfunc(subproc_fde); in fdevent_subproc_event_func()