Searched refs:create_pipe (Results 1 – 3 of 3) sorted by relevance
/external/bison/lib/ |
D | spawn-pipe.c | 109 create_pipe (const char *progname, in create_pipe() function 399 pid_t result = create_pipe (progname, prog_path, prog_argv, in create_pipe_bidi() 421 pid_t result = create_pipe (progname, prog_path, prog_argv, in create_pipe_in() 445 pid_t result = create_pipe (progname, prog_path, prog_argv, in create_pipe_out()
|
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_act.c | 627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe() 633 ||(p_gate->gate_owner != p_evt_data->create_pipe.hci_handle) ) in nfa_hci_api_create_pipe() 636 …APP: 0x%02x does not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pi… in nfa_hci_api_create_pipe() 638 …ck_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_e… in nfa_hci_api_create_pipe() 646 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate; in nfa_hci_api_create_pipe() 653 if (nfa_hciu_is_host_reseting (p_evt_data->create_pipe.dest_gate)) in nfa_hci_api_create_pipe() 659 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate; in nfa_hci_api_create_pipe() 660 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate; in nfa_hci_api_create_pipe() 661 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host; in nfa_hci_api_create_pipe() 662 nfa_hci_cb.app_in_use = p_evt_data->create_pipe.hci_handle; in nfa_hci_api_create_pipe() [all …]
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 297 tNFA_HCI_API_CREATE_PIPE_EVT create_pipe; /* Create a pipe */ member
|