Home
last modified time | relevance | path

Searched refs:IDMAP_NEXT (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Didmap.h32 #define IDMAP_NEXT 1 macro
/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_priv.h45 #define IDMAP_ERROR(rc) (rc != IDMAP_SUCCESS && rc != IDMAP_NEXT)
H A Didmap_api.c66 itera->retcode = IDMAP_NEXT;\
645 if (iter->retcode == IDMAP_NEXT && (namerules == NULL || in idmap_iter_next_namerule()
708 return (IDMAP_NEXT); in idmap_iter_next_namerule()
789 if (iter->retcode == IDMAP_NEXT && (mappings == NULL || in idmap_iter_next_mapping()
877 return (IDMAP_NEXT); in idmap_iter_next_mapping()
1835 {IDMAP_NEXT, gettext("More results available"), 0},
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dserver.c52 if (retcode == IDMAP_NEXT) {\
53 result->retcode = IDMAP_NEXT;\
H A Ddbutils.c736 return (IDMAP_NEXT); in validate_list_cb_data()