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

/freebsd-9.3-release/sys/netgraph/
H A Dng_car.c260 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
266 if (hinfo->q_first != hinfo->q_last) {
267 ng_car_enqueue(hinfo, item);
281 ++hinfo->stats.errors; \
287 ++hinfo->stats.droped_pkts; \
293 if (hinfo->conf.opt & NG_CAR_COUNT_PACKETS) {
300 if (hinfo->tc - len >= 0) {
302 ++hinfo->stats.green_pkts;
303 hinfo
553 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
649 ng_car_schedule(struct hookinfo *hinfo) argument
665 struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook); local
710 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); \
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
761 pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) argument
969 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); local
[all...]
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...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dhinfo_13.c109 dns_rdata_hinfo_t *hinfo = source; local
113 REQUIRE(hinfo->common.rdtype == type);
114 REQUIRE(hinfo->common.rdclass == rdclass);
119 RETERR(uint8_tobuffer(hinfo->cpu_len, target));
120 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len));
121 RETERR(uint8_tobuffer(hinfo->os_len, target));
122 return (mem_tobuffer(target, hinfo->os, hinfo->os_len));
127 dns_rdata_hinfo_t *hinfo local
163 dns_rdata_hinfo_t *hinfo = source; local
[all...]
/freebsd-9.3-release/usr.sbin/services_mkdb/
H A Duniq.c43 extern const HASHINFO hinfo;
68 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
H A Dservices_mkdb.c70 HASHINFO hinfo = { variable
130 hinfo.lorder = byteorder;
142 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c1958 HASHINFO hinfo; local
1961 DB_INFO hinfo; local
1964 void *hinfo = NULL; local
1972 memset(&hinfo, '\0', sizeof(hinfo));
1974 hinfo.h_nelem = DB_HASH_NELEM;
1977 hinfo.db_cachesize = DB_CACHE_SIZE;
1981 return db_map_open(map, mode, "hash", DB_HASH, &hinfo);

Completed in 174 milliseconds