Searched refs:O_RDWR (Results 501 - 525 of 630) sorted by relevance

<<212223242526

/freebsd-11.0-release/sys/kern/
H A Dtty_pts.c838 if (uap->flags & ~(O_RDWR|O_NOCTTY|O_CLOEXEC))
/freebsd-11.0-release/lib/libcuse/
H A Dcuse_lib.c101 f_cuse = open("/dev/cuse", O_RDWR);
/freebsd-11.0-release/sbin/mdconfig/
H A Dmdconfig.c346 fd = open(_PATH_DEV MDCTL_NAME, O_RDWR, 0);
/freebsd-11.0-release/sbin/savecore/
H A Dsavecore.c473 fd = open(device, (checkfor || keep) ? O_RDONLY : O_RDWR);
/freebsd-11.0-release/sbin/swapon/
H A Dswapon.c692 nfd = open(_PATH_DEVNULL, O_RDWR);
/freebsd-11.0-release/tests/sys/opencrypto/
H A Dcryptodev.py118 fd = os.open('/dev/crypto', os.O_RDWR)
/freebsd-11.0-release/tools/bus_space/
H A Dbusdma.c196 fd = open(path, O_RDWR);
/freebsd-11.0-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c95 fd = open(buf, O_RDWR);
/freebsd-11.0-release/tools/tools/crypto/
H A Dcryptotest.c190 fd = open(_PATH_DEV "crypto", O_RDWR, 0);
/freebsd-11.0-release/contrib/nvi/common/
H A Dlog.c114 ep->log = dbopen(NULL, O_CREAT | O_NONBLOCK | O_RDWR,
/freebsd-11.0-release/usr.bin/mail/
H A Dnames.c321 image = open(tempname, O_RDWR);
/freebsd-11.0-release/usr.bin/msgs/
H A Dmsgs.c787 fd = open(fname, O_RDWR|O_EXCL|O_CREAT|O_APPEND);
/freebsd-11.0-release/usr.bin/unzip/
H A Dunzip.c644 if ((fd = open(*path, O_RDWR|O_CREAT|O_TRUNC, mode)) < 0)
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dblock_if.c443 fd = open(nopt, (ro ? O_RDONLY : O_RDWR) | extra);
/freebsd-11.0-release/usr.sbin/bhyveload/
H A Dbhyveload.c614 fd = open(path, O_RDWR | O_NONBLOCK);
/freebsd-11.0-release/usr.sbin/mpsutil/
H A Dmps_cmd.c626 return (open(path, O_RDWR));
/freebsd-11.0-release/usr.sbin/mptable/
H A Dmptable.c699 ofd = open( "/tmp/mpdump", O_CREAT | O_RDWR, 0666 );
/freebsd-11.0-release/usr.sbin/rpc.lockd/
H A Dkern.c132 devfd = open(_PATH_DEV _PATH_NFSLCKDEV, O_RDWR | O_NONBLOCK);
/freebsd-11.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c418 #define FLAGS O_RDWR|O_CREAT
/freebsd-11.0-release/usr.sbin/sicontrol/
H A Dsicontrol.c190 fd = open(CONTROLDEV, O_RDWR|O_NDELAY);
/freebsd-11.0-release/lib/libvmmapi/
H A Dvmmapi.c95 fd = open(vmfile, O_RDWR, 0);
484 fd = open(pathname, O_RDWR);
/freebsd-11.0-release/usr.sbin/ctld/
H A Dkernel.c83 ctl_fd = open(CTL_DEFAULT_DEV, O_RDWR);
88 ctl_fd = open(CTL_DEFAULT_DEV, O_RDWR);
/freebsd-11.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c458 fd = open(respath, O_RDWR | O_CREAT | O_NOFOLLOW, 0666);
1144 ctx->fd = open(tty, O_RDWR);
/freebsd-11.0-release/sbin/camcontrol/
H A Dcamcontrol.c455 if ((fd = open(XPT_DEVICE, O_RDWR)) == -1) {
3136 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
3322 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
3329 device = cam_open_btl(bus, target, lun, O_RDWR, NULL);
4524 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
7676 item->dev_match.target_lun, O_RDWR, NULL);
7766 if ((fd = open(XPT_DEVICE, O_RDWR)) == -1) {
9353 cam_open_btl(bus, target, lun, O_RDWR, NULL) :
9354 cam_open_spec_device(device,unit,O_RDWR,NULL)))
/freebsd-11.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c428 fd = open(buf, O_RDWR);
936 fd = open(path, O_RDWR);
2165 tapfd = open(TAP_DEV, O_RDWR);

Completed in 279 milliseconds

<<212223242526