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

/osnet-11/usr/src/lib/libipp/
H A Dlibipp.c121 nvlist_t **nvlpp,
131 if (nvlpp == NULL || modname == NULL || aname == NULL) {
142 nvlp = *nvlpp;
170 return (dispatch(nvlpp, nvlist_callback, (void *)nvlpp));
239 nvlist_t **nvlpp,
249 if (nvlpp == NULL || aname == NULL) {
259 nvlp = *nvlpp;
280 return (dispatch(nvlpp, nvlist_callback, (void *)nvlpp));
118 ipp_action_create( const char *modname, const char *aname, nvlist_t **nvlpp, ipp_flags_t flags) argument
237 ipp_action_modify( const char *aname, nvlist_t **nvlpp, ipp_flags_t flags) argument
552 nvlist_t **nvlpp = (nvlist_t **)arg; local
698 dispatch( nvlist_t **nvlpp, int (*fn)(nvlist_t *, void *), void *arg) argument
[all...]

Completed in 21 milliseconds