Searched refs:exec (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/i2c/
H A Dbus_raw.cpp69 i2c_ioctl_exec exec; local
72 if (user_memcpy(&exec, data, sizeof(i2c_ioctl_exec)) != B_OK)
75 if (exec.cmdBuffer == NULL)
76 exec.cmdLength = 0;
77 if (exec.buffer == NULL)
78 exec.bufferLength = 0;
79 BStackOrHeapArray<uint8, 32> cmdBuffer(exec.cmdLength);
80 BStackOrHeapArray<uint8, 32> buffer(exec.bufferLength);
84 if (exec.cmdBuffer != NULL) {
85 if (!IS_USER_ADDRESS(exec
[all...]
/haiku/src/bin/i2c/
H A Di2c.cpp61 i2c_ioctl_exec exec; local
62 exec.addr = addr;
63 exec.op = I2C_OP_READ_STOP;
64 exec.cmdBuffer = &cmd;
65 exec.cmdLength = sizeof(cmd);
66 exec.buffer = &data;
67 exec.bufferLength = sizeof(data);
68 if (ioctl(fd.Get(), I2CEXEC, &exec, sizeof(exec)) == 0)
/haiku/src/bin/debug/strace/
H A Dexec.cpp109 Syscall *exec = get_syscall("_kern_exec"); local
110 exec->GetParameter("flatArgs")->SetHandler(new FlatArgsTypeHandler());
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c13 uint16 InitScriptTablePtr; /* ptr to list of ptrs to scripts to exec */
16 uint16 ConditionTablePtr; /* ptr to list of PCI regs and bits to tst for exec mode */
17 uint16 IOConditionTablePtr; /* ptr to list of ISA regs and bits to tst for exec mode */
18 uint16 IOFlagConditionTablePtr;/* ptr to list of ISA regs and bits to tst, ref'd to a matrix, for exec mode */
40 static status_t exec_type2_script_mode(uint8* rom, uint16* adress, int16* size, PinsTables tabs, uint16 ram_tab, bool* exec);
41 static void exec_cmd_39_type2(uint8* rom, uint32 data, PinsTables tabs, bool* exec);
414 bool exec = true; local
446 if (exec)
473 if (exec) ENG_RG32(reg) = data2;
536 if (exec)
912 bool exec = true; local
923 exec_type2_script_mode(uint8* rom, uint16* adress, int16* size, PinsTables tabs, uint16 ram_tab, bool* exec) argument
1745 exec_cmd_39_type2(uint8* rom, uint32 data, PinsTables tabs, bool* exec) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c13 uint16 InitScriptTablePtr; /* ptr to list of ptrs to scripts to exec */
16 uint16 ConditionTablePtr; /* ptr to list of PCI regs and bits to tst for exec mode */
17 uint16 IOConditionTablePtr; /* ptr to list of ISA regs and bits to tst for exec mode */
18 uint16 IOFlagConditionTablePtr;/* ptr to list of ISA regs and bits to tst, ref'd to a matrix, for exec mode */
40 static status_t exec_type2_script_mode(uint8* rom, uint16* adress, int16* size, PinsTables tabs, uint16 ram_tab, bool* exec);
41 static void exec_cmd_39_type2(uint8* rom, uint32 data, PinsTables tabs, bool* exec);
426 bool exec = true; local
458 if (exec)
485 if (exec) NV_REG32(reg) = data2;
548 if (exec)
999 bool exec = true; local
1010 exec_type2_script_mode(uint8* rom, uint16* adress, int16* size, PinsTables tabs, uint16 ram_tab, bool* exec) argument
1832 exec_cmd_39_type2(uint8* rom, uint32 data, PinsTables tabs, bool* exec) argument
[all...]
/haiku/src/tools/
H A Delf2aout.c52 struct exec { struct
180 struct exec a;
235 struct exec a;
H A Dexec.c24 puts("exec: oom");
45 puts("exec: mismatched quotes");
98 puts("exec: running multiple commands not supported!");
122 puts("exec: environ expansion not at start of "
134 puts("exec: environ expansion of other variables "
164 puts("exec: oom");
203 printf("exec failed: %s\n", strerror(errno));
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp35 void exec(const std::vector<std::string>& args) function in namespace:__anon8
206 // This is the child process. We can exec image provided in args.
207 exec(args);
242 // This is the child process. We can exec the server process.
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp38 exec(const std::vector<std::string>& args) function in namespace:__anon23
196 // This is the child process. We can exec image provided in args.
197 exec(args);
233 // This is the child process. We can exec the server process.
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Cap.cpp40 const PaperCap exec(
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h795 uint32_t exec; member in struct:wpi_general_stats
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1707 uint32_t exec; member in struct:iwn_general_stats

Completed in 109 milliseconds