Home
last modified time | relevance | path

Searched refs:mod_type (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c104 if ( mods[i]->mod_type != NULL ) { in ldap_mods_free()
105 NSLDAPI_FREE( mods[i]->mod_type ); in ldap_mods_free()
H A Dcache.c113 mods[i]->mod_type = a; in nsldapi_add_result_to_cache()
149 mods[i]->mod_type = "cachedtime"; in nsldapi_add_result_to_cache()
H A Dadd.c152 rc = ber_printf( ber, "{s[V]}", attrs[i]->mod_type, in ldap_add_ext()
155 rc = ber_printf( ber, "{s[v]}", attrs[i]->mod_type, in ldap_add_ext()
H A Dmodify.c152 mods[i]->mod_type, mods[i]->mod_bvalues ); in ldap_modify_ext()
155 mods[i]->mod_type, mods[i]->mod_values ); in ldap_modify_ext()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_rights.c345 seccontclass.mod_type = "ACL";
379 krbcontclass.mod_type = "ACL";
420 realmclass.mod_type = "ACL";
512 subtreeclass.mod_type = "ACL";
704 realmclass.mod_type="ACL";
797 subtreeclass.mod_type="ACL";
H A Dldap_misc.c1048 modAttr.mod_type = attribute;
1093 modAttr.mod_type = attribute;
1461 (*mods)[i]->mod_type = strdup(attribute);
1462 if ((*mods)[i]->mod_type == NULL)
1473 free((*mods)[i]->mod_type);
1474 (*mods)[i]->mod_type = NULL;
1508 (*mods)[i]->mod_type = strdup(attribute);
1509 if ((*mods)[i]->mod_type == NULL)
1558 (*mods)[i]->mod_type = strdup(attribute);
1559 if ((*mods)[i]->mod_type == NULL)
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c903 attrs[j]->mod_type = "objectClass"; in smb_ads_add_share()
907 attrs[j]->mod_type = "uNCName"; in smb_ads_add_share()
1352 attrs[j]->mod_type = "objectClass"; in smb_ads_computer_op()
1357 attrs[j]->mod_type = SMB_ADS_ATTR_SAMACCT; in smb_ads_computer_op()
1363 attrs[j]->mod_type = SMB_ADS_ATTR_UPN; in smb_ads_computer_op()
1367 attrs[j]->mod_type = SMB_ADS_ATTR_SPN; in smb_ads_computer_op()
1371 attrs[j]->mod_type = SMB_ADS_ATTR_CTL; in smb_ads_computer_op()
1381 attrs[j]->mod_type = SMB_ADS_ATTR_DNSHOST; in smb_ads_computer_op()
1389 attrs[j]->mod_type = SMB_ADS_ATTR_ENCTYPES; in smb_ads_computer_op()
1710 attrs[0]->mod_type = SMB_ADS_ATTR_CTL; in smb_ads_update_computer_cntrl_attr()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c918 if ( strcasecmp( pmods[ i ]->mod_type, attr ) == 0 &&
939 if (( pmods[ i ]->mod_type = strdup( attr )) == NULL ) {
1002 gettext("add") : gettext("delete"), pmods[ i ]->mod_type );
1192 if ( pmods[ i ]->mod_type != NULL ) {
1193 free( pmods[ i ]->mod_type );
H A Dldaptest.c169 tmp.mod_type = strdup( buf ); in get_modlist()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c171 mod->mod_type = strdup(mtype); in init_bval_mod()
172 if (mod->mod_type == NULL) in init_bval_mod()
181 free(mod->mod_type); in init_bval_mod()
182 mod->mod_type = NULL; in init_bval_mod()
187 free(mod->mod_type); in init_bval_mod()
188 mod->mod_type = NULL; in init_bval_mod()
223 if (mods[i]->mod_type) { in freeModList()
226 free(mods[i]->mod_type); in freeModList()
341 if (mods[i]->mod_type == NULL) in __s_api_makeModListCount()
551 mods[i]->mod_type = strdup(mapping[0]); in __s_api_makeModListCount()
[all …]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c1159 if (strcasecmp((*attrs)[i]->mod_type, type) == 0) in _addLDAPmodValue()
1206 (*attrs)[i]->mod_type = strdup(type); in _addLDAPmodValue()
1297 if (strcasecmp((*attrs)[i]->mod_type, type) == 0) in _modLDAPmodValue()
1348 (*attrs)[i]->mod_type = strdup(type); in _modLDAPmodValue()
1369 (*attrs)[i]->mod_type = strdup(type); in _modLDAPmodValue()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2992 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE)
2994 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN)
2997 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED)
3000 else if (pi->mod_type > 0 && pi->mod_type < ARRAY_SIZE(mod_str))
3002 mod_str[pi->mod_type]);
3005 pi->mod_type);
H A Dt4_sge.c3609 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in update_port_info_kstats()
3611 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in update_port_info_kstats()
3613 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in update_port_info_kstats()
3615 else if (pi->mod_type > 0 && pi->mod_type < ARRAY_SIZE(mod_str)) in update_port_info_kstats()
3616 KS_C_SET(transceiver, "%s", mod_str[pi->mod_type]); in update_port_info_kstats()
3618 KS_C_SET(transceiver, "type %d", pi->mod_type); in update_port_info_kstats()
H A Dt4_mac.c236 switch (pi->mod_type) { in t4_port_to_media()
1027 switch (pi->mod_type) { in t4_mc_transceiver_info()
H A Dadapter.h121 uint8_t mod_type; member
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_print.c416 bp2buf(myself, b, "%s: %s\n", s, m->mod_type); in printLdapMod()
H A Dldap_op.c1821 sfree(m->mod_type); in freeLdapModEntry()
1914 mods[nm]->mod_type = sdup(myself, T, rv->attrName[i]); in search2LdapMod()
1915 if (mods[nm]->mod_type == 0) { in search2LdapMod()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9435 enum fw_port_module_type mod_type; in t4_handle_get_port_info() local
9448 mod_type = G_FW_PORT_CMD_MODTYPE(lstatus); in t4_handle_get_port_info()
9462 mod_type = G_FW_PORT_CMD_MODTYPE32(lstatus32); in t4_handle_get_port_info()
9484 if (mod_type != pi->mod_type) { in t4_handle_get_port_info()
9501 pi->mod_type = mod_type; in t4_handle_get_port_info()
9507 lc->new_module = t4_is_inserted_mod_type(mod_type); in t4_handle_get_port_info()
10757 pi->mod_type = FW_PORT_MOD_TYPE_NA; in t4_init_portinfo_viid()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c763 mods[0]->mod_type = strdup(attr); in idmap_ad_set()
/illumos-gate/usr/src/head/
H A Dldap.h150 char *mod_type; /* attribute name to modify */ member