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

/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.c398 int *neltp)
408 if (modname_arrayp == NULL || neltp == NULL) {
439 *neltp = ad.nelt;
455 int *neltp)
465 if (modname == NULL || aname_arrayp == NULL || neltp == NULL) {
502 *neltp = ad.nelt;
396 ipp_list_mods( char ***modname_arrayp, int *neltp) argument
452 ipp_mod_list_actions( const char *modname, char ***aname_arrayp, int *neltp) argument
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c295 int *neltp)
298 ASSERT(neltp != NULL);
300 return (get_mods(bufp, neltp));
492 int *neltp)
498 ASSERT(neltp != NULL);
512 rc = get_mod_ref(imp, bufp, neltp);
1995 int *neltp)
2021 *neltp = 0;
2038 *neltp = nelt;
2054 int *neltp)
293 ipp_list_mods( ipp_mod_id_t **bufp, int *neltp) argument
489 ipp_mod_list_actions( ipp_mod_id_t mid, ipp_action_id_t **bufp, int *neltp) argument
1992 get_mod_ref( ipp_mod_t *imp, ipp_action_id_t **bufp, int *neltp) argument
2052 get_mods( ipp_mod_id_t **bufp, int *neltp) argument
[all...]

Completed in 62 milliseconds