Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 48) sorted by relevance

12

/linux-2.4.37.9/scripts/
Dextract-ikconfig15 strings $TMPFILE | grep "^[\#[:blank:]]*CONFIG_[A-Za-z_0-9]*" > $1.oldconfig.$PID
/linux-2.4.37.9/include/asm-cris/
Deshlibld.h74 unsigned char *strings, unsigned long stringlength,
/linux-2.4.37.9/drivers/char/
Dau1000_usbraw.c191 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()
Dau1000_usbtty.c216 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/
Dusbstring.c118 for (s = table->strings; s && s->s; s++) in usb_gadget_get_string()
Dzero.c409 static struct usb_string strings [] = { variable
420 .strings = strings,
Dether.c889 static struct usb_string strings [] = { variable
910 .strings = strings,
/linux-2.4.37.9/drivers/cdrom/
Dsonycd535.c1660 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()
Dcdu31a.c3291 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/
Dev67-strlen_user.S48 ldah a1, 32767(zero) # do not use plain strlen_user() for strings
Dstrlen_user.S37 ldah a1, 32767(zero) # do not use plain strlen_user() for strings
/linux-2.4.37.9/Documentation/s390/
D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
Dc7000.txt34 Note that the values coded in strings s1 - s4 are case sensitive.
/linux-2.4.37.9/kernel/
Dmodule.c813 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/
DMakefile114 strings $(TOPDIR)/vmlinux | \
/linux-2.4.37.9/drivers/net/e100/
De100_main.c3964 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/
Dusb_gadget.h867 struct usb_string *strings; member
/linux-2.4.37.9/Documentation/
DCodingStyle50 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/
Ddc2xx.txt75 plug in a DC-240, as may the strings presented, but "Driver=dc2xx"
Dacm.txt122 usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S573 ;; 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
Dxircom_pgs.S611 ;; 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/
DREADME83 4) The strings that indicate dynamic content (optional)
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c1432 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/
DREADME.AM53C974117 dmesg program or the appropriate syslog). The parameter strings

12