Searched defs:vect (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/ucbcmd/tr/
H A Dtr.c51 char vect[256]; variable
89 code[i] = vect[i] = 0;
92 vect[c&0377] = 1;
95 if(vect[i]==0) vect[j++] = i;
96 vect[j] = 0;
97 compl = vect;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c42 ixgbe_intr_vector_t *vect; local
67 vect = &ixgbe->vect_map[i];
70 i, vect->rxr_cnt, vect->txr_cnt,
74 j = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1));
81 j = bt_getlowbit(vect->rx_map, (j + 1),
86 j = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1));
91 j = bt_getlowbit(vect->tx_map, (j + 1),
H A Dixgbe_main.c4820 ixgbe_intr_vector_t *vect = (ixgbe_intr_vector_t *)arg1; local
4821 ixgbe_t *ixgbe = vect->ixgbe;
4831 r_idx = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1));
4834 r_idx = bt_getlowbit(vect->rx_map, (r_idx + 1),
4841 r_idx = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1));
4844 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1),
4852 if (BT_TEST(vect->other_map, 0) == 1) {
5558 ixgbe_intr_vector_t *vect; /* vector bitmap */ local
5604 vect = &ixgbe->vect_map[v_idx];
5609 r_idx = bt_getlowbit(vect
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c267 struct environ_soft_state **vect; /* used in list deletion */ local
312 for (temp = tempsp_list, vect = &tempsp_list; temp != NULL;
313 vect = &temp->next, temp = temp->next) {
315 *vect = temp->next;
H A Dfhc.c2674 struct ft_link_list **vect; local
2679 vect = &ft_list;
2685 for (; list != NULL; vect = &list->next, list = list->next) {
2689 *vect = list->next;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c186 psm_add_intr(int lvl, avfunc xxintr, char *name, int vect, caddr_t arg) argument
188 return (add_avintr((void *)NULL, lvl, xxintr, name, vect,
/illumos-gate/usr/src/uts/common/io/
H A Davintr.c58 int pri_level, int vect);
162 printf("Attempt to add null vect for %s on nmi\n", name);
228 add_avintr(void *intr_id, int lvl, avfunc xxintr, char *name, int vect, argument
237 return ((*addintr)(intr_id, lvl, xxintr, name, vect,
242 printf("Attempt to add null vect for %s on vector %d\n",
243 name, vect);
247 vectindex = vect % MAX_VECT;
259 cmn_err(CE_WARN, multilevel2, name, lvl, vect,
264 cmn_err(CE_NOTE, multilevel, vect);
274 (*addspl)(vect, lv
486 rem_avintr(void *intr_id, int lvl, avfunc xxintr, int vect) argument
543 remove_av(void *intr_id, struct av_head *vectp, avfunc f, int pri_level, int vect) argument
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c499 struct intr_dist **vect; local
502 for (iptr = *headp, vect = headp;
503 iptr != NULL; vect = &iptr->next, iptr = iptr->next) {
505 *vect = iptr->next;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c965 int irq, vect; local
987 irq = vect = psm_get_ipivect(IMMU_INTR_IPL, -1);
989 vect = psm_xlate_vector_by_irq(irq);
992 MSI_DATA_DELIVERY_SHIFT) | vect);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1306 char *last, *vect[1]; local
1358 vect[0] = path;
1359 source(1, vect);
1421 char *np, *vect[1], buf[RCP_BUFSIZE]; local
1588 vect[0] = np;
1589 sink(1, vect);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1412 int vect; local
1414 vect = apic_cpus[i].aci_current[j];
1415 apixs[i]->x_vectbl[vect]->v_busy++;

Completed in 133 milliseconds