Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c79 struct DevMgrMatchKey *matchKey = NULL; in DevMgrUeventReleaseKeyList() local
86 DLIST_FOR_EACH_ENTRY_SAFE(matchKey, matchKeyTmp, keyList, struct DevMgrMatchKey, entry) { in DevMgrUeventReleaseKeyList()
87 DListRemove(&matchKey->entry); in DevMgrUeventReleaseKeyList()
88 OsalMemFree(matchKey->key); in DevMgrUeventReleaseKeyList()
89 OsalMemFree(matchKey->value); in DevMgrUeventReleaseKeyList()
90 OsalMemFree(matchKey); in DevMgrUeventReleaseKeyList()
130 static int32_t DevMgrUeventParseKeyValue(char *str, struct DevMgrMatchKey *matchKey, const char *sep) in DevMgrUeventParseKeyValue() argument
148 matchKey->key = strdup(str); in DevMgrUeventParseKeyValue()
149 matchKey->value = strdup(value); in DevMgrUeventParseKeyValue()
150 if (matchKey in DevMgrUeventParseKeyValue()
179 struct DevMgrMatchKey *matchKey = (struct DevMgrMatchKey *)OsalMemCalloc(sizeof(*matchKey)); DevMgrUeventParseMatchKey() local
304 struct DevMgrMatchKey *matchKey = NULL; DevMgrUeventDisplayRuleCfgList() local
[all...]

Completed in 2 milliseconds