Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dargparse_oe.py11 def __init__(self, message, subcommand=None): argument
13 self.subcommand = subcommand
34 def error_subcommand(self, message, subcommand): argument
35 if subcommand:
38 subparser = action._name_parser_map[subcommand]
40 self.error('no subparser for name "%s"' % subcommand)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dhelp.py24 def display_help(subcommand, subcommands): argument
28 if subcommand not in subcommands:
31 hlp = subcommands.get(subcommand, subcommand_error)[2]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-with-kcore.sh196 subcommand() function
236 subcommand "$@"
239 subcommand "$@"
242 subcommand "$@"
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dmei_wdt.c119 u8 subcommand; member
174 req.hdr.bytecount = req_len - offsetof(struct mei_mc_hdr, subcommand); in mei_wdt_ping()
175 req.hdr.subcommand = MEI_MC_START_WD_TIMER_REQ; in mei_wdt_ping()
202 req.hdr.bytecount = req_len - offsetof(struct mei_mc_hdr, subcommand); in mei_wdt_stop()
203 req.hdr.subcommand = MEI_MC_STOP_WD_TIMER_REQ; in mei_wdt_stop()
438 if (res.hdr.subcommand != MEI_MC_START_WD_TIMER_RES) { in mei_wdt_rx()
440 res.hdr.subcommand, in mei_wdt_rx()
/OK3568_Linux_fs/u-boot/cmd/
H A Dspl.c52 static int call_bootm(int argc, char * const argv[], const char *subcommand[]) in call_bootm() argument
77 while (subcommand[i] != NULL) { in call_bootm()
78 bootm_argv[1] = (char *)subcommand[i]; in call_bootm()
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit.py254 if cli_args.subcommand == 'run':
274 elif cli_args.subcommand == 'config':
293 elif cli_args.subcommand == 'build':
310 elif cli_args.subcommand == 'exec':
331 elif cli_args.subcommand == 'parse':
/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A DREADME.ipam390164 subcommand not supported
165 subcommand not supported
214 subcommand not supported
215 subcommand not supported
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-driver-intel_pmc_bxt13 second number is subcommand.
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dresulttool74 parser.error_subcommand(ae.message, ae.subcommand)
H A Doe-test70 parser.error_subcommand(ae.message, ae.subcommand)
H A Ddevtool331 parser.error_subcommand(ae.message, ae.subcommand)
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-config.txt223 will make the TUI be the default for the 'top' subcommand. Those will be
530 applicable only for 'top' subcommand. This option ONLY setup
537 subcommand was invoked. Supported tools are 'man', 'woman'
544 pager.<subcommand>::
545 When the subcommand is run on stdio, determine whether it uses
563 applicable only for 'record' subcommand. This option ONLY setup
H A Dperf-kvm.txt74 Output file name, for the 'record' subcommand. Doesn't work with 'report',
/OK3568_Linux_fs/kernel/Documentation/isdn/
H A Dinterface_capi.rst309 and subcommand values, as a static ASCII string. The return value may
310 be NULL if the command/subcommand is not one of those defined in the
334 If the lowest bit of traceflag is set, only the command/subcommand and message
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.falcon174 cmdline subcommand not supported
175 bdt subcommand not supported
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dibmaem.c215 u8 subcommand; member
372 rs_req.subcommand = AEM_READ_REGISTER; in aem_read_sensor()
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.4.rst299 "create-layer" subcommand. The implementation of this subcommand has
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbatman-adv.rst46 The same can also be done using the batctl interface subcommand::
/OK3568_Linux_fs/kernel/tools/objtool/Documentation/
H A Dstack-validation.txt9 objtool which runs at compile time. It has a "check" subcommand which
23 (Objtool also has an 'orc generate' subcommand which generates debuginfo
/OK3568_Linux_fs/kernel/tools/power/cpupower/po/
H A Dfr.po175 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
202 msgid "and read up the subcommand's manpage whether it is supported.\n"
209 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dpt.po173 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
200 msgid "and read up the subcommand's manpage whether it is supported.\n"
207 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dit.po175 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
202 msgid "and read up the subcommand's manpage whether it is supported.\n"
209 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dcs.po178 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
205 msgid "and read up the subcommand's manpage whether it is supported.\n"
212 "Use cpupower help subcommand for getting help for above subcommands.\n"
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Damd-memory-encryption.rst71 The ``id`` field contains the subcommand, and the ``data`` field points to
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_3990_erp.c22 unsigned char subcommand; /* e.g Inhibit Write, Enable Write,... */ member
216 DCTL_data->subcommand = 0x02; /* Inhibit Write */ in dasd_3990_erp_DCTL()

12