Searched refs:dev_t (Results 1 - 25 of 170) sorted by relevance

1234567

/freebsd-10.0-release/bin/pax/
H A Dtables.h59 dev_t dev; /* files device number */
123 dev_t dev; /* the orig device number we now have to map */
130 dev_t dev; /* the new device id we use */
144 dev_t dev; /* dev and inode for fast lookup */
/freebsd-10.0-release/sys/sys/
H A Dsnoop.h32 #define SNPGTTY _IOR('T', 89, dev_t)
/freebsd-10.0-release/contrib/mknod/
H A Dpack_dev.h38 typedef dev_t portdev_t;
48 #define makedev_netbsd(x,y) ((dev_t)((((x) << 8) & 0x000fff00) | \
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzvol.h49 extern int zvol_open(dev_t *devp, int flag, int otyp, cred_t *cr);
50 extern int zvol_dump(dev_t dev, caddr_t addr, daddr_t offset, int nblocks);
51 extern int zvol_close(dev_t dev, int flag, int otyp, cred_t *cr);
53 extern int zvol_read(dev_t dev, uio_t *uiop, cred_t *cr);
54 extern int zvol_write(dev_t dev, uio_t *uiop, cred_t *cr);
55 extern int zvol_aread(dev_t dev, struct aio_req *aio, cred_t *cr);
56 extern int zvol_awrite(dev_t dev, struct aio_req *aio, cred_t *cr);
58 extern int zvol_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *cr,
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h122 dev_t aest_dev;
123 dev_t aest_devmajor;
124 dev_t aest_devminor;
126 dev_t aest_rdev;
127 dev_t aest_rdevmajor;
128 dev_t aest_rdevminor;
H A Darchive_entry.h200 __LA_DECL dev_t archive_entry_dev(struct archive_entry *);
202 __LA_DECL dev_t archive_entry_devmajor(struct archive_entry *);
203 __LA_DECL dev_t archive_entry_devminor(struct archive_entry *);
225 __LA_DECL dev_t archive_entry_rdev(struct archive_entry *);
226 __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
227 __LA_DECL dev_t archive_entry_rdevminor(struct archive_entry *);
257 __LA_DECL void archive_entry_set_dev(struct archive_entry *, dev_t);
258 __LA_DECL void archive_entry_set_devmajor(struct archive_entry *, dev_t);
259 __LA_DECL void archive_entry_set_devminor(struct archive_entry *, dev_t);
293 __LA_DECL void archive_entry_set_rdev(struct archive_entry *, dev_t);
[all...]
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_socket.h53 int svr4_find_socket(struct thread *, struct file *, dev_t, ino_t,
/freebsd-10.0-release/lib/libc/gen/
H A Ddevname.c46 devname_r(dev_t dev, mode_t type, char *buf, int len)
70 devname(dev_t dev, mode_t type)
H A Dfts-compat.h40 dev_t fts_dev; /* starting device # */
86 dev_t fts_dev; /* device */
/freebsd-10.0-release/cddl/compat/opensolaris/include/
H A Ddevid.h42 dev_t dev;
/freebsd-10.0-release/sys/vm/
H A Dvm_param.h95 dev_t xsw_dev;
H A Dswap_pager.h60 dev_t sw_dev;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dseeksize.d54 self int last[dev_t];
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Disk/
H A Dseeksize.d54 self int last[dev_t];
/freebsd-10.0-release/contrib/ipfilter/
H A Dmls_ipl.c63 static int ipfopen __P((dev_t, int));
64 static int ipfclose __P((dev_t, int));
65 static int ipfread __P((dev_t, struct uio *));
66 static int ipfwrite __P((dev_t, struct uio *));
261 dev_t dev;
294 dev_t dev;
315 dev_t dev;
338 dev_t dev;
H A Dmlfk_ipl.c40 static dev_t ipf_devs[IPL_LOGSIZE];
54 static int ipfopen __P((dev_t, int, int, struct thread *));
55 static int ipfclose __P((dev_t, int, int, struct thread *));
58 static int ipfopen __P((dev_t, int, int, struct proc *));
59 static int ipfclose __P((dev_t, int, int, struct proc *));
65 static int ipfread __P((dev_t, struct uio *, int));
66 static int ipfwrite __P((dev_t, struct uio *, int));
151 static int ipfpoll(dev_t dev, int events, struct proc *td);
343 ipfpoll(dev_t dev, int events, struct proc *td)
405 dev_t de
[all...]
H A Dmlo_ipl.c264 dev_t dev;
299 dev_t dev;
322 dev_t dev;
354 dev_t dev;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c41 static dev_t ipf_devs[IPL_LOGSIZE];
53 static int ipfopen __P((dev_t, int, int, struct thread *));
54 static int ipfclose __P((dev_t, int, int, struct thread *));
57 static int ipfopen __P((dev_t, int, int, struct proc *));
58 static int ipfclose __P((dev_t, int, int, struct proc *));
64 static int ipfread __P((dev_t, struct uio *, int));
65 static int ipfwrite __P((dev_t, struct uio *, int));
152 static int ipfpoll(dev_t dev, int events, struct proc *td);
342 ipfpoll(dev_t dev, int events, struct proc *td)
404 dev_t de
[all...]
/freebsd-10.0-release/include/rpc/
H A Dauth_des.h120 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
/freebsd-10.0-release/usr.bin/lastcomm/
H A Dlastcomm.c63 const char *getdev(dev_t);
254 getdev(dev_t dev)
256 static dev_t lastdev = (dev_t)-1;
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dcdev.h46 dev_t dev;
105 cdev_add(struct linux_cdev *cdev, dev_t dev, unsigned count)
H A Dfs.h144 register_chrdev_region(dev_t dev, unsigned range, const char *name)
151 unregister_chrdev_region(dev_t dev, unsigned range)
157 static inline dev_t
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h125 #define getmajor(x) (major_t)((((dev_t)(x)) >> L_BITSMINOR) & L_MAXMAJ)
153 #define makedevice(x, y) (dev_t)(((dev_t)(x) << L_BITSMINOR) | ((y) & L_MAXMIN))
172 #define getemajor(x) (major_t)((((dev_t)(x) >> L_BITSMINOR) > L_MAXMAJ) ? \
173 NODEV : (((dev_t)(x) >> L_BITSMINOR) & L_MAXMAJ))
209 (dev_t)(((dev_t)(((x) >> O_BITSMINOR) & O_MAXMAJ) << L_BITSMINOR) | \
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h66 dev_t Device; // ID for the device containing the file.
76 FileEntry(dev_t device, ino_t inode, mode_t m)
97 dev_t getDevice() const { return Device; }
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dfs.hpp252 dev_t get_device(void) const;

Completed in 586 milliseconds

1234567