Searched refs:dl (Results 1 - 25 of 44) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dp8023.c27 static void p8023_datalink_header(struct datalink_proto *dl, argument
57 void destroy_8023_client(struct datalink_proto *dl) argument
59 if (dl)
60 kfree(dl);
H A Dp8022.c68 static void p8022_datalink_header(struct datalink_proto *dl, argument
75 *rawp++ = dl->type[0];
76 *rawp++ = dl->type[0];
H A Dpsnap.c79 static void snap_datalink_header(struct datalink_proto *dl, struct sk_buff *skb, unsigned char *dest_node) argument
81 memcpy(skb_push(skb,5),dl->type,5);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ethernet/
H A Dpe2.c8 pEII_datalink_header(struct datalink_proto *dl, argument
34 void destroy_EII_client(struct datalink_proto *dl) argument
36 if (dl)
37 kfree(dl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-mac.c57 int dl,dr,dt,db,dw,dlo; local
74 dl = dx * fontwidth(p);
75 dr = dl + width * fontwidth(p);
81 dw = (dr&~31) - ((dl+31)&~31);
84 dlo = ((dl+31)&~31) - dl;
89 dlo = ((dl+7)&~7) - dl;
91 dw = (dr&~7) - ((dl+7)&~7);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_eckd.c113 int dl /* data length */ )
119 fl1 = round_up_multiple (ECKD_F2 (rdc) + dl,
128 int1 = ceil_quot (dl + ECKD_F6 (rdc),
134 (dl + ECKD_F6 (rdc) +
159 unsigned int kl, unsigned int dl)
168 ceil_quot (dl + 12, 32));
170 return 1499 / (15 + ceil_quot (dl + 12, 32));
172 dn = ceil_quot (dl + 6, 232) + 1;
177 9 + ceil_quot (dl + 6 * dn, 34));
179 return 1729 / (10 + 9 + ceil_quot (dl
158 recs_per_track(dasd_eckd_characteristics_t * rdc, unsigned int kl, unsigned int dl) argument
[all...]
H A Ddasd_eckd.h37 __u16 dl; member in struct:eckd_count_t
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.h58 } dl; member in struct:ct_data_s
63 #define Dad dl.dad
64 #define Len dl.len
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddefutil.h48 } dl; member in struct:ct_data_s
53 #define Dad dl.dad
54 #define Len dl.len
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dputuser.S37 1: movb %dl,(%rax)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dbootsect.S162 xorb %dl, %dl
283 movb %dl, %ch
285 movb %dl, %dh
326 xorb %dl, %dl
383 andb %dl, %al # %al = mask for nybble
399 xorb %dl, %dl
H A Dvideo.S286 movb $0x30, %dl # DL holds mode number
291 movb %dl, %al # Menu selection number
307 incb %dl # Next character
308 cmpb $0x3a, %dl
311 movb $0x61, %dl
695 movb $0xd4, %dl
699 movb $0xb4, %dl
715 movb $0xcc, %dl # Misc output register (read)
717 movb $0xc2, %dl # (write)
813 res2: cmpb %ch, %dl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacoutput.h119 #define ACPI_DEBUG_LEVEL(dl) dl,__LINE__,&_dbg
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dbootsect.S162 xorb %dl, %dl
283 movb %dl, %ch
285 movb %dl, %dh
326 xorb %dl, %dl
383 andb %dl, %al # %al = mask for nybble
H A Dvideo.S285 movb $0x30, %dl # DL holds mode number
290 movb %dl, %al # Menu selection number
306 incb %dl # Next character
307 cmpb $0x3a, %dl
310 movb $0x61, %dl
694 movb $0xd4, %dl
698 movb $0xb4, %dl
714 movb $0xcc, %dl # Misc output register (read)
716 movb $0xc2, %dl # (write)
804 res2: cmpb %ch, %dl
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn_lcl.h458 int cl, int dl);
470 int cl, int dl);
472 int cl, int dl);
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dglib.h1802 #define g_datalist_id_set_data(dl, q, d) \
1803 g_datalist_id_set_data_full ((dl), (q), (d), NULL)
1804 #define g_datalist_id_remove_data(dl, q) \
1805 g_datalist_id_set_data ((dl), (q), NULL)
1806 #define g_datalist_get_data(dl, k) \
1807 (g_datalist_id_get_data ((dl), g_quark_try_string (k)))
1808 #define g_datalist_set_data_full(dl, k, d, f) \
1809 g_datalist_id_set_data_full ((dl), g_quark_from_string (k), (d), (f))
1810 #define g_datalist_remove_no_notify(dl, k) \
1811 g_datalist_id_remove_no_notify ((dl), g_quark_try_strin
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_core.c696 struct hci_dev_list_req *dl; local
713 if (!(dl = kmalloc(size, GFP_KERNEL)))
715 dr = dl->dev_req;
728 dl->dev_num = n;
731 copy_to_user((void *) arg, dl, size);
732 kfree(dl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A Dchecksum.S459 SRC( movb (%esi), %dl )
460 DST( movb %dl, (%edi) )
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c1289 dict_load_t dl; local
1301 dict_load_begin(&dl, d);
1338 dict_load_next(&dl, dn, key);
1347 dict_load_end(&dl);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dprobe.c959 struct oracle_asm_disk_label *dl; local
961 dl = (struct oracle_asm_disk_label *)buf;
963 blkid_set_tag(probe->dev, "LABEL", dl->dl_id, sizeof(dl->dl_id));
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdiskbsdlabel.c520 struct xbsd_disklabel dl; local
541 bcopy (d, &dl, sizeof (struct xbsd_disklabel));
558 bcopy (&dl, d, sizeof (struct xbsd_disklabel));
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dgzip.c1505 } dl; member in struct:ct_data
1510 #define Dad dl.dad
1511 #define Len dl.len
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dpal.h478 dl : 1, /* Failure in data part member in struct:pal_cache_check_info_s
578 #define pmci_cache_line_data_fail pme_cache.dl
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpal.h478 dl : 1, /* Failure in data part member in struct:pal_cache_check_info_s
578 #define pmci_cache_line_data_fail pme_cache.dl

Completed in 327 milliseconds

12