Searched refs:hinfo (Results 1 - 10 of 10) sorted by path

/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc72 _HEAPINFO hinfo;
73 hinfo._pentry = NULL;
77 while (_heapwalk(&hinfo) == _HEAPOK)
78 size += hinfo._size;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c2227 HASHINFO hinfo; local
2230 DB_INFO hinfo; local
2233 void *hinfo = NULL; local
2241 memset(&hinfo, '\0', sizeof(hinfo));
2243 hinfo.h_nelem = DB_HASH_NELEM;
2246 hinfo.db_cachesize = DB_CACHE_SIZE;
2250 return db_map_open(map, mode, "hash", DB_HASH, &hinfo);
/freebsd-current/lib/libsecureboot/
H A Dvepcr.c141 char *hinfo; local
149 hinfo = NULL;
154 hinfo = malloc(nbytes + 2);
155 if (hinfo) {
158 n = snprintf(&hinfo[x], nbytes - x, "%s,", cp);
162 hinfo[x-1] = '\0';
166 return hinfo;
H A Dverify_file.c619 char *hinfo; local
632 hinfo = ve_pcr_hashed_get(1);
633 if (hinfo) {
634 setenv("loader.ve.hashed", hinfo, 1);
637 __func__, hinfo));
638 if ((hlen = strlen(hinfo)) > KENV_MVALLEN) {
651 free(hinfo);
/freebsd-current/sys/netgraph/
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.dropped_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
586 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
682 ng_car_schedule(struct hookinfo *hinfo) argument
698 struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook); local
742 ng_car_enqueue(struct hookinfo *hinfo, item_p item) argument
[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); \
271 struct hookinfo *hinfo; local
285 hinfo = NG_HOOK_PRIVATE(hook);
286 hinfo
455 parse_cfg(struct ng_pipe_hookcfg *current, struct ng_pipe_hookcfg *new, struct hookinfo *hinfo, priv_p priv) argument
590 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
736 pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) argument
954 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
[all...]
H A Dng_tee.c167 hi_p hinfo; local
171 hinfo = &privdata->right;
174 privdata->left.dest = hinfo;
175 privdata->right2left.dest = hinfo;
177 hinfo = &privdata->left;
180 privdata->right.dest = hinfo;
181 privdata->left2right.dest = hinfo;
183 hinfo = &privdata->right2left;
185 privdata->right.dup = hinfo;
187 privdata->right.dest = hinfo;
259 hi_p const hinfo = NG_HOOK_PRIVATE(lasthook); local
290 const hi_p hinfo = NG_HOOK_PRIVATE(hook); local
367 hi_p const hinfo = NG_HOOK_PRIVATE(hook); local
[all...]
/freebsd-current/usr.sbin/services_mkdb/
H A Dextern.h32 extern HASHINFO hinfo;
H A Dservices_mkdb.c69 HASHINFO hinfo = { variable
131 hinfo.lorder = byteorder;
143 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
H A Duniq.c67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)

Completed in 264 milliseconds