Searched refs:evctl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_notify.c212 meta_event(md_event_ioctl_t *evctl, md_error_t *ep) argument
216 if (!evctl || !ep)
219 l = strlen(evctl->mdn_name);
220 if ((l == 0 && evctl->mdn_cmd != EQ_PUT) || l >= MD_NOTIFY_NAME_SIZE) {
224 MD_SETDRIVERNAME(evctl, MD_NOTIFY, 0);
228 if (metaioctl(MD_IOCNOTIFY, evctl, ep, evctl->mdn_name) != 0) {
233 (void) mdsyserror(ep, errno, evctl->mdn_name);
282 md_event_ioctl_t evctl; local
301 &evctl);
324 md_event_ioctl_t evctl; local
349 md_event_ioctl_t evctl; local
429 md_event_ioctl_t evctl; local
565 md_event_ioctl_t evctl; local
[all...]

Completed in 28 milliseconds