Home
last modified time | relevance | path

Searched refs:nam (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_usba_udc.h12 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument
14 .name = nam, \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Support-deprecated-resolver-functions.patch25 +#define res_nsearch(sta, nam, clas, typ, ans, alen) res_search(nam, clas, typ, ans, alen)
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/
H A Dselftest-replaceme-orig1 Straight through with same nam
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D01_man_portability.patch66 @@ -58,12 +56,12 @@ Notice the leading dot on the domain nam
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py481 nam = os.path.basename(id)
482 nam = re.sub("_[^,]*,", ",", nam)
483 ret.extend([nam])
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c70 #define EFA_STATS_STR(ename, nam) \ argument
71 [ename].name = nam,