/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/ |
H A D | Drop-use-of-error-h.patch | 34 - error(1 ,0, USAGE); 35 + fprintf(stderr, USAGE); 54 - error(1, errno, "Invalid size provided\n" USAGE); 55 + fprintf(stderr, "Invalid size provided\n" USAGE); 58 - error(1, 0, "Invalid size provided\n" USAGE); 59 + fprintf(stderr, "Invalid size provided\n" USAGE); 75 - error(1, 0, "Invalid mode provided\n" USAGE); 84 - error(1, errno, "Invalid uid provided\n" USAGE); 85 + fprintf(stderr, "Invalid uid provided\n" USAGE); 88 - error(1, 0, "Invalid uid provided\n" USAGE); [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | logging.bbclass | 88 USAGE='Usage: bbdebug [123] "message"' 90 bbfatal "$USAGE" 97 bbfatal "$USAGE"
|
/openbmc/linux/scripts/ |
H A D | patch-kernel | 70 cat << USAGE heredoc 75 USAGE
|
/openbmc/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 55 static const char USAGE[] = "cs_prctl_test [options]\n" variable 106 puts(USAGE); in handle_usage() 257 printf(USAGE); in main()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd.c | 40 #define USAGE \ macro 167 printf(USAGE, name); in usage()
|
H A D | mboxctl.c | 32 #define USAGE \ macro 64 MSG_OUT(USAGE, name); in usage()
|
/openbmc/phosphor-state-manager/ |
H A D | obmcutil | 9 USAGE="Usage: obmcutil [-h] [--wait] [--verbose] [--id=<INSTANCE_ID>] 46 echo "$USAGE" 167 echo "$USAGE"
|
/openbmc/linux/Documentation/driver-api/ |
H A D | auxiliary_bus.rst | 16 :doc: USAGE
|
/openbmc/hiomapd/ |
H A D | mboxctl.c | 16 #define USAGE \ macro 49 MSG_OUT(USAGE, name); in usage()
|
H A D | mboxd.c | 40 const char* USAGE = variable 216 printf(USAGE, name); in usage()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
H A D | Sun | 7 PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Rdisc | 3 …ND FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
|
H A D | gSOAP-1.3b | 122 …CTUAL PROPERTY RIGHTS, AND ANY WARRANTY THAT MAY ARISE BY REASON OF TRADE USAGE, CUSTOM, OR COURSE…
|
H A D | gSOAP-1 | 260 RIGHTS, AND ANY WARRANTY THAT MAY ARISE BY REASON OF TRADE USAGE, CUSTOM, OR
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
H A D | start.rst | 18 `doc <https://github.com/awslabs/damo/blob/next/USAGE.md>`_ .
|
H A D | usage.rst | 23 <https://github.com/awslabs/damo/blob/next/USAGE.md>`_。
|
/openbmc/linux/tools/perf/tests/ |
H A D | attr.py | 415 USAGE = '''%s [OPTIONS] variable 423 parser = optparse.OptionParser(usage=USAGE)
|
/openbmc/linux/tools/memory-model/ |
H A D | README | 63 BASIC USAGE: HERD7 121 BASIC USAGE: KLITMUS7
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | start.rst | 10 <https://github.com/awslabs/damo/blob/next/USAGE.md>`_ of the tool for more
|
H A D | usage.rst | 15 <https://github.com/awslabs/damo/blob/next/USAGE.md>`_.
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcu_dereference.rst | 176 "EXAMPLE OF AMPLIFIED RCU-USAGE BUG". 206 EXAMPLE OF AMPLIFIED RCU-USAGE BUG
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 35 0x09, 0x06, /* USAGE (Keyboard) */
|
/openbmc/linux/Documentation/crypto/ |
H A D | async-tx-api.rst | 13 3 USAGE
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | README | 118 | USAGE |
|
/openbmc/linux/Documentation/networking/ |
H A D | rxrpc.rst | 544 EXAMPLE CLIENT USAGE
|