/illumos-gate/usr/src/ucbcmd/tr/ |
H A D | tr.c | 51 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/sys/ |
H A D | avintr.h | 94 int vect, caddr_t arg1, caddr_t arg2, uint64_t *, dev_info_t *); 101 extern void rem_avintr(void *intr_id, int lvl, avfunc xxintr, int vect);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | trace.c | 29 ** vect -- pointer to trace vector. 45 tTsetup(vect, size, defflags) 46 unsigned char *vect; 50 tTvect = vect;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | avintr.c | 58 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/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 42 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 D | ixgbe_main.c | 4820 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 D | environ.c | 267 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 D | fhc.c | 2674 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/sun4/os/ |
H A D | intr.c | 499 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/os/ |
H A D | mp_implfuncs.c | 186 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/i86pc/io/ |
H A D | immu_intrmap.c | 965 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);
|
H A D | mp_platform_misc.c | 92 static void apic_try_deferred_reprogram(int ipl, int vect);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 1306 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 D | apix.c | 1412 int vect; local 1414 vect = apic_cpus[i].aci_current[j]; 1415 apixs[i]->x_vectbl[vect]->v_busy++;
|
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic.c | 101 static int apic_intr_enter(int ipl, int *vect);
|
/illumos-gate/usr/src/uts/i86xpv/io/psm/ |
H A D | mp_platform_xpv.c | 84 static void apic_try_deferred_reprogram(int ipl, int vect);
|