Searched refs:ubd (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c8 * old style ubd by setting UBD_SHIFT to 0
14 * the common /dev/ubd/discX/... names rather than
16 * clean ups preparing for ubd-many.
155 struct ubd { struct
201 struct ubd ubd_devs[MAX_DEV] = { [ 0 ... MAX_DEV - 1 ] = DEFAULT_UBD };
260 " Create ide0 entries that map onto ubd devices.\n\n"
288 struct ubd *ubd_dev;
320 printk(KERN_INFO "Setting extra ubd major number to %d\n",
419 __setup("ubd", ubd_setup);
421 "ubd<
508 struct ubd *ubd; local
[all...]
H A DMakefile16 ubd-objs := ubd_kern.o ubd_user.o
44 obj-$(CONFIG_BLK_DEV_UBD) += ubd.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/
H A DMakefile1217 .PHONY:ubd opendns
1218 ubd:
1219 $(MAKE) -C ubd CROSS=$(CROSS_COMPILE)
1221 ubd-install:
1224 # $(MAKE) -C ubd CROSS=$(CROSS_COMPILE) INSTALLDIR=$(INSTALLDIR) install
1225 install -D ubd/ubd $(INSTALLDIR)/ubdu/usr/sbin/ubd
1226 $(STRIP) $(INSTALLDIR)/ubdu/usr/sbin/ubd
1229 ubd
[all...]

Completed in 99 milliseconds