Searched refs:infobuf (Results 1 - 11 of 11) sorted by relevance

/drivers/isdn/hardware/avm/
H A Db1pci.c52 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d",
59 return cinfo->infobuf;
170 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx r%d",
178 return cinfo->infobuf;
H A Db1isa.c155 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d",
162 return cinfo->infobuf;
H A Db1pcmcia.c147 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d",
154 return cinfo->infobuf;
H A Dt1pci.c178 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx",
185 return cinfo->infobuf;
H A Dt1isa.c500 sprintf(cinfo->infobuf, "%s %s 0x%x %d %d",
507 return cinfo->infobuf;
H A Davmcard.h69 char infobuf[128]; /* for function procinfo */ member in struct:avmctrl_info
H A Dc4.c1058 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx",
1065 return cinfo->infobuf;
/drivers/isdn/hysdn/
H A Dhysdn_defs.h201 char infobuf[128]; /* for function procinfo */ member in struct:HYSDN_CARD::hycapictrl_info
H A Dhycapi.c508 sprintf(cinfo->infobuf, "%s %s 0x%x %d %s",
515 return cinfo->infobuf;
/drivers/sbus/char/
H A Denvctrl.c657 char __user *infobuf; local
676 infobuf = (char __user *) arg;
677 if (infobuf == NULL) {
680 get_user(read_cpu, infobuf);
/drivers/net/wireless/
H A Drndis_wlan.c879 struct ndis_config_param *infobuf; local
892 info_len = sizeof(*infobuf) + param_len + value_len;
897 infobuf = kmalloc(info_len, GFP_KERNEL);
898 if (!infobuf)
904 memset(infobuf, 0xCC, info_len + 12);
914 infobuf->name_offs = cpu_to_le32(sizeof(*infobuf));
915 infobuf->name_length = cpu_to_le32(param_len);
916 infobuf->type = cpu_to_le32(value_type);
917 infobuf
[all...]

Completed in 112 milliseconds