OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_pipe
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
spawn-pipe.c
109
create_pipe
(const char *progname,
function
399
pid_t result =
create_pipe
(progname, prog_path, prog_argv,
421
pid_t result =
create_pipe
(progname, prog_path, prog_argv,
445
pid_t result =
create_pipe
(progname, prog_path, prog_argv,
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
627
tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->
create_pipe
.source_gate);
633
||(p_gate->gate_owner != p_evt_data->
create_pipe
.hci_handle) )
636
NFA_TRACE_ERROR2 ("nfa_hci_api_create_pipe Cannot create pipe! APP: 0x%02x does not own the gate:0x%x", p_evt_data->
create_pipe
.hci_handle, p_evt_data->
create_pipe
.source_gate);
638
else if (nfa_hciu_check_pipe_between_gates (p_evt_data->
create_pipe
.source_gate, p_evt_data->
create_pipe
.dest_host, p_evt_data->
create_pipe
.dest_gate))
646
evt_data.created.source_gate = p_evt_data->
create_pipe
.source_gate;
653
if (nfa_hciu_is_host_reseting (p_evt_data->
create_pipe
.dest_gate))
659
nfa_hci_cb.local_gate_in_use = p_evt_data->
create_pipe
.source_gate
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
297
tNFA_HCI_API_CREATE_PIPE_EVT
create_pipe
; /* Create a pipe */
member in union:__anon17196
Completed in 1737 milliseconds