/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | fweh.c | 34 struct brcmf_event_msg_be emsg; member 159 emsg->addr); in brcmf_fweh_handle_if_event() 161 is_p2pdev, emsg->ifname, emsg->addr); in brcmf_fweh_handle_if_event() 174 brcmf_fweh_call_event_handler(drvr, ifp, emsg->event_code, emsg, in brcmf_fweh_handle_if_event() 221 struct brcmf_event_msg emsg; in brcmf_fweh_event_worker() local 229 event->emsg.ifidx, event->emsg.bsscfgidx, in brcmf_fweh_event_worker() 230 event->emsg.addr); in brcmf_fweh_event_worker() 233 emsg_be = &event->emsg; in brcmf_fweh_event_worker() 242 memcpy(emsg.ifname, emsg_be->ifname, sizeof(emsg.ifname)); in brcmf_fweh_event_worker() 247 emsg.version, emsg.flags, emsg.status, emsg.reason); in brcmf_fweh_event_worker() [all …]
|
/linux/net/xfrm/ |
A D | espintcp.c | 192 emsg->offset, emsg->len); in espintcp_sendskb_locked() 201 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendskb_locked() 247 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendskmsg_locked() 258 if (!emsg->len) in espintcp_push_msgs() 265 if (emsg->skb) in espintcp_push_msgs() 274 memset(emsg, 0, sizeof(*emsg)); in espintcp_push_msgs() 298 if (emsg->len) { in espintcp_push_skb() 306 emsg->len = len; in espintcp_push_skb() 307 emsg->skb = skb; in espintcp_push_skb() 386 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendmsg() [all …]
|
/linux/lib/ |
A D | bootconfig.c | 920 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument 928 if (emsg) in xbc_init() 929 *emsg = "Bootconfig is already initialized"; in xbc_init() 933 if (emsg) in xbc_init() 934 *emsg = size ? "Config data is too big" : in xbc_init() 941 if (emsg) in xbc_init() 942 *emsg = "Failed to allocate bootconfig data"; in xbc_init() 951 if (emsg) in xbc_init() 952 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init() 965 if (emsg) in xbc_init() [all …]
|
/linux/drivers/i2c/busses/ |
A D | i2c-uniphier.c | 219 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_i2c_master_xfer() local 226 for (msg = msgs; msg < emsg; msg++) { in uniphier_i2c_master_xfer() 228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
|
A D | i2c-uniphier-f.c | 410 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_fi2c_master_xfer() local 418 for (msg = msgs; msg < emsg; msg++) { in uniphier_fi2c_master_xfer() 420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer()
|
/linux/drivers/ata/ |
A D | libahci.c | 919 *emsg = "failed to stop engine"; in ahci_deinit_port() 926 *emsg = "failed stop FIS RX"; in ahci_deinit_port() 1226 const char *emsg = NULL; in ahci_port_init() local 1231 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init() 1233 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init() 2340 const char *emsg = NULL; in ahci_port_suspend() local 2343 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend() 2347 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend() 2457 const char *emsg = NULL; in ahci_port_stop() local 2463 rc = ahci_deinit_port(ap, &emsg); in ahci_port_stop() [all …]
|
/linux/tools/tracing/latency/ |
A D | latency-collector.c | 576 static const char *emsg = "Failed to read the %s file"; in read_file() local 581 warn(emsg, file); in read_file() 585 errx(EXIT_FAILURE, emsg, file); in read_file() 1344 static const char *emsg = "Failed to write to the %s file!"; in write_file() local 1353 warnx(emsg, file); in write_file() 1357 errx(EXIT_FAILURE, emsg, file); in write_file()
|
/linux/tools/perf/util/ |
A D | evlist.c | 1521 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_open() local 1528 "Hint:\tCheck /proc/sys/kernel/perf_event_paranoid setting.", emsg); in evlist__strerror_open() 1559 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open() 1564 scnprintf(buf, size, "%s", emsg); in evlist__strerror_open() 1573 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_mmap() local 1583 emsg, pages_max_per_user, pages_attempted); in evlist__strerror_mmap() 1595 scnprintf(buf, size, "%s", emsg); in evlist__strerror_mmap()
|
A D | bpf-loader.c | 1665 char sbuf[STRERR_BUFSIZE], *emsg;\ 1671 emsg = sbuf;\ 1674 scnprintf(buf, size, "%s", emsg);\ 1712 scnprintf(buf, size, "%s (add -v to see detail)", emsg); in bpf__strerror_probe() 1770 "%s (Hint: use -i to turn off inherit)", emsg); in bpf__strerror_apply_obj_config()
|
/linux/include/linux/ |
A D | bootconfig.h | 284 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
|
/linux/fs/ecryptfs/ |
A D | ecryptfs_kernel.h | 608 struct ecryptfs_message **emsg); 624 struct ecryptfs_message **emsg) in ecryptfs_wait_for_response() argument
|
/linux/tools/perf/ |
A D | builtin-ftrace.c | 672 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local 675 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace()
|
A D | builtin-stat.c | 976 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __run_perf_stat() local 977 pr_err("Workload failed: %s\n", emsg); in __run_perf_stat()
|
A D | builtin-record.c | 1998 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record() local 2003 strevsels, argv[0], emsg); in __cmd_record()
|
A D | builtin-trace.c | 2519 const char *emsg = str_error_r(-ret, bf, sizeof(bf)), local 2522 fprintf(trace->output, "-1 %s (%s)", e, emsg);
|