HomeSort by relevance Sort by last modified time
    Searched defs:tmout (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-bpf.c 337 int expire, tmout; local
355 tmout = p->opt.timeout;
356 if (tmout)
360 tmout = expire - TSTOMILLI(&cur);
362 if (tmout <= 0) {
383 if (tmout != 0) {
384 tv.tv_sec = tmout / 1000;
385 tv.tv_usec = (tmout * 1000) % 1000000;
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_extra.c 485 int k, res, ret, sense_cat, tmout; local
502 tmout = long_duration;
504 tmout = long_duration ? LONG_PT_TIMEOUT : DEF_PT_TIMEOUT;
516 pr2ws(" %s timeout: %d seconds\n", cdb_name_s, tmout);
525 res = do_scsi_pt(ptvp, sg_fd, tmout, verbose);
928 int k, res, ret, sense_cat, tmout; local
946 tmout = (timeout_secs > 0) ? timeout_secs : DEF_PT_TIMEOUT;
2105 int k, res, ret, sense_cat, tmout; local
2347 int k, res, ret, sense_cat, tmout; local
2434 int k, res, sense_cat, ret, cdb_len, tmout; local
    [all...]

Completed in 173 milliseconds