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

  /src/usr.sbin/mtree/
verify.c 63 static void miss(NODE *, char *);
73 miss(root, path);
179 miss(NODE *p, char *tail) function in typeref:typename:void
283 miss(p->child, tp + 1);
  /src/games/hack/
hack.zap.c 103 miss("wand", mtmp);
370 miss(const char *str, struct monst *mtmp) function in typeref:typename:void
577 miss(fltxt, mon);
  /src/sys/netinet/
tcp_vtw.h 36 * amount of information available within a cache line. Cache miss is
84 * to the data element in question. We save cache miss penalty and
290 uint64_t miss[2]; /* <! lookups that miss */ member in struct:vtw_stats
291 uint64_t probe[2]; /* <! hits+miss */
  /src/sys/dev/pci/
if_iwn.c 2605 struct iwn_beacon_missed *miss = local in function:iwn_notif_intr
2609 sizeof (*miss), BUS_DMASYNC_POSTREAD);
2615 le32toh(miss->consecutive), le32toh(miss->total)));
2617 le32toh(miss->consecutive) > 5)

Completed in 18 milliseconds