Searched refs:evlist (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/intel/pcbe/ |
H A D | opteron_pcbe.c | 466 static char *evlist; variable 611 evlist = kmem_alloc(evlist_sz + 1, KM_SLEEP); in opt_pcbe_init() 612 evlist[0] = '\0'; in opt_pcbe_init() 615 (void) strcat(evlist, evp->name); in opt_pcbe_init() 616 (void) strcat(evlist, ","); in opt_pcbe_init() 620 (void) strcat(evlist, gevp->name); in opt_pcbe_init() 621 (void) strcat(evlist, ","); in opt_pcbe_init() 627 evlist[evlist_sz - 1] = '\0'; in opt_pcbe_init() 655 return (evlist); in opt_pcbe_list_events() 950 kmem_free(evlist, evlist_sz + 1); in _init() [all …]
|
/titanic_50/usr/src/cmd/cpc/common/ |
H A D | caps.c | 44 struct evlist { struct 104 struct evlist *list = arg; in cap_walker() 123 struct evlist **lists; in allpics_equal() 126 lists = emalloc(npics * sizeof (struct evlist *)); in allpics_equal() 129 lists[i] = emalloc(sizeof (struct evlist)); in allpics_equal()
|
/titanic_50/usr/src/uts/sun4v/pcbe/ |
H A D | niagara2_pcbe.c | 235 static char *evlist; variable 308 evlist = kmem_alloc(evlist_sz + 1, KM_SLEEP); in ni2_pcbe_init() 309 evlist[0] = '\0'; in ni2_pcbe_init() 312 (void) strcat(evlist, evp->name); in ni2_pcbe_init() 313 (void) strcat(evlist, ","); in ni2_pcbe_init() 317 (void) strcat(evlist, gevp->name); in ni2_pcbe_init() 318 (void) strcat(evlist, ","); in ni2_pcbe_init() 324 evlist[evlist_sz - 1] = '\0'; in ni2_pcbe_init() 352 return (evlist); in ni2_pcbe_list_events()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 845 char **evlist; in dispatch_keyword() local 865 if ((evlist = psp->ps_evlist) == NULL) { in dispatch_keyword() 866 psp->ps_evlist = evlist = in dispatch_keyword() 867 (char **)malloc(8 * sizeof (*evlist)); in dispatch_keyword() 868 if (evlist == NULL) { in dispatch_keyword() 874 evlist[0] = evlist[1] = NULL; in dispatch_keyword() 876 while ((env = *evlist) != NULL) { in dispatch_keyword() 879 evlist++; in dispatch_keyword() 882 evlist-psp->ps_evlist >= psp->ps_evsize-1) { in dispatch_keyword() 883 evlist = (char **)realloc(psp->ps_evlist, in dispatch_keyword() [all …]
|
/titanic_50/usr/src/cmd/troff/ |
H A D | nii.c | 133 int evlist[EVLSZ]; variable
|
H A D | ext.h | 96 extern int evlist[EVLSZ];
|
H A D | n5.c | 615 nxev = evlist[--evi]; in caseev() 633 evlist[evi++] = ev; in caseev()
|
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 3635 daplka_evd_event_enqueue(daplka_evd_event_list_t *evlist, in daplka_evd_event_enqueue() argument 3638 if (evlist->eel_tail) { in daplka_evd_event_enqueue() 3639 evlist->eel_tail->ee_next = elem; in daplka_evd_event_enqueue() 3640 evlist->eel_tail = elem; in daplka_evd_event_enqueue() 3643 ASSERT(evlist->eel_head == NULL); in daplka_evd_event_enqueue() 3644 evlist->eel_head = elem; in daplka_evd_event_enqueue() 3645 evlist->eel_tail = elem; in daplka_evd_event_enqueue() 3647 evlist->eel_num_elements++; in daplka_evd_event_enqueue() 3656 daplka_evd_event_dequeue(daplka_evd_event_list_t *evlist) in daplka_evd_event_dequeue() argument 3660 head = evlist->eel_head; in daplka_evd_event_dequeue() [all …]
|
/titanic_50/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 7064 rsm_poll_event_t *evlist = NULL; in rsm_consumeevent_copyin() local 7118 evlist = kmem_zalloc(evlistsz, KM_SLEEP); in rsm_consumeevent_copyin() 7119 *eventspp = evlist; in rsm_consumeevent_copyin() 7121 evlist = *eventspp; in rsm_consumeevent_copyin() 7128 evlist[i].rnum = evlist32[i].rnum; in rsm_consumeevent_copyin() 7129 evlist[i].fdsidx = evlist32[i].fdsidx; in rsm_consumeevent_copyin() 7130 evlist[i].revent = evlist32[i].revent; in rsm_consumeevent_copyin() 7158 evlist = kmem_zalloc(evlistsz, KM_SLEEP); in rsm_consumeevent_copyin() 7159 *eventspp = evlist; in rsm_consumeevent_copyin() 7165 if (evlist) { in rsm_consumeevent_copyin() [all …]
|