/freebsd/sys/netgraph/ |
H A D | ng_car.c | 269 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); in ng_car_rcvdata() local 277 if (hinfo->q_first != hinfo->q_last) { in ng_car_rcvdata() 278 ng_car_enqueue(hinfo, item); in ng_car_rcvdata() 305 ++hinfo->stats.dropped_pkts; \ in ng_car_rcvdata() 311 if (hinfo->conf.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvdata() 319 if ((hinfo->conf.opt & NG_CAR_COLOR_AWARE) && (colp != NULL)) in ng_car_rcvdata() 325 if (hinfo->tc - len >= 0 && col <= QOS_COLOR_GREEN) { in ng_car_rcvdata() 327 ++hinfo->stats.green_pkts; in ng_car_rcvdata() 328 hinfo->tc -= len; in ng_car_rcvdata() 330 hinfo->conf.green_action, in ng_car_rcvdata() [all …]
|
H A D | ng_pipe.c | 110 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; in ngp_newhook() 285 hinfo = NG_HOOK_PRIVATE(hook); in ngp_newhook() 286 hinfo in ngp_newhook() 270 struct hookinfo *hinfo; ngp_newhook() local 455 parse_cfg(struct ng_pipe_hookcfg * current,struct ng_pipe_hookcfg * new,struct hookinfo * hinfo,priv_p priv) parse_cfg() argument 589 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); ngp_rcvdata() local 729 pipe_dequeue(struct hookinfo * hinfo,struct timeval * now) pipe_dequeue() argument 936 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); ngp_disconnect() local [all...] |
H A D | ng_tee.c | 173 hi_p hinfo; in ng_tee_newhook() local 177 hinfo = &privdata->right; in ng_tee_newhook() 180 privdata->left.dest = hinfo; in ng_tee_newhook() 181 privdata->right2left.dest = hinfo; in ng_tee_newhook() 183 hinfo = &privdata->left; in ng_tee_newhook() 186 privdata->right.dest = hinfo; in ng_tee_newhook() 187 privdata->left2right.dest = hinfo; in ng_tee_newhook() 189 hinfo = &privdata->right2left; in ng_tee_newhook() 191 privdata->right.dup = hinfo; in ng_tee_newhook() 193 privdata->right.dest = hinfo; in ng_tee_newhook() [all …]
|
/freebsd/lib/libsecureboot/ |
H A D | vepcr.c | 141 char *hinfo; in ve_pcr_hashed_get() local 149 hinfo = NULL; in ve_pcr_hashed_get() 154 hinfo = malloc(nbytes + 2); in ve_pcr_hashed_get() 155 if (hinfo) { in ve_pcr_hashed_get() 158 n = snprintf(&hinfo[x], nbytes - x, "%s,", cp); in ve_pcr_hashed_get() 162 hinfo[x-1] = '\0'; in ve_pcr_hashed_get() 166 return hinfo; in ve_pcr_hashed_get()
|
H A D | verify_file.c | 619 char *hinfo; in verify_pcr_export() local 632 hinfo = ve_pcr_hashed_get(1); in verify_pcr_export() 633 if (hinfo) { in verify_pcr_export() 634 setenv("loader.ve.hashed", hinfo, 1); in verify_pcr_export() 637 __func__, hinfo)); in verify_pcr_export() 638 if ((hlen = strlen(hinfo)) > KENV_MVALLEN) { in verify_pcr_export() 651 free(hinfo); in verify_pcr_export()
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | extern.h | 32 extern HASHINFO hinfo;
|
H A D | services_mkdb.c | 69 HASHINFO hinfo = { variable 131 hinfo.lorder = byteorder; in main() 143 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo); in main()
|
H A D | uniq.c | 67 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL) in uniq()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Process.inc | 72 _HEAPINFO hinfo; 73 hinfo._pentry = NULL; 77 while (_heapwalk(&hinfo) == _HEAPOK) 78 size += hinfo._size;
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 2227 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/contrib/unbound/doc/ |
H A D | Changelog | 11544 - canonical hinfo compare.
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 7414 MAKEMAP: be sure to zero hinfo to avoid cruft that can cause runs
|