pipe_handle        62 TSRM/tsrm_nw.c 	int pipe_handle;
pipe_handle        65 TSRM/tsrm_nw.c 	NXHandle_t pipe_handle;
pipe_handle        98 TSRM/tsrm_nw.c 	pipe_handle = pipe_open(filePath, mode);
pipe_handle        99 TSRM/tsrm_nw.c 	if (pipe_handle == -1)
pipe_handle       102 TSRM/tsrm_nw.c 	pipe_handle = mkfifo(filePath, mode);
pipe_handle       103 TSRM/tsrm_nw.c 	if (pipe_handle == -1)
pipe_handle       109 TSRM/tsrm_nw.c 	err = NXFifoOpen(0, filePath, mode, 0, &pipe_handle);
pipe_handle       202 TSRM/tsrm_nw.c 		stream = fdopen(pipe_handle, type);
pipe_handle       208 TSRM/tsrm_nw.c 	if (pipe_handle)
pipe_handle       210 TSRM/tsrm_nw.c 		close(pipe_handle);
pipe_handle       212 TSRM/tsrm_nw.c 		NXClose(pipe_handle);