Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 25 of 3732) sorted by path

12345678910>>...150

/illumos-gate/exception_lists/
H A Dcddlchk27 usr/src/cmd/acpi/acpidump/apdump.c
28 usr/src/cmd/acpi/acpidump/apfiles.c
29 usr/src/cmd/acpi/acpidump/apmain.c
32 usr/src/cmd/acpi/acpidump/tbprint.c
38 usr/src/cmd/acpi/common/getopt.c
39 usr/src/cmd/acpi/common/utascii.c
40 usr/src/cmd/acpi/common/utdebug.c
41 usr/src/cmd/acpi/common/utexcep.c
42 usr/src/cmd/acpi/common/utglobal.c
43 usr/src/cmd/acpi/common/utmath.c
[all …]
H A Dcopyright484 usr/src/cmd/bhyve/acpi.[ch]
485 usr/src/cmd/bhyve/ahci.h
487 usr/src/cmd/bhyve/basl.[ch]
496 usr/src/cmd/bhyve/e820.[ch]
498 usr/src/cmd/bhyve/gdb.[ch]
502 usr/src/cmd/bhyve/mem.[ch]
528 usr/src/cmd/bhyve/pm.c
529 usr/src/cmd/bhyve/pmtmr.c
530 usr/src/cmd/bhyve/post.c
533 usr/src/cmd/bhyve/rtc.[ch]
[all …]
H A Dcstyle1 usr/src/cmd/acpi/acpidump/acpidump.h
2 usr/src/cmd/acpi/acpidump/apdump.c
3 usr/src/cmd/acpi/acpidump/apfiles.c
4 usr/src/cmd/acpi/acpidump/apmain.c
12 usr/src/cmd/acpi/common/getopt.c
21 usr/src/cmd/cxgbetool/*
86 usr/src/cmd/mandoc
92 usr/src/cmd/vi/
1183 usr/src/cmd/bhyve/ahci.h
1234 usr/src/cmd/bhyve/pm.c
[all …]
H A Dhdrchk1 usr/src/cmd/acpi/acpidump/acpidump.h
3 usr/src/cmd/acpi/acpixtract/axmain.h
5 usr/src/cmd/cxgbetool/*
23 usr/src/cmd/krb5/slave/kprop.h
25 usr/src/cmd/mandoc
387 usr/src/cmd/bhyve/acpi.h
389 usr/src/cmd/bhyve/ahci.h
392 usr/src/cmd/bhyve/basl.h
405 usr/src/cmd/bhyve/mem.h
415 usr/src/cmd/bhyve/rtc.h
[all …]
H A Dkeywords29 usr/src/cmd/boot/common/bblk_einfo.c
30 usr/src/cmd/zonestat/zonestat/zonestat.c
42 usr/src/test/test-runner/cmd/run
H A Dmanlint18 usr/src/cmd/hal/fdi/fdi.dtd.1
19 usr/src/cmd/isns/isnsd/xml_def/isnsdata.dtd.1
20 usr/src/cmd/svc/dtd/service_bundle.dtd.1
H A Dmapfilechk40 usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
41 usr/src/cmd/mdb/common/kmdb/mapfile_skel
42 usr/src/cmd/mklocale/
43 usr/src/cmd/perl/
44 usr/src/cmd/sgs/libconv/common/map.msg
45 usr/src/cmd/troff/troff.d/tmac.d/
H A Dwscheck18 usr/src/cmd/cxgbetool/*
45 usr/src/cmd/bhyve/acpi.[ch]
47 usr/src/cmd/bhyve/ahci.h
50 usr/src/cmd/bhyve/basl.[ch]
60 usr/src/cmd/bhyve/e820.[ch]
62 usr/src/cmd/bhyve/gdb.[ch]
68 usr/src/cmd/bhyve/mem.[ch]
93 usr/src/cmd/bhyve/pm.c
94 usr/src/cmd/bhyve/pmtmr.c
95 usr/src/cmd/bhyve/post.c
[all …]
/illumos-gate/usr/src/
H A DMakefile42 COMMON_SUBDIRS= data uts lib cmd ucblib ucbcmd man test
53 HDRSUBDIRS= uts head lib cmd
71 CHKMFSTSUBDIRS= cmd
76 MSGSUBDIRS= cmd ucbcmd lib data
219 @cd cmd/devfsadm; pwd; $(MAKE) install_h
220 @cd cmd/fm; pwd; $(MAKE) install_h
221 @cd cmd/mdb; pwd; $(MAKE) install_h
H A DMakefile.master255 SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \
256 SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \
257 SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \
258 $(SRC)/cmd/svc/svccfg/svccfg-native validate $<
H A DMakefile.master.6452 LDLIBS.cmd = $(LDLIBS64)
H A DREADME.license-files57 EXAMPLE: usr/src/cmd/perl/Makefile
71 EXAMPLE: usr/src/cmd/refer/THIRDPARTYLICENSE.descrip
/illumos-gate/usr/src/boot/
H A DREADME.loader222 #module_before="cmd" # executes "cmd" before loading module
223 #module_after="cmd" # executes "cmd" after loading module
224 #module_error="cmd" # executes "cmd" if load fails
/illumos-gate/usr/src/boot/common/
H A Ddisk.c203 disk_ioctl(struct disk_devdesc *dev, unsigned long cmd, void *data) in disk_ioctl() argument
210 switch (cmd) { in disk_ioctl()
H A Dinterp.c66 bootblk_cmd_t *cmd; in perform() local
74 cmd = NULL; in perform()
80 cmd = (*cmdp)->c_fn; in perform()
82 if (cmd != NULL) { in perform()
83 result = (cmd)(argc, argv); in perform()
H A Dinterp_forth.c77 bootblk_cmd_t *cmd; in bf_command() local
86 cmd = NULL; in bf_command()
90 cmd = (*cmdp)->c_fn; in bf_command()
92 if (cmd == NULL) in bf_command()
143 result = (cmd)(argc, argv); in bf_command()
H A Dmultiboot2.c349 if (cmd == NULL) in find_property_value()
352 while (*cmd != '\0') { in find_property_value()
353 if (cmd[0] != '-' || cmd[1] != 'B') { in find_property_value()
354 cmd++; in find_property_value()
357 cmd += 2; /* Skip -B */ in find_property_value()
358 while (cmd[0] == ' ' || cmd[0] == '\t') in find_property_value()
360 while (*cmd != '\0' && cmd[0] != ' ' && cmd[0] != '\t') { in find_property_value()
361 namep = cmd; in find_property_value()
408 cmd = valuep + value_len; in find_property_value()
409 while (*cmd == ',') in find_property_value()
[all …]
H A Dvdisk.c337 vdisk_ioctl(struct open_file *f, ulong_t cmd, void *data) in vdisk_ioctl() argument
351 rc = disk_ioctl(dev, cmd, data); in vdisk_ioctl()
356 switch (cmd) { in vdisk_ioctl()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c110 static int efi_cons_ioctl(struct console *cp, int cmd, void *data);
410 efi_cons_ioctl(struct console *cp, int cmd, void *data) in efi_cons_ioctl() argument
415 switch (cmd) { in efi_cons_ioctl()
H A Defipart.c939 efipart_ioctl(struct open_file *f, unsigned long cmd, void *data) in efipart_ioctl() argument
954 rc = disk_ioctl(dev, cmd, data); in efipart_ioctl()
959 switch (cmd) { in efipart_ioctl()
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c362 comc_ioctl(struct console *cp __unused, int cmd __unused, void *data __unused) in comc_ioctl()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c111 static char cmd[512]; variable
259 memcpy(cmddup, cmd, sizeof (cmd)); in main()
273 *cmd = 0; in main()
295 if ((cmdlen = read(fd, cmd, sizeof (cmd))) > 0) in main()
296 cmd[cmdlen] = '\0'; in main()
298 *cmd = '\0'; in main()
302 if (*cmd) { in main()
308 memcpy(cmddup, cmd, sizeof (cmd)); in main()
314 *cmd = 0; in main()
348 getstr(cmd, sizeof (cmd)); in main()
[all …]
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c225 char cmd[512], cmdtmp[512]; in main() local
261 *cmd = '\0'; in main()
267 sz = cd9660_fsread(ino, cmd, sizeof (cmd) - 1); in main()
268 cmd[(sz < 0) ? 0 : sz] = '\0'; in main()
270 if (*cmd != '\0') { in main()
271 memcpy(cmdtmp, cmd, sizeof (cmdtmp)); in main()
275 printf("%s: %s", PATH_CONFIG, cmd); in main()
276 *cmd = '\0'; in main()
318 *cmd = '\0'; in main()
320 getstr(cmd, sizeof (cmd)); in main()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c151 static int bd_ioctl(struct open_file *f, ulong_t cmd, void *data);
896 bd_ioctl(struct open_file *f, ulong_t cmd, void *data) in bd_ioctl() argument
908 rc = disk_ioctl(dev, cmd, data); in bd_ioctl()
913 switch (cmd) { in bd_ioctl()
H A Dcomconsole.c329 comc_ioctl(struct console *cp __unused, int cmd __unused, void *data __unused) in comc_ioctl()

12345678910>>...150