Home
last modified time | relevance | path

Searched refs:table_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables-legacy-save12 for table_name in $(grep -E '^ebtable_' /proc/modules | cut -f1 -d' ' | sed s/ebtable_//); do
13 table=$($EBTABLES -t $table_name -L $cnt)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/
H A DCVE-2024-1013.patch26 @@ -1779,14 +1779,14 @@ char *table_name;
/openbmc/u-boot/common/
H A Dimage.c758 const char *table_name, const char *name) in get_table_entry_id() argument
770 debug("Invalid %s Type: %s\n", table_name, name); in get_table_entry_id()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py339 def do_remove(columns, table_name, cursor): argument
/openbmc/u-boot/include/
H A Dimage.h473 const char *table_name, const char *name);