Searched refs:dstr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Ddevops.c14 /* Open the device described by the string 'dstr'. Returns the handle
19 prom_devopen(const char *dstr) argument
23 dstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Ddevops.c15 /* Open the device described by the string 'dstr'. Returns the handle
20 prom_devopen(char *dstr) argument
27 handle = (*(romvec->pv_v0devops.v0_devopen))(dstr);
32 handle = (*(romvec->pv_v2devops.v2_dev_open))(dstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c27 char *dstr = getenv("BLKID_DEBUG"); local
29 if (dstr)
30 blkid_debug_mask = strtoul(dstr, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A DMakefile12 obj-$(CONFIG_PARIDE_DSTR) += dstr.o
H A Ddstr.c2 dstr.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
5 dstr.c is a low-level protocol driver for the
198 printk("%s: dstr %s, DataStor EP2000 at 0x%x, ",
205 static struct pi_protocol dstr = { variable in typeref:struct:pi_protocol
207 .name = "dstr",
223 return paride_register(&dstr);
228 paride_unregister(&dstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davidec.c656 void* dstr; local
749 dstr = pkt->destruct;
752 pkt->destruct = dstr;

Completed in 74 milliseconds