Home
last modified time | relevance | path

Searched refs:command_name (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-usage2c.awk-fix-wrong-basename-regexp.patch27 length(command_name) == 0 {
28 command_name = FILENAME;
29 sub(/\.txt$/, "", command_name);
30 - sub(/^([^\/]+\/)*/, "", command_name);
31 + sub(/^.*\//, "", command_name);
32 gsub(/-/, "_", command_name);
33 printf("static const char %s[] = {\n", command_name);
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c794 static AHCICommandProp *ahci_command_find(uint8_t command_name) in ahci_command_find() argument
799 if (ahci_command_properties[i].cmd == command_name) { in ahci_command_find()
901 AHCICommand *ahci_command_create(uint8_t command_name) in ahci_command_create() argument
903 AHCICommandProp *props = ahci_command_find(command_name); in ahci_command_create()
916 cmd->name = command_name; in ahci_command_create()
H A Dahci.h621 AHCICommand *ahci_command_create(uint8_t command_name);
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A D0001-Fix-build-with-GCC-15.patch69 /* printf ("%s (%s) %s\n", command_name, package, version_string); */