Searched defs:dev (Results 126 - 150 of 200) sorted by relevance

12345678

/macosx-10.9.5/ntfs-83/util/
H A Dntfs.util.c1164 static int do_mount(const char *progname, char *dev, char *mp, argument
1208 char *progname, *dev, *mp = NULL; local
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_neoclock4x.c174 char dev[20]; local
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_rfc.c113 int32_t dev; /* deviation time (scaled) */ member in struct:pptp_rfc
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_serial.c528 int pppserial_open(dev_t dev, struct tty *tp) argument
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dmain.c112 char dev[] = _PATH_DEV; variable
/macosx-10.9.5/system_cmds-597.90.1/sysctl.tproj/
H A Dsysctl.c522 dev_t dev = *(dev_t *)buf; local
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dmain.c112 char dev[] = _PATH_DEV; variable
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sysctl.tproj/
H A Dsysctl.c522 dev_t dev = *(dev_t *)buf; local
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkioconf.c1466 intv2(struct device *dev) argument
2062 intv(struct device *dev) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Dprofile_prvd.c799 int _profile_open(dev_t dev, int flags, int devtype, struct proc *p) argument
H A Dsdt.c474 int _sdt_open(dev_t dev, int flags, int devtype, struct proc *p) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h108 dev_t dev; member in union:devnode_type
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp281 bsdld_open(dev_t dev, struct tty *tp) argument
505 dev_t dev = makedev(fMajor, i << TTY_NUM_FLAGS); local
512 registerTTY(dev_t dev, IOSerialBSDClient *client) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dserver.c187 au_sdev_handle_t *dev = au_sdev_open(AU_SDEVF_ALLSESSIONS); local
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnke/
H A Dtlsnke.c922 static int tlsnkedev_open(__unused dev_t dev, int flags, __unused int devtype, __unused struct proc *p) argument
939 static int tlsnkedev_close(__unused dev_t dev, __unused int flags, __unused int mode, __unused struct proc *p) argument
951 static int tlsnkedev_read(dev_t dev, struct uio *uio, int ioflag) argument
997 static int tlsnkedev_write(dev_t dev, struct uio *uio, int ioflag) argument
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp465 void PCSCDMonitor::addDevice(const IOKit::Device &dev) argument
541 findDevice(const IOKit::Device &dev, DeviceMap::iterator &it) argument
549 findDeviceByName(const IOKit::Device &dev, DeviceMap::iterator &outit) argument
569 updateDevice(const IOKit::Device &dev) argument
582 hasLegacyDriver(const IOKit::Device &dev) argument
598 deviceIsPCCard(const IOKit::Device &dev) argument
617 getVendorAndProductID(const IOKit::Device &dev, uint32_t &vendorID, uint32_t &productID, bool &isPCCard) argument
648 setDeviceProperties(const IOKit::Device &dev, PCSCD::Device &device) argument
670 isExcludedDevice(const IOKit::Device &dev) argument
686 setDebugPropertiesForDevice(const IOKit::Device &dev, PCSCD::Device * newDevice) argument
747 removeDeviceByName(const IOKit::Device &dev) argument
777 PCSCD::Device *dev = static_cast<PCSCD::Device *>(it->second); local
798 deviceSupport(const IOKit::Device &dev) argument
882 deviceAddress(const IOKit::Device &dev, uint32_t &address) argument
894 deviceMemoryAddress(const IOKit::Device &dev, uint32_t &address) argument
1024 displayPropertiesOfDevice(const IOKit::Device &dev) argument
1165 PCSCD::Device *dev = static_cast<PCSCD::Device *>(it->second); local
[all...]
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c1248 autofs_dev_open(__unused dev_t dev, __unused int oflags, __unused int devtype, argument
1262 autofs_dev_close(__unused dev_t dev, __unused int flag, __unused int fmt, argument
1272 autofs_ioctl(__unused dev_t dev, u_long cmd, __unused caddr_t data, argument
1442 autofs_nowait_dev_clone(__unused dev_t dev, int action) argument
1479 autofs_nowait_dev_open(dev_t dev, __unused int oflags, __unused int devtype, struct proc *p) argument
1531 autofs_nowait_dev_close(dev_t dev, __unused int flag, __unused int fmt, __unused struct proc *p) argument
1630 autofs_notrigger_dev_clone(__unused dev_t dev, int action) argument
1667 autofs_notrigger_dev_open(dev_t dev, __unused int oflags, __unused int devtype, struct proc *p) argument
1719 autofs_notrigger_dev_close(dev_t dev, __unused int flag, __unused int fmt, __unused struct proc *p) argument
1829 autofs_homedirmounter_dev_clone(__unused dev_t dev, int action) argument
1868 autofs_homedirmounter_dev_open(dev_t dev, __unused int oflags, __unused int devtype, struct proc *p) argument
1923 autofs_homedirmounter_dev_close(dev_t dev, __unused int flag, __unused int fmt, __unused struct proc *p) argument
2126 auto_control_dev_open(__unused dev_t dev, __unused int oflags, __unused int devtype, __unused struct proc *p) argument
2140 auto_control_dev_close(__unused dev_t dev, __unused int flag, __unused int fmt, __unused struct proc *p) argument
2150 auto_control_ioctl(__unused dev_t dev, u_long cmd, caddr_t data, __unused int flag, __unused proc_t p) argument
[all...]
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dincremen.c194 find_directory_meta (dev_t dev, ino_t ino) argument
136 note_directory(char const *name, struct timespec mtime, dev_t dev, ino_t ino, bool nfs, bool found, char *contents) argument
734 dev_t dev; local
975 dev_t dev; local
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grotty/
H A Dtty.cpp270 tty_printer::tty_printer(const char *dev) : cached_v(0) argument
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c238 int dev; /* device id */ member in struct:obj
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-dos.c232 volatile struct device *dev; /* might be reset by sig_handler */ local
346 struct device *dev = p ? get_device(p->fd) : NULL; local
378 struct device *dev = p ? get_device (p->fd) : NULL; local
454 struct device *dev; local
518 struct device *dev; local
606 struct device *dev; local
685 struct device *dev = active_dev; local
752 struct device *dev; local
874 struct device *dev = p ? get_device(p->fd) : NULL; local
1056 pkt_close(struct device *dev) argument
1068 pkt_open(struct device *dev) argument
1084 pkt_xmit(struct device *dev, const void *buf, int len) argument
1099 pkt_stats(struct device *dev) argument
1112 pkt_probe(struct device *dev) argument
1134 ndis_close(struct device *dev) argument
1142 ndis_open(struct device *dev) argument
1156 ndis_stats(struct device *dev) argument
1165 ndis_probe(struct device *dev) argument
[all...]
/macosx-10.9.5/lsof-52/lsof/
H A Darg.c144 dev_t dev, rdev; local
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dtty.c374 char dev[MAXPATHLEN]; local
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs.h154 int32_t dev; member in struct:smb_mount_args
H A Dsmbfs_vfsops.c535 smbfs_remount(int32_t dev, struct mount *mp, struct smbmount *smp, argument
2099 int32_t dev = 0; local

Completed in 600 milliseconds

12345678