Home | History | Annotate | Download | only in netperf

Lines Matching refs:O_RDWR

1562 	fildes = open(temp_file,O_RDWR | O_EXCL | O_CREAT,0600);
3654 if ((fd = open(devfile, O_RDWR)) == -1) {