Searched refs:string (Results 101 - 125 of 1045) sorted by relevance

1234567891011>>

/drivers/pci/hotplug/
H A Drpaphp_slot.c29 #include <linux/string.h>
/drivers/platform/x86/
H A Ddell-wmi-aio.c29 #include <linux/string.h>
/drivers/s390/net/
H A Dctcm_fsms.h25 #include <linux/string.h>
/drivers/scsi/arm/
H A Dcumana_2.c22 #include <linux/string.h>
293 * Purpose : returns a descriptive string about this interface,
295 * Returns : pointer to a static buffer containing null terminated string.
300 static char string[150]; local
302 sprintf(string, "%s (%s) in slot %d v%s terminators o%s",
306 return string;
312 * : buffer - buffer containing string describing operation
313 * : length - length of string
H A Dpowertec.c13 #include <linux/string.h>
181 * Purpose : returns a descriptive string about this interface,
183 * Returns : pointer to a static buffer containing null terminated string.
188 static char string[150]; local
190 sprintf(string, "%s (%s) in slot %d v%s terminators o%s",
194 return string;
200 * : buffer - buffer containing string describing operation
201 * : length - length of string
/drivers/staging/telephony/
H A Dphonedev.c22 #include <linux/string.h>
/drivers/staging/usbip/userspace/libsrc/
H A Dusbip_common.h13 #include <string.h>
/drivers/staging/usbip/userspace/src/
H A Dusbip_unbind.c23 #include <string.h>
/drivers/tty/
H A Dn_tracerouter.c34 #include <linux/string.h>
/drivers/tty/serial/8250/
H A D8250_acorn.c22 #include <asm/string.h>
/drivers/video/
H A Datafb_mfb.c13 #include <linux/string.h>
H A Dc2p_iplan2.c12 #include <linux/string.h>
H A Dc2p_planar.c12 #include <linux/string.h>
H A Dmaxinefb.c29 #include <linux/string.h>
H A Dn411.c29 #include <linux/string.h>
H A Dq40fb.c15 #include <linux/string.h>
/drivers/video/console/
H A Dfbcon_rotate.c13 #include <linux/string.h>
/drivers/zorro/
H A Dzorro-sysfs.c17 #include <linux/string.h>
/drivers/acpi/acpica/
H A Dexfield.c344 buffer = source_desc->string.pointer;
345 length = source_desc->string.length;
H A Dexoparg2.c315 * Get the length of the new string. It is the smallest of:
321 * terminated string.
330 /* Allocate a new string object */
342 ACPI_MEMCPY(return_desc->string.pointer,
378 if (index >= operand[0]->string.length) {
H A Dnsaccess.c148 * Convert value string from table entry to
180 /* Build an object around the static string */
182 obj_desc->string.length =
184 obj_desc->string.pointer = val;
H A Drscreate.c386 obj_desc->string.pointer);
389 * Add to the Length field the length of the string
392 user_prt->length += obj_desc->string.length + 1;
H A Dutdebug.c107 * PARAMETERS: function_name - Ascii string containing a procedure name
318 * String - Additional string to display
330 const char *module_name, u32 component_id, char *string)
338 "%s %s\n", acpi_gbl_fn_entry_str, string);
328 acpi_ut_trace_str(u32 line_number, const char *function_name, const char *module_name, u32 component_id, char *string) argument
/drivers/scsi/
H A DNCR_D700.c127 param_setup(char *string) argument
129 char *pos = string, *next;
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l52 #include <string.h>

Completed in 518 milliseconds

1234567891011>>