taglinefilesource code
buf16fs/block_dev.cint block_write(struct inode * inode, struct file * filp, char * buf, int count)
buf50fs/block_dev.cmemcpy_fromfs(p,buf,chars);
buf52fs/block_dev.cbuf += chars;
buf63fs/block_dev.cint block_read(struct inode * inode, struct file * filp, char * buf, int count)
buf183fs/block_dev.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
buf185fs/block_dev.cbuf += chars;
buf188fs/block_dev.cput_fs_byte(0,buf++);
buf370fs/buffer.cvoid brelse(struct buffer_head * buf)
buf372fs/buffer.cif (!buf)
buf374fs/buffer.cwait_on_buffer(buf);
buf375fs/buffer.cif (buf->b_count) {
buf376fs/buffer.cif (--buf->b_count)
buf477fs/exec.cchar buf[128], *cp, *interp, *i_name, *i_arg;
buf480fs/exec.cstrncpy(buf, bh->b_data+2, 127);
buf483fs/exec.cbuf[127] = '\0';
buf484fs/exec.cif ((cp = strchr(buf, '\n')) != NULL) {
buf486fs/exec.cfor (cp = buf; (*cp == ' ') || (*cp == '\t'); cp++);
buf23fs/ext/dir.cstatic int ext_dir_read(struct inode * inode, struct file * filp, char * buf, int count)
buf70fs/ext/file.cstatic int ext_file_read(struct inode * inode, struct file * filp, char * buf, int count)
buf190fs/ext/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
buf192fs/ext/file.cbuf += chars;
buf195fs/ext/file.cput_fs_byte(0,buf++);
buf222fs/ext/file.cstatic int ext_file_write(struct inode * inode, struct file * filp, char * buf, int count)
buf273fs/ext/file.cmemcpy_fromfs(p,buf,c);
buf274fs/ext/file.cbuf += c;
buf141fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf)
buf145fs/ext/inode.cput_fs_long(EXT_SUPER_MAGIC, &buf->f_type);
buf146fs/ext/inode.cput_fs_long(1024, &buf->f_bsize);
buf148fs/ext/inode.c&buf->f_blocks);
buf150fs/ext/inode.cput_fs_long(tmp, &buf->f_bfree);
buf151fs/ext/inode.cput_fs_long(tmp, &buf->f_bavail);
buf152fs/ext/inode.cput_fs_long(sb->u.ext_sb.s_ninodes, &buf->f_files);
buf153fs/ext/inode.cput_fs_long(ext_count_free_inodes(sb), &buf->f_ffree);
buf117fs/isofs/file.cint isofs_file_read(struct inode * inode, struct file * filp, char * buf, int count)
buf243fs/isofs/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
buf245fs/isofs/file.cbuf += chars;
buf248fs/isofs/file.cput_fs_byte(0,buf++);
buf245fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf)
buf247fs/isofs/inode.cput_fs_long(ISOFS_SUPER_MAGIC, &buf->f_type);
buf248fs/isofs/inode.cput_fs_long(1 << ISOFS_BLOCK_BITS, &buf->f_bsize);
buf249fs/isofs/inode.cput_fs_long(sb->u.isofs_sb.s_nzones, &buf->f_blocks);
buf250fs/isofs/inode.cput_fs_long(0, &buf->f_bfree);
buf251fs/isofs/inode.cput_fs_long(0, &buf->f_bavail);
buf252fs/isofs/inode.cput_fs_long(sb->u.isofs_sb.s_ninodes, &buf->f_files);
buf253fs/isofs/inode.cput_fs_long(0, &buf->f_ffree);
buf16fs/minix/dir.cstatic int minix_dir_read(struct inode * inode, struct file * filp, char * buf, int count)
buf64fs/minix/file.cstatic int minix_file_read(struct inode * inode, struct file * filp, char * buf, int count)
buf184fs/minix/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
buf186fs/minix/file.cbuf += chars;
buf189fs/minix/file.cput_fs_byte(0,buf++);
buf216fs/minix/file.cstatic int minix_file_write(struct inode * inode, struct file * filp, char * buf, int count)
buf267fs/minix/file.cmemcpy_fromfs(p,buf,c);
buf268fs/minix/file.cbuf += c;
buf123fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf)
buf127fs/minix/inode.cput_fs_long(MINIX_SUPER_MAGIC, &buf->f_type);
buf128fs/minix/inode.cput_fs_long(1024, &buf->f_bsize);
buf129fs/minix/inode.cput_fs_long(sb->u.minix_sb.s_nzones << sb->u.minix_sb.s_log_zone_size, &buf->f_blocks);
buf131fs/minix/inode.cput_fs_long(tmp, &buf->f_bfree);
buf132fs/minix/inode.cput_fs_long(tmp, &buf->f_bavail);
buf133fs/minix/inode.cput_fs_long(sb->u.minix_sb.s_ninodes, &buf->f_files);
buf134fs/minix/inode.cput_fs_long(minix_count_free_inodes(sb), &buf->f_ffree);
buf17fs/msdos/dir.cstatic int msdos_dir_read(struct inode * inode,struct file * filp, char * buf,int count)
buf22fs/msdos/file.cstatic int msdos_file_read(struct inode *inode,struct file *filp,char *buf,
buf24fs/msdos/file.cstatic int msdos_file_write(struct inode *inode,struct file *filp,char *buf,
buf77fs/msdos/file.cstatic int msdos_file_read(struct inode *inode,struct file *filp,char *buf,
buf96fs/msdos/file.cstart = buf;
buf97fs/msdos/file.cwhile ((left = MIN(inode->i_size-filp->f_pos,count-(buf-start))) > 0){
buf104fs/msdos/file.cmemcpy_tofs(buf,data+offset,size);
buf105fs/msdos/file.cbuf += size;
buf111fs/msdos/file.cif (ch != 26) put_fs_byte(ch,buf++);
buf115fs/msdos/file.creturn buf-start;
buf121fs/msdos/file.cif (start == buf) return -EIO;
buf122fs/msdos/file.creturn buf-start;
buf126fs/msdos/file.cstatic int msdos_file_write(struct inode *inode,struct file *filp,char *buf,
buf150fs/msdos/file.cfor (start = buf; count || carry; count -= size) {
buf165fs/msdos/file.cbuf,written = size);
buf166fs/msdos/file.cbuf += size;
buf177fs/msdos/file.cif ((ch = get_fs_byte(buf++)) == '\n') {
buf200fs/msdos/file.creturn start == buf ? error : buf-start;
buf193fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf)
buf197fs/msdos/inode.cput_fs_long(sb->s_magic,&buf->f_type);
buf198fs/msdos/inode.cput_fs_long(MSDOS_SB(sb)->cluster_size*SECTOR_SIZE,&buf->f_bsize);
buf199fs/msdos/inode.cput_fs_long(MSDOS_SB(sb)->clusters,&buf->f_blocks);
buf210fs/msdos/inode.cput_fs_long(free,&buf->f_bfree);
buf211fs/msdos/inode.cput_fs_long(free,&buf->f_bavail);
buf212fs/msdos/inode.cput_fs_long(0,&buf->f_files);
buf213fs/msdos/inode.cput_fs_long(0,&buf->f_ffree);
buf37fs/open.cint sys_statfs(const char * path, struct statfs * buf)
buf42fs/open.cverify_area(buf, sizeof(struct statfs));
buf50fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
buf55fs/open.cint sys_fstatfs(unsigned int fd, struct statfs * buf)
buf60fs/open.cverify_area(buf, sizeof(struct statfs));
buf67fs/open.cinode->i_sb->s_op->statfs(inode->i_sb, buf);
buf16fs/pipe.cstatic int pipe_read(struct inode * inode, struct file * filp, char * buf, int count)
buf35fs/pipe.cmemcpy_tofs(buf, PIPE_BASE(*inode)+PIPE_TAIL(*inode), chars );
buf40fs/pipe.cbuf += chars;
buf46fs/pipe.cstatic int pipe_write(struct inode * inode, struct file * filp, char * buf, int count)
buf78fs/pipe.cmemcpy_fromfs(PIPE_BASE(*inode)+PIPE_HEAD(*inode), buf, chars );
buf83fs/pipe.cbuf += chars;
buf101fs/pipe.cstatic int bad_pipe_rw(struct inode * inode, struct file * filp, char * buf, int count)
buf168fs/proc/array.cstatic int array_read(struct inode * inode, struct file * file,char * buf, int count)
buf211fs/proc/array.cmemcpy_tofs(buf, page + file->f_pos, count);
buf58fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf)
buf60fs/proc/inode.cput_fs_long(PROC_SUPER_MAGIC, &buf->f_type);
buf61fs/proc/inode.cput_fs_long(1024, &buf->f_bsize);
buf62fs/proc/inode.cput_fs_long(0, &buf->f_blocks);
buf63fs/proc/inode.cput_fs_long(0, &buf->f_bfree);
buf64fs/proc/inode.cput_fs_long(0, &buf->f_bavail);
buf65fs/proc/inode.cput_fs_long(0, &buf->f_files);
buf66fs/proc/inode.cput_fs_long(0, &buf->f_ffree);
buf15fs/proc/mem.cstatic int mem_read(struct inode * inode, struct file * file,char * buf, int count)
buf35fs/proc/mem.ctmp = buf;
buf59fs/proc/mem.creturn tmp-buf;
buf62fs/proc/mem.cstatic int mem_write(struct inode * inode, struct file * file,char * buf, int count)
buf82fs/proc/mem.ctmp = buf;
buf110fs/proc/mem.cif (tmp != buf)
buf111fs/proc/mem.creturn tmp-buf;
buf68fs/read_write.cint sys_read(unsigned int fd,char * buf,unsigned int count)
buf81fs/read_write.cverify_area(buf,count);
buf82fs/read_write.creturn file->f_op->read(inode,file,buf,count);
buf85fs/read_write.cint sys_write(unsigned int fd,char * buf,unsigned int count)
buf98fs/read_write.creturn file->f_op->write(inode,file,buf,count);
buf154fs/stat.cint sys_readlink(const char * path, char * buf, int bufsiz)
buf161fs/stat.cverify_area(buf,bufsiz);
buf169fs/stat.creturn inode->i_op->readlink(inode,buf,bufsiz);
buf320include/linux/fs.hextern void brelse(struct buffer_head * buf);
buf12include/linux/kernel.hint sprintf(char * buf, const char * fmt, ...);
buf65include/linux/mm.hextern void rw_swap_page(int rw, unsigned int nr, char * buf);
buf67include/linux/mm.h#define read_swap_page(nr,buf) \
buf68include/linux/mm.hrw_swap_page(READ,(nr),(buf))
buf69include/linux/mm.h#define write_swap_page(nr,buf) \
buf70include/linux/mm.hrw_swap_page(WRITE,(nr),(buf))
buf148include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf);
buf68include/linux/tty.hunsigned char buf[TTY_BUF_SIZE];
buf117include/linux/tty.h#define LAST(a) ((a)->buf[(TTY_BUF_SIZE-1)&((a)->head-1)])
buf45init/main.cstatic inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
buf87kernel/blk_drv/hd.c#define port_read(port,buf,nr) \
buf88kernel/blk_drv/hd.c__asm__("cld;rep;insw"::"d" (port),"D" (buf),"c" (nr):"cx","di")
buf90kernel/blk_drv/hd.c#define port_write(port,buf,nr) \
buf91kernel/blk_drv/hd.c__asm__("cld;rep;outsw"::"d" (port),"S" (buf),"c" (nr):"cx","si")
buf330kernel/blk_drv/ll_rw_blk.cvoid ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf)
buf350kernel/blk_drv/ll_rw_blk.cfor (i=0; i<nb; i++, buf += BLOCK_SIZE)
buf368kernel/blk_drv/ll_rw_blk.creq->buffer = buf;
buf711kernel/blk_drv/scsi/aha1542.cunchar buf[8];
buf715kernel/blk_drv/scsi/aha1542.cfor (i = 0; i < sizeof(buf); ++i) buf[i] = 0x87;
buf717kernel/blk_drv/scsi/aha1542.cif (!aha1542_command(i, cmd, buf, sizeof(buf))) {
buf719kernel/blk_drv/scsi/aha1542.ci, xscsi2int(buf+4), xscsi2int(buf));
buf201kernel/blk_drv/scsi/fdomain.c#define insw( buf, count, port ) \
buf203kernel/blk_drv/scsi/fdomain.c( "cld;rep;insw"::"d" (port),"D" (buf),"c" (count):"cx","di" )
buf205kernel/blk_drv/scsi/fdomain.c#define outsw( buf, count, port ) \
buf207kernel/blk_drv/scsi/fdomain.c("cld;rep;outsw"::"d" (port),"S" (buf),"c" (count):"cx","si")
buf290kernel/blk_drv/scsi/fdomain.cunsigned char    buf[buflen];
buf417kernel/blk_drv/scsi/fdomain.cSCinit.request_buffer = SCinit.buffer = buf;
buf418kernel/blk_drv/scsi/fdomain.cSCinit.request_bufflen = SCinit.bufflen = sizeof(buf)-1;
buf433kernel/blk_drv/scsi/fdomain.cfor (j = 8; j < (buf[4] < 32 ? buf[4] : 32); j++)
buf434kernel/blk_drv/scsi/fdomain.cprintk( "%c", buf[j] >= 20 ? buf[j] : ' ' );
buf440kernel/blk_drv/scsi/fdomain.cblocks = (buf[0] << 24) | (buf[1] << 16)
buf441kernel/blk_drv/scsi/fdomain.c| (buf[2] << 8) | buf[3];
buf442kernel/blk_drv/scsi/fdomain.csize = (buf[4] << 24) | (buf[5] << 16) | (buf[6] << 8) | buf[7];
buf136kernel/blk_drv/scsi/scsi_ioctl.cchar buf[MAX_BUF];
buf154kernel/blk_drv/scsi/scsi_ioctl.cmemcpy_fromfs ((void *) buf,  (void *) (cmd_in + cmdlen),  inlen);
buf161kernel/blk_drv/scsi/scsi_ioctl.cscsi_do_cmd(SCpnt,  cmd,  buf,  ((outlen > MAX_BUF) ? 
buf172kernel/blk_drv/scsi/scsi_ioctl.cmemcpy_tofs ((void *) cmd_in,  buf,  (outlen > MAX_BUF) ? MAX_BUF  : outlen);
buf185kernel/blk_drv/scsi/scsi_ioctl.cprintk("%02x ", buf[i]);
buf474kernel/blk_drv/scsi/st.cint st_write(struct inode * inode, struct file * filp, char * buf, int count)
buf525kernel/blk_drv/scsi/st.cb_point = buf;
buf611kernel/blk_drv/scsi/st.cint st_read(struct inode * inode, struct file * filp, char * buf, int count)
buf743kernel/blk_drv/scsi/st.cmemcpy_tofs(buf, scsi_tapes[dev].buffer->b_data +
buf746kernel/blk_drv/scsi/st.cbuf += transfer;
buf557kernel/blk_drv/scsi/wd7000.cextern int vsprintf(char *buf, const char *fmt, va_list args);
buf1430kernel/chr_drv/console.cchar *sptr, *buf = (char *)arg;
buf1433kernel/chr_drv/console.cverify_area(buf,2+video_num_columns*video_num_lines);
buf1434kernel/chr_drv/console.ccurrcons = get_fs_byte(buf+1);
buf1437kernel/chr_drv/console.cput_fs_byte((char)(video_num_lines),buf++);  
buf1438kernel/chr_drv/console.cput_fs_byte((char)(video_num_columns),buf++);
buf1442kernel/chr_drv/console.cput_fs_byte(*sptr++,buf++);  
buf122kernel/chr_drv/keyboard.cqp->buf[qp->head]=ch;
buf140kernel/chr_drv/keyboard.cqp->buf[qp->head]=ch;
buf260kernel/chr_drv/keyboard.cchar buf[] = { 0x1b, 0x4f, 0x00, 0x00 };
buf262kernel/chr_drv/keyboard.cbuf[2] = key;
buf263kernel/chr_drv/keyboard.cputs_queue(buf);
buf1195kernel/chr_drv/keyboard.cchar buf[] = { 0x1b, '[', 0, 0, 0 };    /* must not be static */
buf1197kernel/chr_drv/keyboard.cbuf[2]=cur_table[sc];
buf1198kernel/chr_drv/keyboard.cif (buf[2] < '9')
buf1199kernel/chr_drv/keyboard.cbuf[3]='~';
buf1201kernel/chr_drv/keyboard.cif ((buf[2] >= 'A' && buf[2] <= 'D') ?
buf1204kernel/chr_drv/keyboard.cbuf[1]='O';
buf1205kernel/chr_drv/keyboard.cputs_queue(buf);
buf70kernel/chr_drv/lp.cstatic int lp_write(struct inode * inode, struct file * file, char * buf, int count)
buf74kernel/chr_drv/lp.cchar c, *temp = buf;
buf84kernel/chr_drv/lp.ctemp = buf;
buf122kernel/chr_drv/lp.creturn temp-buf?temp-buf:-ENOSPC;
buf131kernel/chr_drv/lp.creturn temp-buf?temp-buf:-EIO;
buf141kernel/chr_drv/lp.creturn temp-buf?temp-buf:-EFAULT;
buf148kernel/chr_drv/lp.creturn temp-buf;
buf21kernel/chr_drv/mem.cstatic int read_ram(struct inode * inode, struct file * file,char * buf, int count)
buf26kernel/chr_drv/mem.cstatic int write_ram(struct inode * inode, struct file * file,char * buf, int count)
buf31kernel/chr_drv/mem.cstatic int read_core(struct inode * inode, struct file * file,char * buf, int count)
buf56kernel/chr_drv/mem.cmemcpy_tofs(buf,(void *) pnt, count1);
buf57kernel/chr_drv/mem.cbuf += count1;
buf64kernel/chr_drv/mem.cput_fs_byte(0,buf);
buf65kernel/chr_drv/mem.cbuf++;
buf70kernel/chr_drv/mem.cmemcpy_tofs(buf,(void *) (p - 4096),count);
buf76kernel/chr_drv/mem.cstatic int read_mem(struct inode * inode, struct file * file,char * buf, int count)
buf89kernel/chr_drv/mem.cput_fs_byte(0,buf);
buf90kernel/chr_drv/mem.cbuf++;
buf95kernel/chr_drv/mem.cmemcpy_tofs(buf,(void *) p,count);
buf101kernel/chr_drv/mem.cstatic int write_mem(struct inode * inode, struct file * file,char * buf, int count)
buf115kernel/chr_drv/mem.cbuf++;
buf120kernel/chr_drv/mem.cmemcpy_fromfs((void *) p,buf,count);
buf126kernel/chr_drv/mem.cstatic int read_port(struct inode * inode,struct file * file,char * buf, int count)
buf129kernel/chr_drv/mem.cchar * tmp = buf;
buf137kernel/chr_drv/mem.creturn tmp-buf;
buf140kernel/chr_drv/mem.cstatic int write_port(struct inode * inode,struct file * file,char * buf, int count)
buf143kernel/chr_drv/mem.cchar * tmp = buf;
buf151kernel/chr_drv/mem.creturn tmp-buf;
buf154kernel/chr_drv/mem.cstatic int read_null(struct inode * node,struct file * file,char * buf,int count)
buf159kernel/chr_drv/mem.cstatic int write_null(struct inode * inode,struct file * file,char * buf, int count)
buf164kernel/chr_drv/mem.cstatic int read_zero(struct inode * node,struct file * file,char * buf,int count)
buf169kernel/chr_drv/mem.cput_fs_byte(0,buf);
buf170kernel/chr_drv/mem.cbuf++;
buf175kernel/chr_drv/mem.cstatic int write_zero(struct inode * inode,struct file * file,char * buf, int count)
buf68kernel/chr_drv/psaux.cunsigned char buf[AUX_BUF_SIZE];
buf126kernel/chr_drv/psaux.cresult = queue->buf[queue->tail];
buf149kernel/chr_drv/psaux.cqueue->buf[head] = inb(AUX_INPUT_PORT);
buf205kernel/chr_drv/serial.cqueue->buf[head++] = 0xff;
buf207kernel/chr_drv/serial.cqueue->buf[head++] = 0;
buf212kernel/chr_drv/serial.cqueue->buf[head++] = 0xff;
buf215kernel/chr_drv/serial.cqueue->buf[head++] = ch;
buf240kernel/chr_drv/serial.coutb_p(queue->buf[tail++],
buf67kernel/chr_drv/tty_io.cqueue->buf[queue->head] = c;
buf80kernel/chr_drv/tty_io.cresult = 0xff & queue->buf[queue->tail];
buf284kernel/chr_drv/tty_io.cstatic int read_chan(struct tty_struct * tty, struct file * file, char * buf, int nr)
buf288kernel/chr_drv/tty_io.cchar * b=buf;
buf364kernel/chr_drv/tty_io.cif (b-buf >= minimum || !current->timeout)
buf389kernel/chr_drv/tty_io.cif ((b-buf) > 1)
buf390kernel/chr_drv/tty_io.creturn b-buf;
buf392kernel/chr_drv/tty_io.cif (b-buf)
buf393kernel/chr_drv/tty_io.creturn b-buf;
buf435kernel/chr_drv/tty_io.cstatic int write_chan(struct tty_struct * tty, struct file * file, char * buf, int nr)
buf438kernel/chr_drv/tty_io.cchar c, *b=buf;
buf485kernel/chr_drv/tty_io.cif (b-buf)
buf486kernel/chr_drv/tty_io.creturn b-buf;
buf494kernel/chr_drv/tty_io.cstatic int tty_read(struct inode * inode, struct file * file, char * buf, int count)
buf517kernel/chr_drv/tty_io.ci = read_chan(tty,file,buf,count);
buf523kernel/chr_drv/tty_io.cstatic int tty_write(struct inode * inode, struct file * file, char * buf, int count)
buf550kernel/chr_drv/tty_io.ci = write_chan(tty,file,buf,count);
buf16kernel/printk.cstatic char buf[1024];
buf18kernel/printk.cextern int vsprintf(char * buf, const char * fmt, va_list args);
buf26kernel/printk.cint sys_syslog(int type, char * buf, int len)
buf51kernel/printk.cif (!buf || len < 0)
buf55kernel/printk.cverify_area(buf,len);
buf72kernel/printk.cput_fs_byte(c,buf);
buf73kernel/printk.cbuf++;
buf89kernel/printk.ci=vsprintf(buf,fmt,args);
buf93kernel/printk.c*p = buf[j];
buf101kernel/printk.cconsole_print(buf);
buf119kernel/vsprintf.cint vsprintf(char *buf, const char *fmt, va_list args)
buf134kernel/vsprintf.cfor (str=buf ; *fmt ; ++fmt) {
buf245kernel/vsprintf.c*ip = (str - buf);
buf259kernel/vsprintf.creturn str-buf;
buf262kernel/vsprintf.cint sprintf(char * buf, const char *fmt, ...)
buf268kernel/vsprintf.ci=vsprintf(buf,fmt,args);
buf11lib/write.c_syscall3(int,write,int,fd,const char *,buf,off_t,count)
buf64mm/swap.cvoid rw_swap_page(int rw, unsigned int nr, char * buf)
buf85mm/swap.cll_rw_page(rw,p->swap_device,nr,buf);
buf96mm/swap.cll_rw_swap_file(rw,p->swap_file->i_dev, zones,4,buf);
buf49net/socket.cstatic int sock_read(struct inode *inode, struct file *file, char *buf,
buf51net/socket.cstatic int sock_write(struct inode *inode, struct file *file, char *buf,
buf23net/unix.cchar *buf;
buf110net/unix.cchar buf[sizeof(sockun->sun_path) + 1];
buf115net/unix.celse if (sockaddr_len <= 0 || sockaddr_len >= sizeof(buf)-1)
buf118net/unix.cmemcpy(buf, sockun->sun_path, sockaddr_len);
buf119net/unix.cbuf[sockaddr_len] = '\0';
buf120net/unix.cprintk("sockaddr_un: '%s'[%d]\n", buf,
buf214net/unix.cupd->buf = NULL;
buf237net/unix.cif (upd->buf) {
buf238net/unix.cfree_page((unsigned long)upd->buf);
buf239net/unix.cupd->buf = NULL;
buf264net/unix.cif (!(upd->buf = (char *)get_free_page(GFP_USER))) {
buf552net/unix.cmemcpy_tofs(ubuf, upd->buf + upd->bp_tail, cando);
buf630net/unix.cmemcpy_fromfs(pupd->buf + pupd->bp_head, ubuf, cando);
buf60tools/build.cchar buf[1024];
buf83tools/build.cfor (i=0;i<sizeof buf; i++) buf[i]=0;
buf86tools/build.cif (read(id,buf,MINIX_HEADER) != MINIX_HEADER)
buf88tools/build.cif (((long *) buf)[0]!=0x04100301)
buf90tools/build.cif (((long *) buf)[1]!=MINIX_HEADER)
buf92tools/build.cif (((long *) buf)[3]!=0)
buf94tools/build.cif (((long *) buf)[4]!=0)
buf96tools/build.cif (((long *) buf)[5] != 0)
buf98tools/build.cif (((long *) buf)[7] != 0)
buf100tools/build.ci=read(id,buf,sizeof buf);
buf104tools/build.cif ((*(unsigned short *)(buf+510)) != 0xAA55)
buf106tools/build.cbuf[508] = (char) minor_root;
buf107tools/build.cbuf[509] = (char) major_root;  
buf108tools/build.ci=write(1,buf,512);
buf115tools/build.cif (read(id,buf,MINIX_HEADER) != MINIX_HEADER)
buf117tools/build.cif (((long *) buf)[0]!=0x04100301)
buf119tools/build.cif (((long *) buf)[1]!=MINIX_HEADER)
buf121tools/build.cif (((long *) buf)[3]!=0)
buf123tools/build.cif (((long *) buf)[4]!=0)
buf125tools/build.cif (((long *) buf)[5] != 0)
buf127tools/build.cif (((long *) buf)[7] != 0)
buf129tools/build.cfor (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c )
buf130tools/build.cif (write(1,buf,c)!=c)
buf137tools/build.cfor (c=0 ; c<sizeof(buf) ; c++)
buf138tools/build.cbuf[c] = '\0';
buf141tools/build.cif (c > sizeof(buf))
buf142tools/build.cc = sizeof(buf);
buf143tools/build.cif (write(1,buf,c) != c)
buf150tools/build.cif (read(id,buf,GCC_HEADER) != GCC_HEADER)
buf152tools/build.cif (((long *) buf)[5] != 0)
buf154tools/build.cfor (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c )
buf155tools/build.cif (write(1,buf,c)!=c)