Home
last modified time | relevance | path

Searched refs:evchan_name (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libds/common/
H A Dlibds.c311 char evchan_name[MAX_CHNAME_LEN]; in ds_init_sysev() local
313 (void) sprintf(evchan_name, VLDS_SYSEV_CHAN_FMT, (int)getpid()); in ds_init_sysev()
314 if (sysevent_evc_bind(evchan_name, &ds_evchan, 0) != 0) { in ds_init_sysev()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c423 char evchan_name[MAX_CHNAME_LEN]; in vlds_init_sysevent() local
432 (void) sprintf(evchan_name, VLDS_SYSEV_CHAN_FMT, ddi_get_pid()); in vlds_init_sysevent()
433 if ((rv = sysevent_evc_bind(evchan_name, &sp->evchan, in vlds_init_sysevent()
436 __func__, evchan_name, rv); in vlds_init_sysevent()
441 __func__, evchan_name); in vlds_init_sysevent()