Searched defs:evlist (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcaps.c44 struct evlist { struct
104 struct evlist *list = arg;
123 struct evlist **lists;
126 lists = emalloc(npics * sizeof (struct evlist *));
129 lists[i] = emalloc(sizeof (struct evlist));
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c133 int evlist[EVLSZ]; variable
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c235 static char *evlist; variable
308 evlist = kmem_alloc(evlist_sz + 1, KM_SLEEP);
309 evlist[0] = '\0';
312 (void) strcat(evlist, evp->name);
313 (void) strcat(evlist, ",");
317 (void) strcat(evlist, gevp->name);
318 (void) strcat(evlist, ",");
324 evlist[evlist_sz - 1] = '\0';
352 return (evlist);
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dopteron_pcbe.c407 static char *evlist; variable
513 evlist = kmem_alloc(evlist_sz + 1, KM_SLEEP);
514 evlist[0] = '\0';
517 (void) strcat(evlist, evp->name);
518 (void) strcat(evlist, ",");
522 (void) strcat(evlist, gevp->name);
523 (void) strcat(evlist, ",");
529 evlist[evlist_sz - 1] = '\0';
557 return (evlist);
848 kmem_free(evlist, evlist_s
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c845 char **evlist; local
865 if ((evlist = psp->ps_evlist) == NULL) {
866 psp->ps_evlist = evlist =
867 (char **)malloc(8 * sizeof (*evlist));
868 if (evlist == NULL) {
869 logerr("no memory for evlist");
874 evlist[0] = evlist[1] = NULL;
876 while ((env = *evlist) != NULL) {
879 evlist
916 char **evlist, *ent; local
1525 free_env_list(char **evlist) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c3635 daplka_evd_event_enqueue(daplka_evd_event_list_t *evlist, argument
3638 if (evlist->eel_tail) {
3639 evlist->eel_tail->ee_next = elem;
3640 evlist->eel_tail = elem;
3643 ASSERT(evlist->eel_head == NULL);
3644 evlist->eel_head = elem;
3645 evlist->eel_tail = elem;
3647 evlist->eel_num_elements++;
3656 daplka_evd_event_dequeue(daplka_evd_event_list_t *evlist) argument
3660 head = evlist
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7064 rsm_poll_event_t *evlist = NULL; local
7110 "consumeevent_copyin evlist: RSMERR_BAD_ADDR\n"));
7114 /* evlist and evlistsz are based on rsm_poll_event_t type */
7118 evlist = kmem_zalloc(evlistsz, KM_SLEEP);
7119 *eventspp = evlist;
7121 evlist = *eventspp;
7128 evlist[i].rnum = evlist32[i].rnum;
7129 evlist[i].fdsidx = evlist32[i].fdsidx;
7130 evlist[i].revent = evlist32[i].revent;
7158 evlist
[all...]

Completed in 155 milliseconds