HomeSort by relevance Sort by last modified time
    Searched refs:retv (Results 1 - 15 of 15) sorted by null

  /external/libpcap/
pcap-libdlpi.c 100 int retv; local
109 retv = dlpi_open(p->opt.device, &dh, DLPI_RAW|DLPI_PASSIVE);
110 if (retv != DLPI_SUCCESS) {
111 if (retv == DLPI_ELINKNAMEINVAL || retv == DLPI_ENOLINK)
113 else if (retv == DL_SYSERR &&
118 pcap_libdlpi_err(p->opt.device, "dlpi_open", retv,
134 if ((retv = dlpi_bind(pd->dlpi_hd, DLPI_ANY_SAP, 0)) != DLPI_SUCCESS) {
136 pcap_libdlpi_err(p->opt.device, "dlpi_bind", retv, p->errbuf);
142 retv = dlpromiscon(p, DL_PROMISC_PHYS)
251 int retv; local
287 int retv = 0; local
337 int retv; local
386 int retv; local
    [all...]
dlpisubs.c 211 int retv = 0; local
282 retv = -1;
285 return (retv);
367 int retv; local
373 if ((retv = ioctl(fd, I_STR, &str)) < 0)
374 return (retv);
pcap-dlpi.c 491 int retv; local
541 retv = dl_doattach(p->fd, ppa, p->errbuf);
542 if (retv < 0) {
543 status = retv;
548 retv = dl_doattach(pd->send_fd, ppa, p->errbuf);
549 if (retv < 0) {
550 status = retv;
655 retv = dlpromiscon(p, DL_PROMISC_PHYS);
656 if (retv < 0) {
657 if (retv == PCAP_ERROR_PERM_DENIED
    [all...]
pcap-bpf.c 1616 int retv; local
    [all...]
  /external/toolchain-utils/
tc_enter_chroot.py 34 retv = 0
38 retv = command_executer.GetCommandExecuter().RunCommand(command)
39 if retv != 0:
40 return retv
44 retv = command_executer.GetCommandExecuter().RunCommand(command)
45 return retv
51 retv, out, _ = ce.RunCommandWOutput(command)
53 retv = self.CreateAndOwnDir(self.mount_dir)
54 logger.GetLogger().LogFatalIf(retv, 'Cannot create mount_dir!')
55 retv = self.CreateAndOwnDir(self.external_dir
    [all...]
weekly_report.py 237 retv = cmd_executer.RunCommand(cmd)
238 if retv == 0:
248 retv = cmd_executer.RunCommand(command)
250 return retv
test_toolchains.py 194 retv = self._ce.RunCommand(copy_cmd)
195 if retv != 0:
202 retv = self._ce.ChrootRunCommand(self._chromeos_root, command)
203 if retv != 0:
  /external/toolchain-utils/deprecated/
run_benchmarks.py 120 retv = cmd_executer.CrosRunCommand(args,
123 if retv:
124 return retv
127 retv = cmd_executer.CopyFiles(benchdir,
132 if retv:
133 return retv
154 return retv
196 retv = 0
203 retv = RunCpuBenchmark(options.chromeos_root, arg, options.workdir,
206 found_err = retv
    [all...]
  /external/toolchain-utils/dejagnu/
chromeos.exp.in 142 set retv [local_exec \
145 set status [lindex $retv 0]
147 set program_output [lindex $retv 1]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_test.c 381 void *retv; local
383 pthread_join(thread2, &retv);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.i     [all...]
qpol_wrap.c 4262 int retv = qpol_type_get_type_iter(p, self, &iter); local
4273 int retv = qpol_type_get_attr_iter(p, self, &iter); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 56 func decoderune(string, int) (retv rune, retk int)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/builtin/
runtime.go 56 func decoderune(string, int) (retv rune, retk int)
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1886 int retv; local
    [all...]

Completed in 637 milliseconds