Home
last modified time | relevance | path

Searched refs:pm (Results 1 – 2 of 2) sorted by relevance

/misc/debug_tools/acrn_crashlog/common/
A Dstrutils.c199 regmatch_t pm[1]; in reg_match() local
210 err = regexec(&reg, str, sizeof(pm)/sizeof(regmatch_t), pm, 0); in reg_match()
216 if (pm[0].rm_so == -1) in reg_match()
219 *end_off = pm[0].rm_eo; in reg_match()
224 matched_len = pm[0].rm_eo - pm[0].rm_so; in reg_match()
225 *(char *)mempcpy(matched_sub, str + pm[0].rm_so, in reg_match()
/misc/services/acrn_manager/
A DMakefile41 MANAGER_HEADERS += ../../../devicemodel/include/pm.h

Completed in 6 milliseconds