Searched refs:kdev_t (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Djfs_user.h4 typedef unsigned short kdev_t; typedef
H A Djfs_compat.h38 kdev_t j_dev;
39 kdev_t j_fs_dev;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Djfs_user.h4 typedef unsigned short kdev_t; typedef
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Djfs_user.h4 typedef unsigned short kdev_t; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Dcapifs.h10 void capifs_new_ncci(char type, unsigned int num, kdev_t device);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/scsi/
H A Dscsicam.h15 #include <linux/kdev_t.h>
16 extern int scsicam_bios_param (Disk *disk, kdev_t dev, int *ip);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/scsi/
H A Dscsicam.h15 #include <linux/kdev_t.h>
16 extern int scsicam_bios_param (Disk *disk, kdev_t dev, int *ip);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddevpts_fs.h23 #include <linux/kdev_t.h>
28 void devpts_pty_new(int, kdev_t);
35 void (*devpts_upcall_new)(int,kdev_t) = NULL;
43 extern void (*devpts_upcall_new)(int,kdev_t);
50 devpts_pty_new(int line, kdev_t device)
67 devpts_pty_new(int line, kdev_t device) { }
H A Dblkpg.h59 extern char * partition_name(kdev_t dev);
60 extern int blk_ioctl(kdev_t dev, unsigned int cmd, unsigned long arg);
H A Dkdev_t.h6 we introduce a type kdev_t to hold them. No information about
9 Objects of type kdev_t designate a device. Outside of the kernel
14 extern kdev_t to_kdev_t(int);
27 Inside the kernel, we aim for a kdev_t type that is a pointer
32 However, for the time being we let kdev_t be almost the same as dev_t:
34 typedef struct { unsigned short major, minor; } kdev_t;
36 Admissible operations on an object of type kdev_t:
45 An object of type kdev_t is created only by the function MKDEV(),
52 typedef struct { ... (* lots of information *) } *kdev_t
62 However, everything runs fine with an arbitrary kdev_t typ
67 typedef unsigned short kdev_t; typedef
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddevpts_fs.h23 #include <linux/kdev_t.h>
28 void devpts_pty_new(int, kdev_t);
35 void (*devpts_upcall_new)(int,kdev_t) = NULL;
43 extern void (*devpts_upcall_new)(int,kdev_t);
50 devpts_pty_new(int line, kdev_t device)
67 devpts_pty_new(int line, kdev_t device) { }
H A Dblkpg.h59 extern char * partition_name(kdev_t dev);
60 extern int blk_ioctl(kdev_t dev, unsigned int cmd, unsigned long arg);
H A Dkdev_t.h6 we introduce a type kdev_t to hold them. No information about
9 Objects of type kdev_t designate a device. Outside of the kernel
14 extern kdev_t to_kdev_t(int);
27 Inside the kernel, we aim for a kdev_t type that is a pointer
32 However, for the time being we let kdev_t be almost the same as dev_t:
34 typedef struct { unsigned short major, minor; } kdev_t;
36 Admissible operations on an object of type kdev_t:
45 An object of type kdev_t is created only by the function MKDEV(),
52 typedef struct { ... (* lots of information *) } *kdev_t
62 However, everything runs fine with an arbitrary kdev_t typ
67 typedef unsigned short kdev_t; typedef
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsd.h36 extern int revalidate_scsidisk(kdev_t dev, int maxusage);
41 extern kdev_t sd_find_target(void *host, int tgt);
H A Dscsi_debug.h4 #include <linux/kdev_t.h>
11 static int scsi_debug_biosparam(Disk *, kdev_t, int[]);
H A Dsym53c416.h30 #include <linux/kdev_t.h>
40 static int sym53c416_bios_param(Disk *, kdev_t, int *);
H A Dwd7000.h15 #include <linux/kdev_t.h>
24 int wd7000_biosparam (Disk *, kdev_t, int *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs/
H A Djffs_proc.h25 int jffs_register_jffs_proc_dir(kdev_t dev, struct jffs_control *c);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/sim/
H A Dhpsim_console.c13 #include <linux/kdev_t.h>
28 static kdev_t simcons_console_device (struct console *);
58 static kdev_t
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/raid/
H A Dmd.h65 extern void add_mddev_mapping (mddev_t *mddev, kdev_t dev, void *data);
66 extern void del_mddev_mapping (mddev_t *mddev, kdev_t dev);
67 extern char * partition_name (kdev_t dev);
78 extern void md_sync_acct(kdev_t dev, unsigned long nr_sectors);
83 extern int md_error (mddev_t *mddev, kdev_t rdev);
H A Dlinear.h7 kdev_t dev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/raid/
H A Dmd.h65 extern void add_mddev_mapping (mddev_t *mddev, kdev_t dev, void *data);
66 extern void del_mddev_mapping (mddev_t *mddev, kdev_t dev);
67 extern char * partition_name (kdev_t dev);
78 extern void md_sync_acct(kdev_t dev, unsigned long nr_sectors);
83 extern int md_error (mddev_t *mddev, kdev_t rdev);
H A Dlinear.h7 kdev_t dev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_scsi.h11 #include <linux/kdev_t.h>
23 static int i2o_scsi_bios_param(Disk *, kdev_t, int *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/md/
H A Dlvm-internal.h89 int lvm_get_blksize(kdev_t);
92 int lvm_snapshot_COW(kdev_t, ulong, ulong, ulong, vg_t *vg, lv_t *);
93 int lvm_snapshot_remap_block(kdev_t *, ulong *, ulong, lv_t *);
96 void lvm_hash_link(lv_block_exception_t *, kdev_t, ulong, lv_t *);

Completed in 220 milliseconds

1234567891011>>