Searched refs:probe (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dprobe.c2 * probe.c - identify a block device by its contents, and return a dev
35 #include "probe.h"
266 static int probe_ext4dev(struct blkid_probe *probe, argument
299 get_ext2_info(probe->dev, id, buf);
303 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, argument
340 get_ext2_info(probe->dev, id, buf);
344 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, argument
366 get_ext2_info(probe->dev, id, buf);
370 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, argument
389 get_ext2_info(probe
393 probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
438 probe_fat(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
565 probe_fat_nomagic(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
593 probe_ntfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
701 probe_xfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
717 probe_reiserfs(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
745 probe_reiserfs4(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
761 probe_jfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
777 probe_luks(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
789 probe_romfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
804 probe_cramfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
819 probe_swap0(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
828 probe_swap1(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
856 probe_iso9660(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
876 probe_udf(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
919 probe_ocfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
942 probe_ocfs2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
955 probe_oracleasm(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
967 probe_gfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
989 probe_gfs2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1044 probe_lvm2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1203 struct blkid_probe probe; local
[all...]
H A DMakefile.in21 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \
25 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \
95 tst_probe: $(srcdir)/probe.c $(DEPLIBS_BLKID)
97 @$(CC) -o tst_probe -DTEST_PROGRAM $(srcdir)/probe.c $(LIBS_BLKID) $(ALL_CFLAGS)
210 probe.o: $(srcdir)/probe.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
212 $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/probe.h
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_sflash.c222 sflash_do_parts(struct sflash_cfe *sflash, newflash_probe_t *probe) argument
230 for (idx = 0; idx < probe->flash_nparts; idx++) {
231 if (probe->flash_parts[idx].fp_size == 0) {
236 parts[idx].fp_size = probe->flash_parts[idx].fp_size;
237 lobound += probe->flash_parts[idx].fp_size;
240 if (idx != probe->flash_nparts) {
241 for (idx = probe->flash_nparts - 1; idx > middlepart; idx--) {
242 parts[idx].fp_size = probe->flash_parts[idx].fp_size;
243 hibound -= probe->flash_parts[idx].fp_size;
259 newflash_probe_t *probe local
[all...]
H A Ddev_newflash.c852 * flash_do_parts(probe,parts)
866 * probe - flash probe data (user-supplied table)
878 newflash_probe_t *probe = &(softc->fd_probe); local
880 int hibound = probe->flash_size*probe->flash_nchips;
882 for (idx = 0; idx < probe->flash_nparts; idx++) {
883 if (probe->flash_parts[idx].fp_size == 0) {
888 parts[idx].fp_size = probe->flash_parts[idx].fp_size;
889 lobound += probe
967 newflash_probe_t *probe; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsetup.c48 int (*probe)(void); member in struct:net_probe
123 while (p->probe != NULL)
125 p->status = p->probe();
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dieee1394_hotplug.h29 * probe function below can implement further protocol
35 * The probe function is called when a device is added to the
45 int (*probe)(struct unit_directory *ud); member in struct:hpsb_protocol_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dlasi700.h61 probe: lasi700_driver_callback,\
H A Dzalon7xx.c106 probe: zalon_scsi_callback,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A DMakefile13 export-objs := ide.o ide-features.o ide-probe.o ide-taskfile.o ataraid.o
14 list-multi := ide-mod.o ide-probe-mod.o
21 obj-$(CONFIG_BLK_DEV_IDE) += ide-mod.o ide-probe-mod.o
81 ide-probe-mod-objs := ide-probe.o ide-geometry.o
88 ide-probe-mod.o: $(ide-probe-mod-objs)
89 $(LD) -r -o $@ $(ide-probe-mod-objs)
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Dgenflags.c42 ucs4_t probe[6] = { 0x0060, 0x00b4, 0x2018, 0x2019, 0x3131, 0x3163, }; local
48 res[i] = (conv.ofuncs.xxx_wctomb(&conv,buf,probe[i],sizeof(buf)) != RET_ILUNI);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A DMakefile17 obj-y := branch.o cpu-probe.o entry.o irq.o proc.o process.o \
36 CFLAGS_cpu-probe.o = $(shell if $(CC) $(CFLAGS) -Wa,-mdaddi -c -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-DHAVE_AS_SET_DADDI"; fi)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disapnp.h169 int (*probe) (struct pci_dev *dev, const struct isapnp_device_id *id); /* New device inserted */ member in struct:isapnp_driver
204 int (*probe)(struct pci_bus *card,
207 int (*probe)(struct pci_dev *dev,
253 int (*probe)(struct pci_bus *card,
256 int (*probe)(struct pci_dev *dev,
H A Dadb.h58 int (*probe)(void); member in struct:adb_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disapnp.h169 int (*probe) (struct pci_dev *dev, const struct isapnp_device_id *id); /* New device inserted */ member in struct:isapnp_driver
204 int (*probe)(struct pci_bus *card,
207 int (*probe)(struct pci_dev *dev,
253 int (*probe)(struct pci_bus *card,
256 int (*probe)(struct pci_dev *dev,
H A Dadb.h58 int (*probe)(void); member in struct:adb_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/gsc/
H A Dserial.c120 probe: serial_init_chip,
126 probe: serial_init_chip,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A DMakefile20 parport-objs += daisy.o probe.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A DMakefile50 obj-y = probe.o setup.o sn_asm.o sv.o bte.o iomv.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dchipreg.c73 ret = drv->probe(map);
76 probe-only module, which is no longer required from this
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dmachdep.h135 int (*probe)(void); member in struct:smp_ops_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dmachdep.h135 int (*probe)(void); member in struct:smp_ops_t
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dmap.h61 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dmap.h61 struct mtd_info *(*probe)(struct map_info *map); member in struct:mtd_chip_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dtuner-3036.c40 static unsigned short probe[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; variable
48 probe, probe_range,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Demu10k1-gp.c111 probe: emu_probe,

Completed in 231 milliseconds

1234567891011>>