Searched refs:usage (Results 1 - 25 of 88) sorted by relevance

1234

/fuchsia/zircon/system/uapp/audio-codec/
H A Daudio-codec.c35 goto usage;
37 if (argc < 3) goto usage;
40 if (argc < 3) goto usage;
44 goto usage;
47 goto usage;
50 usage:
/fuchsia/zircon/system/utest/hid-parser/
H A Dhid-parser-test.cpp113 EXPECT_EQ(fields[ix].attr.usage.page, hid::usage::Page::kButton);
114 EXPECT_EQ(fields[ix].attr.usage.usage, uint32_t(ix + 1));
128 EXPECT_EQ(fields[4].attr.usage.page, hid::usage::Page::kGenericDesktop);
129 EXPECT_EQ(fields[4].attr.usage.usage, hid::usage::GenericDesktop::kX);
138 EXPECT_EQ(fields[5].attr.usage
[all...]
/fuchsia/zircon/scripts/
H A Dgen-kaslr-fixups.sh27 usage() { function
39 usage
H A Dgen-rodso-code.sh19 usage() { function
25 usage
140 usage
/fuchsia/zircon/system/uapp/dlog/
H A Ddlog.c14 void usage(void) { function
16 "usage: dlog dump the zircon debug log\n"
34 usage();
44 usage();
55 usage();
/fuchsia/zircon/system/uapp/clock/
H A Dclock.c16 int usage(const char* cmd) { function
129 usage(cmd);
133 err = usage(cmd);
142 err = usage(cmd);
150 err = usage(cmd);
159 usage(cmd);
166 usage(cmd);
H A Dclkctl.c16 int usage(const char* cmd) { function
132 // usage information.
134 return usage(cmd);
153 return usage(cmd);
163 return usage(cmd);
/fuchsia/zircon/system/uapp/fs-mkfs/
H A Dmain.c31 int usage(void) { function
32 fprintf(stderr, "usage: mkfs [ <option>* ] devicepath filesystem\n");
67 return usage();
71 return usage();
79 return usage();
84 return usage();
96 return usage();
/fuchsia/zircon/system/uapp/ihda/
H A Dihda.cpp36 goto usage;
39 goto usage;
43 goto usage;
46 goto usage;
52 goto usage;
154 usage:
155 printf("usage: %s [-d <dev_id>] [-c <codec_id>] <cmd>\n"
/fuchsia/zircon/system/uapp/fs-umount/
H A Dmain.c23 int usage(void) { function
24 fprintf(stderr, "usage: umount [ <option>* ] path \n");
40 return usage();
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djemalloc-config.in3 usage() {
8 --help | -h : Print usage.
32 usage
81 usage
/fuchsia/zircon/system/ulib/hid/
H A Dhid.c50 uint8_t hid_map_key(uint32_t usage, bool shift, keychar_t* keymap) { argument
51 if (usage > HID_USAGE_KEY_KP_DOT) return 0;
53 return keymap[usage].shift_c;
55 return keymap[usage].c;
/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp33 return u1.page == u2.page && u1.usage == u2.usage;
44 .page = static_cast<uint16_t>(hid::usage::Page::kGenericDesktop),
45 .usage = static_cast<uint32_t>(hid::usage::GenericDesktop::kSystemControl),
49 .page = static_cast<uint16_t>(hid::usage::Page::kGenericDesktop),
50 .usage = static_cast<uint32_t>(hid::usage::GenericDesktop::kSystemPowerDown),
59 if (field.type != hid::kInput || !usage_eq(field.attr.usage, power_down)) {
64 if (!collection || !usage_eq(collection->usage, system_contro
[all...]
/fuchsia/zircon/system/host/netprotocol/
H A Dnetruncmd.c20 static void usage(void) { function
21 fprintf(stderr, "usage: %s [options] <hostname> <command>\n", appname);
30 usage();
37 usage();
/fuchsia/zircon/system/uapp/backlight/
H A Dmain.c11 static void usage(char* argv[]) { function
18 usage(argv);
49 usage(argv);
/fuchsia/zircon/third_party/lib/acpica/generate/release/
H A Drelease.sh39 usage() function
84 usage "Wrong argument count ($NPARAM)"
91 usage "Invalid argument ($1)"
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dmain.c42 static void usage(void) function
46 "usage: fsck_msdosfs -p [-f] filesystem ...",
72 * is intentionally left out of the usage message.
90 usage();
98 usage();
/fuchsia/zircon/system/uapp/driverctl/
H A Ddriverctl.c13 static void usage(void) { function
59 usage();
65 usage();
72 usage();
141 usage();
/fuchsia/zircon/system/uapp/ethtool/
H A Dethtool.c37 int usage(void) { function
38 fprintf(stderr, "usage: ethtool <network-device> <time> <actions>\n");
76 return usage();
79 return usage();
88 return usage();
97 return usage();
104 return usage();
110 return usage();
121 return usage();
126 return usage();
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dhwp.cpp76 usage:
77 printf("usage:\n");
91 goto usage;
96 goto usage;
/fuchsia/zircon/system/uapp/fs-mount/
H A Dmain.c22 int usage(void) { function
23 fprintf(stderr, "usage: mount [ <option>* ] devicepath mountpath\n"
59 return usage();
67 return usage();
/fuchsia/zircon/system/ulib/hid-parser/include/hid-parser/
H A Dparser.h50 // usage button,1
55 // usage button,2
60 // usage button,none
65 // usage desktop,X
70 // usage desktop,Y
75 // usage desktop,wheel
80 // usage desktop,none
129 uint32_t usage; member in struct:hid::Usage
187 Usage usage; member in struct:hid::Collection
192 Usage usage; member in struct:hid::Attributes
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpinames/
H A Danmain.c79 * FUNCTION: usage
85 * DESCRIPTION: Print a usage message
90 usage ( function
141 usage ();
168 usage();
/fuchsia/zircon/bootloader/build/
H A Dmkdiskimg.sh8 echo usage: $0 "<diskimg>"
/fuchsia/zircon/kernel/vm/
H A Dpage.cpp51 usage:
52 printf("usage:\n");
82 goto usage;

Completed in 128 milliseconds

1234