Searched refs:msg (Results 26 - 38 of 38) sorted by relevance

12

/openwrt/tools/firmware-utils/src/
H A Dlzma2eva.c39 pexit(const char *msg) argument
41 perror(msg);
H A Dmkdapimg.c47 perrexit(int code, char *msg) argument
49 fprintf(stderr, "%s: %s: %s\n", progname, msg, strerror(errno));
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h108 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) argument
110 return cb->cb_set[type](msg, cb->cb_args[type]);
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dcache.h16 #include <netlink/msg.h>
H A Dhandlers.h38 * @arg msg netlink message being processed
41 typedef int (*nl_recvmsg_msg_cb_t)(struct nl_msg *msg, void *arg);
/openwrt/package/libs/libnl-tiny/src/
H A Dsocket.c22 #include <netlink/msg.h>
151 static int noop_seq_check(struct nl_msg *msg, void *arg) argument
/openwrt/scripts/flashing/
H A Djungo-image.py216 except socket.error, msg:
217 print "Unable to establish telnet session to %s: %s" % (HOST, msg)
/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c2103 FX_MEI_DMSG("send ping msg\n");
2483 IFX_MEI_IoctlCopyFrom (from_kernel, (char *) winhost_msg.msg.TxMessage,
2486 if ((meierr = DSL_BSP_SendCMV (pDev, winhost_msg.msg.TxMessage, YES_REPLY,
2487 winhost_msg.msg.RxMessage)) != DSL_DEV_MEI_ERR_SUCCESS) {
2489 winhost_msg.msg.TxMessage[0], winhost_msg.msg.TxMessage[1], winhost_msg.msg.TxMessage[2], winhost_msg.msg.TxMessage[3],
2490 winhost_msg.msg.RxMessage[0], winhost_msg.msg
[all...]
H A Difxmips_mei_interface.h461 } msg; member in struct:winhost_message
/openwrt/package/network/ipv6/map/src/
H A Dmapcalc.c104 int type __attribute__((unused)), struct blob_attr *msg)
107 blobmsg_parse(dump_attrs, DUMP_ATTR_MAX, tb, blob_data(msg), blob_len(msg));
103 handle_dump(struct ubus_request *req __attribute__((unused)), int type __attribute__((unused)), struct blob_attr *msg) argument
/openwrt/package/utils/nvram/src/
H A Dnvram.c17 #define TRACE(msg) \
19 __FILE__, __LINE__, __FUNCTION__, msg ? msg : "?")
/openwrt/tools/sstrip/src/
H A Dsstrip.c136 #define ferr(msg) (err(errno ? strerror(errno) : (msg)))
/openwrt/target/linux/cns3xxx/files/drivers/spi/
H A Dspi-cns3xxx.c400 static int cns3xxx_spi_suspend(struct platform_device *pdev, pm_message_t msg) argument

Completed in 163 milliseconds

12