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

/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_fsns.c52 char *attribs[2]; local
74 attribs[0] = "fedfsFsnUuid";
75 attribs[1] = NULL;
84 NULL, attribs, 0, &result) != LDAP_SUCCESS) {
H A Dlist_nces.c222 char *attribs[5]; local
255 attribs[0] = "namingContexts";
256 attribs[1] = NULL;
260 filter, attribs, 0, &result) != LDAP_SUCCESS) {
325 attribs[0] = "fedfsNcePrefix";
326 attribs[1] = NULL;
330 filter, attribs, 0, &result) != LDAP_SUCCESS) {
H A Dnsdb_lookup.c269 char *attribs[6], filter[80]; local
344 attribs[0] = "fedfsFslHost";
345 attribs[1] = "fedfsNfsPath";
346 attribs[2] = "fedfsSmbShare";
347 attribs[3] = "fedfsFslUuid";
348 attribs[4] = "fedfsAnnotation";
349 attribs[5] = NULL;
363 filter, attribs, 0, &result) != LDAP_SUCCESS) {

Completed in 16 milliseconds