Searched refs:eqs (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/diff/src/ |
H A D | io.c | 231 struct equivclass *eqs = equivs; in find_and_hash_each_line() local 407 for (i = *bucket; ; i = eqs[i].next) in find_and_hash_each_line() 414 if (PTRDIFF_MAX / (2 * sizeof *eqs) <= eqs_alloc) in find_and_hash_each_line() 417 eqs = xrealloc (eqs, eqs_alloc * sizeof *eqs); in find_and_hash_each_line() 419 eqs[i].next = *bucket; in find_and_hash_each_line() 420 eqs[i].hash = h; in find_and_hash_each_line() 421 eqs[i].line = ip; in find_and_hash_each_line() 422 eqs[i].length = length; in find_and_hash_each_line() 426 else if (eqs[i].hash == h) in find_and_hash_each_line() 428 char const *eqline = eqs[i].line; in find_and_hash_each_line() [all …]
|
/freebsd/contrib/byacc/ |
H A D | vmsbuild.com | 16 $ if "''hlp'" .eqs. "HELP" .or. - 17 "''hlp'" .eqs. "-H" .or. - 18 "''hlp'" .eqs. "-?" .or. - 19 "''hlp'" .eqs. "?" then gosub usage
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 1293 if (!ac->eqs) in mana_destroy_eq() 1297 eq = ac->eqs[i].eq; in mana_destroy_eq() 1304 free(ac->eqs, M_DEVBUF); in mana_destroy_eq() 1305 ac->eqs = NULL; in mana_destroy_eq() 1317 ac->eqs = mallocarray(gc->max_num_queues, sizeof(struct mana_eq), in mana_create_eq() 1324 spec.eq.context = ac->eqs; in mana_create_eq() 1328 err = mana_gd_create_mana_eq(gd, &spec, &ac->eqs[i].eq); in mana_create_eq() 2080 spec.cq.parent_eq = ac->eqs[i].eq; in mana_create_txq() 2476 rxq = mana_create_rxq(apc, i, &ac->eqs[i], ndev); in mana_add_rx_queues()
|
H A D | mana.h | 468 struct mana_eq *eqs; member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw_queues.c | 61 hw_eq_t *eqs[hw->config.n_rq]; in ocs_hw_init_queues() local 283 eqs[rqset_count] = mrq.rq_cfg[i].eq; in ocs_hw_init_queues() 316 if (hw_new_cq_set(eqs, cqs, rqset_count, default_lengths[QTOP_CQ])) { in ocs_hw_init_queues() 440 hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count) in hw_new_cq_set() argument 443 ocs_hw_t *hw = eqs[0]->hw; in hw_new_cq_set() 459 cq->eq = eqs[i]; in hw_new_cq_set() 465 assocs[i] = eqs[i]->queue; in hw_new_cq_set()
|
H A D | ocs_hw.h | 1234 extern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_coun…
|
H A D | sli4.c | 4741 uint32_t n_entries, sli4_queue_t *eqs[]) in sli_cq_alloc_set() argument 4836 req->eq_id[i] = eqs[i]->id; in sli_cq_alloc_set()
|
H A D | sli4.h | 3738 extern int32_t sli_cq_alloc_set(sli4_t *, sli4_queue_t *qs[], uint32_t, uint32_t, sli4_queue_t *eqs…
|
/freebsd/usr.bin/kdump/ |
H A D | kdump.c | 137 #define eqs(s1, s2) (strcmp((s1), (s2)) == 0) macro
|