Searched refs:command (Results 1 - 25 of 29) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_xxx.c93 char command[64]; local
102 command[0] = '\0';
108 error = copyinstr(uap->command,
109 (void *)command, sizeof(command), (size_t *)&dummy);
119 error = boot(RB_BOOT, uap->opt, command);
H A Dkern_shutdown.c113 boot(int paniced, int howto, char *command) argument
129 md_prepare_for_shutdown(paniced, howto, command);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp139 // getCommand - Gets a command from the pool. Pass true in
148 IOCommand *command = 0; local
153 runAction(func, (void *) &command, (void *) blockForCommand);
155 return command;
163 // (on safe side of command gate)
167 gatedGetCommand(IOCommand **command, bool blockForCommand) argument
178 *command, IOCommand *, fCommandChain);
184 // returnCommand - Returns command to the pool.
188 returnCommand(IOCommand *command) argument
192 (void) fSerializer->runAction(func, (void *) command);
202 gatedReturnCommand(IOCommand *command) argument
[all...]
H A DIOCommandQueue.cpp144 #error IOCommandQueue::checkForWork needs to be updated for new command size
182 enqueueSleep:command:
187 Key method that enqueues the four input fields onto the command queue
193 IODevice rawCommandOccurred... command to forward on the requests.
272 // now step over all remaining entries in the command queue
H A DIOMapper.cpp170 ppnum_t IOMapper::iovmAllocDMACommand(IODMACommand * command, IOItemCount pageCount) argument
175 void IOMapper::iovmFreeDMACommand(IODMACommand * command, argument
181 OSObject * memory, // dma command or iomd
H A DIOWorkLoop.cpp512 maintCommandEnum command = (maintCommandEnum) (uintptr_t) inC; local
516 switch (command)
/darwin-on-arm/xnu/bsd/netat/
H A Dzip.h69 u_char command; member in struct:at_zip
77 char command; member in struct:__anon362
H A Dddp_r_zip.c631 ("zip_input: received a ZIP_DDP command=%d\n",
632 zip->command));
633 switch (zip->command) {
656 zip_reply_received(m, ifID, zip->command);
779 ("zip_input: received a ZIP_ATP command=%d\n", user_byte));
799 ("zip_input: received unknown ZIP_ATP command=%d\n", user_byte));
1055 zip->command = ZIP_GETNETINFO;
1151 * ZIP packet, it returns the ZIP packet type (ZIP command). "m"
1174 return ((int)zip->command);
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkern_machdep.c67 void md_prepare_for_shutdown(__unused int paniced, __unused int howto, __unused char *command) argument
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkern_machdep.c71 __unused char * command)
68 md_prepare_for_shutdown( __unused int paniced, __unused int howto, __unused char * command) argument
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandPool.h70 * the command (via the controller's factory method or a memory allocation)
71 * and calling the returnCommand method with the newly created command as its
85 IOCommandGate *fSerializer; /* command gate used for serializing pool access */
98 * @abstract The default size of any command pool.
100 * kIOCommandPoolDefaultSize is the default size of any command pool.
122 * The workloop that this command pool should synchronize with.
123 * @result Returns true if command pool was successfully initialized.
134 * The workloop that this command pool should synchronize with.
163 * If the caller would like to have its thread slept until a command is
180 * The command t
[all...]
H A DIOMapper.h129 virtual ppnum_t iovmAllocDMACommand(IODMACommand * command, IOItemCount pageCount);
130 virtual void iovmFreeDMACommand(IODMACommand * command, ppnum_t addr, IOItemCount pageCount);
133 OSObject * memory, // dma command or iomd
H A DIOWorkLoop.h98 @constant mAddEvent Used to tag a Remove event source command.
99 @constant mRemoveEvent Used to tag a Remove event source command.
163 @return kIOReturnUnsupported if the command given is not implemented, kIOReturnSuccess otherwise.
165 virtual IOReturn _maintRequest(void *command, void *data, void *, void *);
/darwin-on-arm/xnu/iokit/Tests/
H A DTestDevice.cpp122 TestDeviceAction command; local
128 command = (TestDeviceAction) sDevice->producer1Action;
130 command = (TestDeviceAction) sDevice->producer2Action;
134 (true, command, i, (void *) (i % (producerId + 1)));
/darwin-on-arm/xnu/bsd/net/
H A Dif_ether.h59 errno_t ether_ioctl(ifnet_t interface, u_int32_t command, void* data);
H A Dether_at_pr_module.c186 u_int32_t command,
191 switch (command) {
183 ether_at_prmod_ioctl( ifnet_t ifp, __unused protocol_family_t protocol_family, u_int32_t command, void *data) argument
H A Dether_inet6_pr_module.c207 u_long command, void *data)
212 switch (command) {
206 ether_inet6_prmod_ioctl(ifnet_t ifp, protocol_family_t protocol_family, u_long command, void *data) argument
H A Dether_inet_pr_module.c314 u_long command, void *data)
319 switch (command) {
339 if (command != SIOCSIFADDR)
313 ether_inet_prmod_ioctl(ifnet_t ifp, protocol_family_t protocol_family, u_long command, void *data) argument
H A Dif_utun.c724 u_long command,
729 switch(command) {
722 utun_ioctl( ifnet_t interface, u_long command, void *data) argument
H A Dether_if_module.c612 __unused u_int32_t command,
610 ether_ioctl( __unused ifnet_t ifp, __unused u_int32_t command, __unused void* data) argument
H A Dkpi_interface.h256 @param cmd The ioctl command.
500 @param command The ioctl command.
506 unsigned long command, void *argument);
719 @abstract Storage type for the interface control command.
750 @abstract Storage type for the interface model sub-command.
771 @param cmd The ifnet_ctl_cmd_t interface control command.
772 @param arglen The length of the command argument.
773 @param arg The command argument.
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c35 int apple_key_store(uint32_t command, argument
73 io_result = IOConnectCallMethod(connection, command, inputs, input_count, input_structs, input_struct_count, outputs, output_count, NULL, NULL);
77 printf("FAILURE: call to AppleKeyStore method %d failed.\n", command);
92 int keystorectl(char * const command[]) argument
112 execv(keystorectl_path, command);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.h9 int ipfw_get_command_and_version(struct sockopt *sopt, int *command, u_int32_t *api_version);
75 u_short fu_skipto_rule; /* SKIPTO command rule number */
161 u_short fu_skipto_rule; /* SKIPTO command rule number */
206 u_short fu_skipto_rule; /* SKIPTO command rule number */
413 u_short fu_skipto_rule; /* SKIPTO command rule number */
H A Dip_fw2_compat.c329 * Print the ip address contained in a command.
771 * of the current command, and also cleans up the first word of
772 * the new command in case it has been clobbered before.
1772 /* Check command specific stuff */
1805 printf(("%s invalid command\n", err_prefix));
1932 /* Check command specific stuff */
1967 printf(("%s invalid command\n", err_prefix));
2310 /* if the previous command was O_IN, and this
2312 * having either command, so let's back up prev
2483 * put back the have_state command a
3257 ipfw_get_command_and_version(struct sockopt *sopt, int *command, u_int32_t *api_version) argument
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h682 char command[20]; member in struct:__anon496

Completed in 200 milliseconds

12