/linux-2.4.37.9/scripts/ |
D | extract-ikconfig | 15 strings $TMPFILE | grep "^[\#[:blank:]]*CONFIG_[A-Za-z_0-9]*" > $1.oldconfig.$PID
|
/linux-2.4.37.9/include/asm-cris/ |
D | eshlibld.h | 74 unsigned char *strings, unsigned long stringlength,
|
/linux-2.4.37.9/drivers/char/ |
D | au1000_usbraw.c | 191 static char *strings[5] = { variable 509 str_desc_len += 2 + 2 * strlen(strings[i]); in usbfn_raw_init() 524 char *str = strings[i - 1]; in usbfn_raw_init()
|
D | au1000_usbtty.c | 216 static char *strings[5] = { variable 692 str_desc_len += 2 + 2 * strlen(strings[i]); in usbfn_tty_init() 707 char *str = strings[i - 1]; in usbfn_tty_init()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | usbstring.c | 118 for (s = table->strings; s && s->s; s++) in usb_gadget_get_string()
|
D | zero.c | 409 static struct usb_string strings [] = { variable 420 .strings = strings,
|
D | ether.c | 889 static struct usb_string strings [] = { variable 910 .strings = strings,
|
/linux-2.4.37.9/drivers/cdrom/ |
D | sonycd535.c | 1660 sonycd535_setup(char *strings) in sonycd535_setup() argument 1663 (void)get_options(strings, ARRAY_SIZE(ints), ints); in sonycd535_setup() 1672 if ((strings != NULL) && (*strings != '\0')) in sonycd535_setup() 1674 ": Warning: Unknown interface type: %s\n", strings); in sonycd535_setup()
|
D | cdu31a.c | 3291 static int __init cdu31a_setup(char *strings) in cdu31a_setup() argument 3295 (void) get_options(strings, ARRAY_SIZE(ints), ints); in cdu31a_setup() 3303 if ((strings != NULL) && (*strings != '\0')) { in cdu31a_setup() 3304 if (strcmp(strings, "PAS") == 0) { in cdu31a_setup() 3308 strings); in cdu31a_setup()
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | ev67-strlen_user.S | 48 ldah a1, 32767(zero) # do not use plain strlen_user() for strings
|
D | strlen_user.S | 37 ldah a1, 32767(zero) # do not use plain strlen_user() for strings
|
/linux-2.4.37.9/Documentation/s390/ |
D | 3270.ChangeLog | 5 ESC sequences (especially coloring ones) and the strings
|
D | c7000.txt | 34 Note that the values coded in strings s1 - s4 are case sensitive.
|
/linux-2.4.37.9/kernel/ |
D | module.c | 813 char *strings; in qm_symbols() local 835 strings = buf+space; in qm_symbols() 842 if (copy_to_user(strings, s->name, len) in qm_symbols() 847 strings += len; in qm_symbols()
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | Makefile | 114 strings $(TOPDIR)/vmlinux | \
|
/linux-2.4.37.9/drivers/net/e100/ |
D | e100_main.c | 3964 char *strings = NULL; in e100_ethtool_gstrings() local 3981 strings = kmalloc(info.len * ETH_GSTRING_LEN, GFP_ATOMIC); in e100_ethtool_gstrings() 3982 if (!strings) in e100_ethtool_gstrings() 3984 memset(strings, 0, info.len * ETH_GSTRING_LEN); in e100_ethtool_gstrings() 3987 sprintf(strings + i * ETH_GSTRING_LEN, "%s", in e100_ethtool_gstrings() 3992 if (copy_to_user(usr_strings, strings, info.len * ETH_GSTRING_LEN)) in e100_ethtool_gstrings() 3994 kfree(strings); in e100_ethtool_gstrings() 3998 char *strings = NULL; in e100_ethtool_gstrings() local 4001 strings = *e100_gstrings_stats; in e100_ethtool_gstrings() 4005 if(copy_to_user(addr, strings, in e100_ethtool_gstrings()
|
/linux-2.4.37.9/include/linux/ |
D | usb_gadget.h | 867 struct usb_string *strings; member
|
/linux-2.4.37.9/Documentation/ |
D | CodingStyle | 50 Chapter 2: Breaking long lines and strings 60 argument list. Long strings are as well broken into shorter strings.
|
/linux-2.4.37.9/Documentation/usb/ |
D | dc2xx.txt | 75 plug in a DC-240, as may the strings presented, but "Driver=dc2xx"
|
D | acm.txt | 122 usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | keyspan_pda.S | 573 ;; using the workaround is that the strings gathered by the kernel 575 ;; leftover strings). Writing this out by hand is a nuisance, so for 1073 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now
|
D | xircom_pgs.S | 611 ;; using the workaround is that the strings gathered by the kernel 613 ;; leftover strings). Writing this out by hand is a nuisance, so for 1141 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now
|
/linux-2.4.37.9/net/khttpd/ |
D | README | 83 4) The strings that indicate dynamic content (optional)
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 1432 char *strings; in qm_symbols() local 1454 strings = buf+space; in qm_symbols() 1461 if (copy_to_user(strings, s->name, len) in qm_symbols() 1466 strings += len; in qm_symbols()
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.AM53C974 | 117 dmesg program or the appropriate syslog). The parameter strings
|