Home
last modified time | relevance | path

Searched refs:en_type (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_entry.cc56 printf("\ttype: %s\n", e->en_type ? e->en_type : "none"); in print_entry()
102 if (old->en_type == NULL) in copy_entry()
103 nb->en_type = NULL; in copy_entry()
105 nb->en_type = strdup(old->en_type); in copy_entry()
106 if (nb->en_type == NULL) in copy_entry()
119 if (nb->en_type) in copy_entry()
120 delete nb->en_type; in copy_entry()
131 if (nb->en_type) in copy_entry()
132 delete nb->en_type; in copy_entry()
165 if (obj->en_type) in free_entry()
[all …]
H A Dldap_xdr.c261 if ((objp->zo_data.objdata_u.en_data.en_type = in xdr_nis_fetus_object()
308 eo->en_type = 0; in makePseudoEntryObj()
320 eo->en_type = (char *)in_directory; in makePseudoEntryObj()
380 if (tobj != 0 && (e->en_type == 0 || e->en_type[0] == '\0')) { in unmakePseudoEntryObj()
446 if (o->zo_data.objdata_u.en_data.en_type == 0) in unmakePseudoEntryObj()
447 o->zo_data.objdata_u.en_data.en_type = sdup(myself, T, in unmakePseudoEntryObj()
H A Ddb_mindex2.cc1318 if (obj->en_type == 0 || in storeLDAP()
1319 strcmp(obj->en_type, "IN_DIRECTORY") != 0) in storeLDAP()
1414 if (obj == 0 || obj->en_type == 0 || in storeLDAP()
1415 strcmp(obj->en_type, "IN_DIRECTORY") != 0) in storeLDAP()
H A Ddb_mindex.cc781 if (e != 0 && e->en_type != 0 && in remove_aux()
782 strcmp(e->en_type, "IN_DIRECTORY") == 0) in remove_aux()
H A Ddb_table.cc571 if (obj->en_type != 0 && in setEntryExp()
572 strcmp(obj->en_type, "IN_DIRECTORY") == 0) { in setEntryExp()
H A Ddb_mindex3.cc695 o.zo_data.objdata_u.en_data.en_type = in entriesFromLDAPreal()
H A Dnis_db.cc1031 eo.en_type = (char *)"IN_DIRECTORY"; in dbRefreshObj()
/titanic_50/usr/src/head/rpcsvc/
H A Dnis_object.x205 string en_type<>; /* Type of entry such as "passwd" */
/titanic_50/usr/src/lib/libnsl/nis/gen/
H A Dnis_xdr.c124 if (!xdr_string(xdrs, &objp->en_type, ~0)) in xdr_entry_obj()
/titanic_50/usr/src/cmd/keyserv/
H A Dchkey_common.c418 eo->en_type = "cred_tbl"; in init_entry()
/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c6455 int en_type; in aac_handle_aif() local
6462 en_type = LE_32((uint32_t)aif->data.EN.type); in aac_handle_aif()
6468 switch (en_type) { in aac_handle_aif()
6475 if (softs->devcfg_wait_on == en_type) in aac_handle_aif()
6482 switch (en_type) { in aac_handle_aif()
6511 if (softs->devcfg_wait_on == en_type) in aac_handle_aif()
6540 ASSERT(en_type == AifEnAddJBOD || en_type == AifEnDeleteJBOD); in aac_handle_aif()