HomeSort by: relevance | last modified time | path
    Searched defs:numports (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/daemon/
worker.h 110 int numports; member in struct:worker
  /src/sys/dev/pci/
if_ntwoc_pci.c 202 u_int numports; local
312 numports = 1;
314 numports++;
316 aprint_normal_dev(self, "%d port%s\n", numports,
317 (numports > 1 ? "s" : ""));
320 if (numports > 1)
346 sca->sc_numports = numports;
379 if (numports == 2)
  /src/external/bsd/unbound/dist/libunbound/
libworker.c 136 int numports; local
214 numports = cfg_condense_ports(cfg, &ports);
215 if(numports == 0) {
227 ports, numports, cfg->unwanted_threshold,

Completed in 26 milliseconds