Searched refs:DEV (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/diffserv/
H A Defcbq4 $DEV = "dev eth1";
5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
6 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
8 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth ".
13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ".
17 print "$TC qdisc add $DEV parent 2:1 pfifo limit 5\n";
18 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ".
27 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
30 print "$TC filter add $DEV paren
[all...]
H A Def-prio3 $DEV = "dev eth1";
6 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
7 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
9 print "$TC qdisc add $DEV parent 1:0 handle 2:0 prio\n";
13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
14 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
20 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
24 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 ".
H A Dafcbq31 $DEV = "dev lo";
32 $DEV = "dev eth1";
33 $DEV = "dev eth0";
53 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " .
57 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth $linerate ".
59 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 tcindex ".
64 print "$TC class add $DEV parent 2:0 classid 2:$class cbq ".
67 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle $class ".
69 print "$TC qdisc add $DEV paren
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-footbridge/
H A Dnetwinder-pci.c19 #define DEV(v,d) ((v)<<16|(d)) macro
20 switch (DEV(dev->vendor, dev->device)) {
21 case DEV(PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142):
22 case DEV(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C885):
23 case DEV(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_YELLOWFIN):
26 case DEV(PCI_VENDOR_ID_WINBOND2, 0x5a5a):
29 case DEV(PCI_VENDOR_ID_WINBOND, PCI_DEVICE_ID_WINBOND_83C553):
32 case DEV(PCI_VENDOR_ID_WINBOND, PCI_DEVICE_ID_WINBOND_82C105):
35 case DEV(PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_2000):
36 case DEV(PCI_VENDOR_ID_INTER
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drio.h194 ** DEV is a dev number, as passed to open, close etc - NOT a minor
208 #define RIO_UNMODEM(DEV) (minor(DEV) & RIO_MODEM_MASK)
209 #define RIO_ISMODEM(DEV) (minor(DEV) & RIO_MODEM_BIT)
210 #define RIO_PORT(DEV,FIRST_MAJ) ( (major(DEV) - FIRST_MAJ) * PORTS_PER_HOST) \
211 + minor(DEV)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmkswap.c58 static int DEV = -1; variable
207 if (do_seek && lseek(DEV, current_page * pagesize, SEEK_SET) !=
210 if ((do_seek = (pagesize != read(DEV, buffer, pagesize)))) {
356 DEV = open(device_name, O_RDWR);
357 if (DEV < 0 || fstat(DEV, &statbuf) < 0)
370 if (read(DEV, buffer, 512) != 512)
405 if (lseek(DEV, offset, SEEK_SET) != offset)
407 if (write(DEV, (char *) signature_page + offset, pagesize - offset)
415 if (fsync(DEV))
[all...]
H A Dmkfs_minix.c201 static int DEV = -1; variable
333 if (lseek(DEV, 0, SEEK_SET))
335 if (512 != write(DEV, boot_block_buffer, 512))
337 if (BLOCK_SIZE != lseek(DEV, BLOCK_SIZE, SEEK_SET))
339 if (BLOCK_SIZE != write(DEV, super_block_buffer, BLOCK_SIZE))
341 if (IMAPS * BLOCK_SIZE != write(DEV, inode_map, IMAPS * BLOCK_SIZE))
343 if (ZMAPS * BLOCK_SIZE != write(DEV, zone_map, ZMAPS * BLOCK_SIZE))
345 if (INODE_BUFFER_SIZE != write(DEV, inode_buffer, INODE_BUFFER_SIZE))
352 if (blk * BLOCK_SIZE != lseek(DEV, blk * BLOCK_SIZE, SEEK_SET))
354 if (BLOCK_SIZE != write(DEV, buffe
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dfs.c28 #define R4_DEV(DEV) ((DEV & 0xff) | ((DEV & 0xff00) << 10))
29 #define R4_MAJOR(DEV) (((DEV) >> 18) & 0x3fff)
30 #define R4_MINOR(DEV) ((DEV) & 0x3ffff)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debian/attic/libs/
H A Drules38 LIBC-DEV = libc6.1-dev
41 LIBC-DEV = libc6-dev
163 echo "libcdev:Depends=$(LIBC-DEV)" > debian/comerrg-dev.substvars
164 echo "libcdev:Depends=$(LIBC-DEV)" > debian/ssg-dev.substvars
165 echo "libcdev:Depends=$(LIBC-DEV)" > debian/e2fslibsg-dev.substvars
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb.h533 * @DEV: pointer to the struct usb_device for this urb.
545 #define FILL_CONTROL_URB(URB,DEV,PIPE,SETUP_PACKET,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
548 (URB)->dev=DEV;\
560 * @DEV: pointer to the struct usb_device for this urb.
571 #define FILL_BULK_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
574 (URB)->dev=DEV;\
585 * @DEV: pointer to the struct usb_device for this urb.
597 #define FILL_INT_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT,INTERVAL) \
600 (URB)->dev=DEV;\
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb.h533 * @DEV: pointer to the struct usb_device for this urb.
545 #define FILL_CONTROL_URB(URB,DEV,PIPE,SETUP_PACKET,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
548 (URB)->dev=DEV;\
560 * @DEV: pointer to the struct usb_device for this urb.
571 #define FILL_BULK_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
574 (URB)->dev=DEV;\
585 * @DEV: pointer to the struct usb_device for this urb.
597 #define FILL_INT_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT,INTERVAL) \
600 (URB)->dev=DEV;\
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb.h533 * @DEV: pointer to the struct usb_device for this urb.
545 #define FILL_CONTROL_URB(URB,DEV,PIPE,SETUP_PACKET,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
548 (URB)->dev=DEV;\
560 * @DEV: pointer to the struct usb_device for this urb.
571 #define FILL_BULK_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
574 (URB)->dev=DEV;\
585 * @DEV: pointer to the struct usb_device for this urb.
597 #define FILL_INT_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT,INTERVAL) \
600 (URB)->dev=DEV;\
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb.h540 * @DEV: pointer to the struct usb_device for this urb.
552 #define FILL_CONTROL_URB(URB,DEV,PIPE,SETUP_PACKET,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
555 (URB)->dev=DEV;\
567 * @DEV: pointer to the struct usb_device for this urb.
578 #define FILL_BULK_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT) \
581 (URB)->dev=DEV;\
592 * @DEV: pointer to the struct usb_device for this urb.
604 #define FILL_INT_URB(URB,DEV,PIPE,TRANSFER_BUFFER,BUFFER_LENGTH,COMPLETE,CONTEXT,INTERVAL) \
607 (URB)->dev=DEV;\
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dtraps.c867 #define DEV 0x07 /* Register: Logical device select */ macro
873 outb(DEV, REG);
882 outb(DEV, REG);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Drock.c62 #define MAYBE_CONTINUE(LABEL,DEV) \
72 pbh = sb_bread(DEV->i_sb, block); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dymfpci.c57 #define DEV(v, d, data) \ macro
59 DEV (YAMAHA, 724, "YMF724"),
60 DEV (YAMAHA, 724F, "YMF724F"),
61 DEV (YAMAHA, 740, "YMF740"),
62 DEV (YAMAHA, 740C, "YMF740C"),
63 DEV (YAMAHA, 744, "YMF744"),
64 DEV (YAMAHA, 754, "YMF754"),
65 #undef DEV macro
H A Dmaestro3.c320 #define M3_DEVICE(DEV, TYPE) \
323 device: DEV, \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex243 \item \verb|dev DEV| --- bind tunnel to device \verb|DEV|, so that
447 to use option \verb|dev DEV| to bind tunnel to a fixed physical device.
H A Dip-cref.tex3152 echo "Usage: ifcfg DEV [[add|del [ADDR[/LEN]] [PEER] | stop]" 1>&2

Completed in 445 milliseconds