Searched refs:configdata (Results 1 – 4 of 4) sorted by relevance
39 configdata = palloc_array(ConfigData, *configdata_len);41 configdata[i].name = pstrdup("BINDIR");43 configdata[i].setting = pstrdup(path);46 - configdata[i].name = pstrdup("CONFIGURE");47 - configdata[i].setting = pstrdup(CONFIGURE_ARGS);50 - configdata[i].name = pstrdup("CC");52 - configdata[i].setting = pstrdup(VAL_CC);54 - configdata[i].setting = pstrdup(_("not recorded"));58 - configdata[i].name = pstrdup("CPPFLAGS");60 - configdata[i].setting = pstrdup(VAL_CPPFLAGS);[all …]
150 perl ${B}/configdata.pm --dump202 PTEST_BUILD_HOST_FILES += "configdata.pm"205 install -m644 ${S}/Configure ${B}/configdata.pm ${D}${PTEST_PATH}234 sed 's|${S}|${PTEST_PATH}|g' -i ${D}${PTEST_PATH}/configdata.pm ${D}${PTEST_PATH}/util/wrap.pl
29 u8 configdata; member
122 b = readb(&musbr->ep[0].ep0.configdata); in musb_db_regs()