Searched defs:command (Results 1 - 25 of 30) sorted by relevance

12

/barrelfish-2018-10-04/lib/posixcompat/
H A Dpopen.c12 FILE *popen(const char *command, const char *type) argument
/barrelfish-2018-10-04/kernel/include/arch/k1om/kernel_boot_param/
H A Dist_bios.h24 uint32_t command; member in struct:ist_info
/barrelfish-2018-10-04/usr/eclipseclp/Opium/
H A Dopium-mode.el61 (defun command () function
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DCommand.java41 public boolean dominates(Command command); argument
H A DImmediateCommand.java38 public boolean dominates(Command command); argument
H A DRecordableCommand.java49 public boolean dominates(Command command) { argument
H A DScenarioIterator.java159 private Command command ; field in class:ScenarioIterator.IssueLater
160 public IssueLater(Command command) { argument
[all...]
H A DScenario.java99 public void addCommand(Command command, int state) { argument
259 public final void add(Command command, int state) { argument
[all...]
H A DScenarioManager.java580 public void processCommand(Command command) { argument
[all...]
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dsystem.c51 system(const char *command) argument
59 __libc_system(const char *command) argument
/barrelfish-2018-10-04/lib/ahci/
H A Dsata_fis.c45 errval_t sata_set_command(void *fis, uint8_t command) argument
H A Dahci.c416 int command; local
H A Dahci_util.c78 errval_t ahci_setup_command(int *command, struct ahci_port_info *port, argument
144 ahci_add_physical_regions(struct ahci_port_info *port, int command, struct ahci_dma_region *buf, size_t buflen) argument
207 ahci_dump_command(int command, struct ahci_port_info *port) argument
225 ahci_dump_command(int command, struct ahci_port_info *port) argument
[all...]
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dsata_fis.c14 void sata_h2d_fis_new(struct sata_fis_reg_h2d* fis, uint8_t command, uint64_t lba, uint16_t sectors) argument
42 void sata_h2d_set_command(struct sata_fis_reg_h2d* fis, uint8_t command) argument
H A Dahci_port.c141 uint8_t command = write ? ATA_CMD_WRITE_DMA_EXT : ATA_CMD_READ_DMA_EXT; local
186 uint8_t command = write ? ATA_CMD_WRITE_DMA_EXT : ATA_CMD_READ_DMA_EXT; local
[all...]
H A Dsata_fis.h41 unsigned char command; member in struct:sata_fis_reg_h2d
/barrelfish-2018-10-04/lib/libc/gen/
H A Dpopen.c70 popen(const char *command, const char *type) argument
/barrelfish-2018-10-04/include/ahci/
H A Dsata_fis.h25 unsigned char command; member in struct:sata_fis_reg_h2d
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c91 enum S command, state; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dtrace.c214 char command[1024]; local
322 char command[1024]; local
H A Dwm_interface.c392 char command[1024]; local
H A Dbip_misc.c1378 char *command; local
H A Dwm.c1057 char command[1024]; local
H A Dworker.c1721 char *command; local
1742 char *command; local
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_xfer.h142 void (*command)(struct usb_xfer_queue *pq); member in struct:usb_xfer_queue

Completed in 215 milliseconds

12