Searched defs:strbuf (Results 1 - 10 of 10) sorted by relevance

/drivers/acpi/
H A Dproc.c346 char strbuf[5]; local
355 if (copy_from_user(strbuf, buffer, len))
357 strbuf[len] = '\0';
358 sscanf(strbuf, "%s", str);
/drivers/net/wimax/i2400m/
H A Dcontrol.c275 * @strbuf: buffer to place a formatted error message (unless NULL).
280 * and a message in @strbuf describing the error.
283 char *strbuf, size_t strbuf_size)
298 if (strbuf)
299 snprintf(strbuf, strbuf_size, "%s (%d)", str, status);
282 i2400m_msg_check_status(const struct i2400m_l3l4_hdr *l3l4_hdr, char *strbuf, size_t strbuf_size) argument
/drivers/staging/tidspbridge/dynload/
H A Dcload.c594 char *strbuf; local
608 strbuf = (char *)dlthis->mysym->dload_allocate(dlthis->mysym, ssiz +
612 strbuf = (char *)dlthis->mysym->dload_allocate(dlthis->mysym, ssiz);
614 if (strbuf == NULL) {
618 dlthis->str_head = strbuf;
620 dlthis->str_temp = strbuf + ssiz;
623 if ((unsigned)(dlthis->strm->read_buffer(dlthis->strm, strbuf,
630 dload_reorder(strbuf, ssiz, dlthis->reorder_map);
632 if ((!sec_names_only) && (~dload_checksum(strbuf, ssiz) !=
640 dload_reorder(strbuf, ssi
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c374 dhd_wlfc_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) argument
386 bcm_bprintf(strbuf, "wlfc not initialized yet\n");
391 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n");
396 bcm_bprintf(strbuf, "---- wlfc stats ----\n");
398 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push,"
408 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), "
418 bcm_bprintf(strbuf, "SENDQ (len,credit,sent) "
427 bcm_bprintf(strbuf, "SENDQ dropped: AC[0-3]:(%d,%d,%d,%d), (bcmc,atim):(%d,%d)\n",
433 bcm_bprintf(strbuf, "\n");
444 bcm_bprintf(strbuf, "INTERFAC
2489 dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) argument
[all...]
H A Ddhd_common.c211 struct bcmstrbuf *strbuf = &b; local
213 bcm_binit(strbuf, buf, buflen);
216 bcm_bprintf(strbuf, "%s\n", dhd_version);
217 bcm_bprintf(strbuf, "\n");
218 bcm_bprintf(strbuf, "pub.up %d pub.txoff %d pub.busstate %d\n",
220 bcm_bprintf(strbuf, "pub.hdrlen %d pub.maxctl %d pub.rxsz %d\n",
222 bcm_bprintf(strbuf, "pub.iswl %d pub.drv_version %ld pub.mac %s\n",
224 bcm_bprintf(strbuf, "pub.bcmerror %d tickcnt %d\n", dhdp->bcmerror, dhdp->tickcnt);
226 bcm_bprintf(strbuf, "dongle stats:\n");
227 bcm_bprintf(strbuf, "tx_packet
[all...]
H A Ddhd_sdio.c2358 dhd_dump_pct(struct bcmstrbuf *strbuf, char *desc, uint num, uint div) argument
2363 bcm_bprintf(strbuf, "%s N/A", desc);
2367 bcm_bprintf(strbuf, "%s %d.%02d", desc, q1, q2);
2372 dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) argument
2376 bcm_bprintf(strbuf, "Bus SDIO structure:\n");
2377 bcm_bprintf(strbuf, "hostintmask 0x%08x intstatus 0x%08x sdpcm_ver %d\n",
2379 bcm_bprintf(strbuf, "fcstate %d qlen %d tx_seq %d, max %d, rxskip %d rxlen %d rx_seq %d\n",
2382 bcm_bprintf(strbuf, "intr %d intrcount %d lastintrs %d spurious %d\n",
2384 bcm_bprintf(strbuf, "pollrate %d pollcnt %d regfails %d\n",
2387 bcm_bprintf(strbuf, "\nAdditiona
2745 struct bcmstrbuf strbuf; local
[all...]
/drivers/scsi/
H A Dgdth.c201 static char strbuf[MAX_SERBUF+1]; variable
251 i = vsprintf(strbuf,fmt,args);
252 ser_puts(strbuf);
/drivers/video/aty/
H A Datyfb_base.c3196 char strbuf[16]; local
3298 sprintf(strbuf, "%d",
3302 sprintf(strbuf, ",%d",
3305 strcat(refresh_rates_buf, strbuf);
/drivers/staging/android/
H A Dbinder.c2960 char strbuf[11]; local
2961 snprintf(strbuf, sizeof(strbuf), "%u", proc->pid);
2962 proc->debugfs_entry = debugfs_create_file(strbuf, S_IRUGO,
/drivers/video/sis/
H A Dsis_main.c154 char strbuf[16], strbuf1[20]; local
186 sprintf(strbuf, "%ux%ux%u", xres, yres, depth);
187 nameptr = strbuf;
190 sprintf(strbuf, "%ux%ux%u", xres, yres, depth);
191 nameptr = strbuf;
195 sprintf(strbuf, "%ux%ux8", xres, yres);
196 nameptr = strbuf;

Completed in 249 milliseconds