Home
last modified time | relevance | path

Searched refs:keyMsg (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c435 struct DevMgrMatchKey *keyMsg = NULL; in DevMgrUeventMatchRule() local
439 DLIST_FOR_EACH_ENTRY(keyMsg, keyList, struct DevMgrMatchKey, entry) { in DevMgrUeventMatchRule()
440 if (strcmp(key->key, keyMsg->key) == 0) { in DevMgrUeventMatchRule()
441 if (strcmp(key->value, keyMsg->value) == 0) { in DevMgrUeventMatchRule()
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2147 struct nl_msg **msg, struct nl_msg **keyMsg) in InitInstallWlanParam()
2160 *keyMsg = nlmsg_alloc(); in InitInstallWlanParam()
2161 if (*keyMsg == NULL) { in InitInstallWlanParam()
2169 static int32_t InstallParam(struct nl_msg *msg, struct nl_msg *keyMsg) in InstallParam() argument
2172 if (msg == NULL || keyMsg == NULL) { in InstallParam()
2176 struct nlmsghdr *hdr = nlmsg_hdr(keyMsg); in InstallParam()
2187 static void FreeMsg(struct nl_msg *msg, struct nl_msg *keyMsg) in FreeMsg() argument
2192 if (keyMsg != NULL) { in FreeMsg()
2193 nlmsg_free(keyMsg); in FreeMsg()
2208 struct nl_msg *keyMsg in WifiInstallWlanExtParam() local
2146 InitInstallWlanParam(const char *ifName, uint32_t interfaceId, struct nl_msg **msg, struct nl_msg **keyMsg) InitInstallWlanParam() argument
[all...]

Completed in 20 milliseconds