Searched refs:string (Results 126 - 150 of 1045) sorted by relevance

1234567891011>>

/drivers/xen/xenbus/
H A Dxenbus_xs.c39 #include <linux/string.h>
287 const char *string,
292 iovec.iov_base = (void *)string;
293 iovec.iov_len = strlen(string) + 1;
410 const char *dir, const char *node, const char *string)
422 iovec[1].iov_base = (void *)string;
423 iovec[1].iov_len = strlen(string);
285 xs_single(struct xenbus_transaction t, enum xsd_sockmsg_type type, const char *string, unsigned int *len) argument
409 xenbus_write(struct xenbus_transaction t, const char *dir, const char *node, const char *string) argument
/drivers/acpi/acpica/
H A Ddsopcode.c521 status = acpi_tb_find_table(operand[0]->string.pointer,
522 operand[1]->string.pointer,
523 operand[2]->string.pointer, &table_index);
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c27 char string[ETH_GSTRING_LEN]; member in struct:pch_gbe_stats
34 .string = #m, \
440 * @data: Pointer of read string data.
451 memcpy(p, pch_gbe_gstrings_stats[i].string,
/drivers/pci/hotplug/
H A Dacpiphp_ibm.c413 (!strcmp(info->hardware_id.string, IBM_HARDWARE_ID1) ||
414 !strcmp(info->hardware_id.string, IBM_HARDWARE_ID2))) {
416 info->hardware_id.string, handle);
/drivers/acpi/
H A Dcontainer.c216 hid = info->hardware_id.string;
/drivers/atm/
H A Dadummy.c10 #include <linux/string.h>
/drivers/base/
H A Ddriver.c17 #include <linux/string.h>
/drivers/block/
H A Dcryptoloop.c25 #include <linux/string.h>
45 char cms[LO_NAME_SIZE]; /* cipher-mode string */
48 char *cmsp = cms; /* c-m string pointer */
H A Dxd.h95 const char *string; member in struct:__anon345
/drivers/bluetooth/
H A Dhci_h4.c39 #include <linux/string.h>
/drivers/clk/
H A Dclk-divider.c18 #include <linux/string.h>
H A Dclkdev.c18 #include <linux/string.h>
/drivers/firmware/
H A Dmemmap.c17 #include <linux/string.h>
/drivers/ide/
H A Dide-lib.c2 #include <linux/string.h>
/drivers/infiniband/core/
H A Dagent.c40 #include <linux/string.h>
/drivers/isdn/act2000/
H A Dact2000.h66 #include <linux/string.h>
/drivers/isdn/hardware/avm/
H A Davm_cs.c16 #include <linux/string.h>
/drivers/isdn/hisax/
H A Delsa_cs.c43 #include <linux/string.h>
H A Dsedlbauer_cs.c43 #include <linux/string.h>
H A Dteles_cs.c24 #include <linux/string.h>
/drivers/leds/
H A Dleds-pca9633.c18 #include <linux/string.h>
/drivers/media/dvb/firewire/
H A Dfiredtv-rc.c16 #include <linux/string.h>
/drivers/media/dvb/frontends/
H A Ddvb_dummy_fe.c24 #include <linux/string.h>
H A Disl6405.c32 #include <linux/string.h>
H A Dlnbp21.c32 #include <linux/string.h>

Completed in 1736 milliseconds

1234567891011>>