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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/prom/
H A Ddevops.c14 /* Open the device described by the string 'dstr'. Returns the handle
19 prom_devopen(char *dstr) argument
23 dstr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/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);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Derror_message.c148 char *dstr; local
154 dstr = getenv("COMERR_DEBUG");
155 if (dstr)
156 debug_mask = strtoul(dstr, 0, 0);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dcache.c84 char *dstr = getenv("BLKID_DEBUG"); local
86 if (dstr)
87 blkid_debug_mask = strtoul(dstr, 0, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A DMakefile21 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
197 printk("%s: dstr %s, DataStor EP2000 at 0x%x, ",
214 struct pi_protocol dstr = {"dstr",0,5,2,1,1, variable in typeref:struct:pi_protocol
234 { return pi_register( &dstr ) - 1;
239 { pi_unregister( &dstr );
244 /* end of dstr.c */
H A Dparide.c457 { extern struct pi_protocol dstr;
458 pi_register(&dstr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_core.c103 char *argv[3], *envp[5], dstr[20], astr[32]; local
105 sprintf(dstr, "DEVICE=%s", dev);
114 envp[2] = dstr;

Completed in 37 milliseconds