Searched refs:hinfo (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/services_mkdb/
H A Dextern.h34 extern HASHINFO hinfo;
H A Duniq.c69 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
H A Dservices_mkdb.c73 HASHINFO hinfo = { variable
135 hinfo.lorder = byteorder;
147 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
/freebsd-11-stable/sys/netgraph/
H A Dng_tee.c169 hi_p hinfo; local
173 hinfo = &privdata->right;
176 privdata->left.dest = hinfo;
177 privdata->right2left.dest = hinfo;
179 hinfo = &privdata->left;
182 privdata->right.dest = hinfo;
183 privdata->left2right.dest = hinfo;
185 hinfo = &privdata->right2left;
187 privdata->right.dup = hinfo;
189 privdata->right.dest = hinfo;
261 hi_p const hinfo = NG_HOOK_PRIVATE(lasthook); local
292 const hi_p hinfo = NG_HOOK_PRIVATE(hook); local
369 hi_p const hinfo = NG_HOOK_PRIVATE(hook); local
[all...]
H A Dng_pipe.c110 if (hinfo->cfg.wfq && hinfo->cfg.bandwidth) { \
112 + priv->overhead ) * hinfo->run.fifo_queues * \
113 8000000 / hinfo->cfg.bandwidth; \
117 TAILQ_FOREACH(ngp_f1, &hinfo->fifo_head, fifo_le) \
123 TAILQ_INSERT_TAIL(&hinfo->fifo_head, ngp_f, fifo_le); \
127 TAILQ_INSERT_TAIL(&hinfo->fifo_head, ngp_f, fifo_le); \
272 struct hookinfo *hinfo; local
286 hinfo = NG_HOOK_PRIVATE(hook);
287 hinfo
456 parse_cfg(struct ng_pipe_hookcfg *current, struct ng_pipe_hookcfg *new, struct hookinfo *hinfo, priv_p priv) argument
591 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
732 pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) argument
940 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
[all...]
H A Dng_car.c263 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
271 if (hinfo->q_first != hinfo->q_last) {
272 ng_car_enqueue(hinfo, item);
299 ++hinfo->stats.droped_pkts; \
305 if (hinfo->conf.opt & NG_CAR_COUNT_PACKETS) {
313 if ((hinfo->conf.opt & NG_CAR_COLOR_AWARE) && (colp != NULL))
319 if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) {
321 ++hinfo->stats.green_pkts;
322 hinfo
587 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
683 ng_car_schedule(struct hookinfo *hinfo) argument
699 struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook); local
744 ng_car_enqueue(struct hookinfo *hinfo, item_p item) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc67 _HEAPINFO hinfo;
68 hinfo._pentry = NULL;
72 while (_heapwalk(&hinfo) == _HEAPOK)
73 size += hinfo._size;
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c2004 HASHINFO hinfo; local
2007 DB_INFO hinfo; local
2010 void *hinfo = NULL; local
2018 memset(&hinfo, '\0', sizeof(hinfo));
2020 hinfo.h_nelem = DB_HASH_NELEM;
2023 hinfo.db_cachesize = DB_CACHE_SIZE;
2027 return db_map_open(map, mode, "hash", DB_HASH, &hinfo);

Completed in 144 milliseconds