| /linux/net/xfrm/ |
| H A D | espintcp.c | 188 static int espintcp_sendskb_locked(struct sock *sk, struct espintcp_msg *emsg, in espintcp_sendskb_locked() argument 194 ret = skb_send_sock_locked(sk, emsg->skb, in espintcp_sendskb_locked() 195 emsg->offset, emsg->len); in espintcp_sendskb_locked() 199 emsg->len -= ret; in espintcp_sendskb_locked() 200 emsg->offset += ret; in espintcp_sendskb_locked() 201 } while (emsg->len > 0); in espintcp_sendskb_locked() 203 kfree_skb(emsg->skb); in espintcp_sendskb_locked() 204 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendskb_locked() 210 struct espintcp_msg *emsg, int flags) in espintcp_sendskmsg_locked() argument 215 struct sk_msg *skmsg = &emsg->skmsg; in espintcp_sendskmsg_locked() [all …]
|
| /linux/lib/ |
| H A D | bootconfig.c | 935 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument 943 if (emsg) in xbc_init() 944 *emsg = "Bootconfig is already initialized"; in xbc_init() 948 if (emsg) in xbc_init() 949 *emsg = size ? "Config data is too big" : in xbc_init() 956 if (emsg) in xbc_init() 957 *emsg = "Failed to allocate bootconfig data"; in xbc_init() 966 if (emsg) in xbc_init() 967 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init() 980 if (emsg) in xbc_init() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-ls2x.c | 265 struct i2c_msg *msg, *emsg = msgs + num; in ls2x_i2c_xfer() local 268 for (msg = msgs; msg < emsg; msg++) { in ls2x_i2c_xfer() 269 ret = ls2x_i2c_xfer_one(priv, msg, msg == emsg - 1); in ls2x_i2c_xfer()
|
| H A D | i2c-uniphier.c | 216 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_i2c_xfer() local 223 for (msg = msgs; msg < emsg; msg++) { in uniphier_i2c_xfer() 225 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_xfer()
|
| H A D | i2c-uniphier-f.c | 407 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_fi2c_xfer() local 415 for (msg = msgs; msg < emsg; msg++) { in uniphier_fi2c_xfer() 417 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_xfer()
|
| /linux/drivers/ata/ |
| H A D | libahci.c | 952 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument 960 *emsg = "failed to stop engine"; in ahci_deinit_port() 967 *emsg = "failed stop FIS RX"; in ahci_deinit_port() 1285 const char *emsg = NULL; in ahci_port_init() local 1289 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init() 1291 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init() 2463 const char *emsg = NULL; in ahci_port_suspend() local 2466 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend() 2470 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend() 2580 const char *emsg = NULL; in ahci_port_stop() local [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-ftrace.c | 828 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local 831 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace() 1169 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() local 1170 pr_err("workload failed: %s\n", emsg); in __cmd_latency() 1491 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_profile() local 1494 pr_err("workload failed: %s\n", emsg); in __cmd_profile()
|
| H A D | builtin-stat.c | 1004 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __run_perf_stat() local 1005 pr_err("Workload failed: %s\n", emsg); in __run_perf_stat()
|
| H A D | builtin-record.c | 2869 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record() local 2875 sb.buf, argv[0], emsg); in __cmd_record()
|
| H A D | builtin-trace.c | 3011 const char *emsg = str_error_r(-ret, bf, sizeof(bf)); in trace__sys_exit() local 3014 fprintf(trace->output, "-1 %s (%s)", e, emsg); in trace__sys_exit()
|
| /linux/tools/tracing/latency/ |
| H 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/ |
| H A D | evlist.c | 1617 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_open() local 1624 "Hint:\tCheck /proc/sys/kernel/perf_event_paranoid setting.", emsg); in evlist__strerror_open() 1655 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open() 1660 scnprintf(buf, size, "%s", emsg); in evlist__strerror_open() 1669 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_mmap() local 1679 emsg, pages_max_per_user, pages_attempted); in evlist__strerror_mmap() 1691 scnprintf(buf, size, "%s", emsg); in evlist__strerror_mmap()
|
| /linux/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 598 struct ecryptfs_message **emsg); 614 struct ecryptfs_message **emsg) in ecryptfs_wait_for_response() argument
|