Home
last modified time | relevance | path

Searched refs:emsg (Results 1 – 13 of 13) sorted by relevance

/linux/net/xfrm/
H A Despintcp.c188 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 Dbootconfig.c935 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 Di2c-ls2x.c265 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 Di2c-uniphier.c216 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 Di2c-uniphier-f.c407 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 Dlibahci.c952 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 Dbuiltin-ftrace.c828 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 Dbuiltin-stat.c1004 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 Dbuiltin-record.c2869 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 Dbuiltin-trace.c3011 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 Dlatency-collector.c576 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 Devlist.c1617 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 Decryptfs_kernel.h598 struct ecryptfs_message **emsg);
614 struct ecryptfs_message **emsg) in ecryptfs_wait_for_response() argument