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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c145 get_modlist( char *prompt1, char *prompt2, char *prompt3 ) function
403 if ( (attrs = get_modlist( NULL, "attr? ",
584 if ( (mods = get_modlist(
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c200 static int get_modlist(char *, ip_lif_t *);
1453 if (get_modlist(pif->pi_ifname, lif) == -1) {
1919 * get_modlist() - return a list of pushed mid-stream modules
1925 get_modlist(char *name, ip_lif_t *lif) function
1946 _("IP: get_modlist(%s): I_LIST(%s) \n"),
1954 rcm_log_message(RCM_ERROR, _("IP: get_modlist(%s): %s\n"),
1961 _("IP: get_modlist(%s): I_LIST error: %s\n"),
1970 _("IP: get_modlist(%s): %s\n"),

Completed in 64 milliseconds