Home | History | Annotate | Download | only in netperf

Lines Matching refs:fildes

1541   int fildes;
1562 fildes = open(temp_file,O_RDWR | O_EXCL | O_CREAT,0600);
1563 if (-1 != fildes) {
1586 if (write(fildes,temp_buffer,buffer_size+sizeof(int)) !=
1610 fildes = open(fill_file , O_RDONLY);
1611 if (fildes == -1){
1632 /* so, at this point we know that fildes is a descriptor which
1660 temp_link->fildes = fildes; /* from which file do we send? */