代码搜索:PIPE
找到约 7,786 项符合「PIPE」的源代码
代码结果 7,786
www.eeworm.com/read/188898/8509506
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used,
www.eeworm.com/read/188626/8524224
c pipe.c
#include
#include
#include
#include
int main()
{
int pipe_fd[2];
if(pipe(pipe_fd)
www.eeworm.com/read/289787/8526932
png pipe.png
www.eeworm.com/read/188490/8536979
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used,
www.eeworm.com/read/289120/8574946
c pipe.c
/*
* linux/fs/pipe.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m
www.eeworm.com/read/187912/8591636
c pipe.c
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m_inode * inode, char * buf, int count)
{
char * b=b
www.eeworm.com/read/288458/8631126
c pipe.c
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m_inode * inode, char * buf, int count)
{
char * b=buf;
wh
www.eeworm.com/read/432039/8636503
c pipe.c
#include
#include
#include
#include
int main()
{
int pipe_fd[2];
if(pipe(pipe_fd)
www.eeworm.com/read/288049/8654409
v pipe.v
`timescale 1ns/10ps
module pipe (nGCLK, nWAIT,
nRESET, id_enbar, ex_enbar, me_enbar, inst_if, rf_a, rf_b,
index_a, index_b, finished_id, second_id, need_2cycles_id,
exception_to_id, exc_code, h
www.eeworm.com/read/287922/8660847
c pipe.c
/*
* linux/fs/pipe.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include /* for get_free_page */
#include
int read_pipe(struct m