Searched refs:mod_type (Results 1 – 5 of 5) sorted by relevance
678 a->mod_type = "objectClass"; in kadm5_ad_create_principal()683 a->mod_type = "userAccountControl"; in kadm5_ad_create_principal()693 a->mod_type = "sAMAccountName"; in kadm5_ad_create_principal()700 a->mod_type = "dNSHostName"; in kadm5_ad_create_principal()721 a->mod_type = "userPrincipalName"; in kadm5_ad_create_principal()728 a->mod_type = "accountExpires"; in kadm5_ad_create_principal()739 a->mod_type = "userAccountControl"; in kadm5_ad_create_principal()748 a->mod_type = "sAMAccountName"; in kadm5_ad_create_principal()755 a->mod_type = "userPrincipalName"; in kadm5_ad_create_principal()762 a->mod_type = "accountExpires"; in kadm5_ad_create_principal()[all …]
158 strcasecmp((*modlist)[cMods]->mod_type, attribute) == 0) { in LDAP__setmod()179 mod->mod_type = ber_strdup(attribute); in LDAP__setmod()180 if (mod->mod_type == NULL) { in LDAP__setmod()
2343 switch (pi->mod_type) { in port_mword()9994 if (pi->mod_type != FW_PORT_MOD_TYPE_NONE) { in t4_os_portmod_changed()10003 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed()10005 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in t4_os_portmod_changed()10007 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in t4_os_portmod_changed()10009 else if (pi->mod_type > 0 && pi->mod_type < nitems(mod_str)) { in t4_os_portmod_changed()10011 port_top_speed(pi), mod_str[pi->mod_type]); in t4_os_portmod_changed()10014 pi->mod_type); in t4_os_portmod_changed()
294 uint8_t mod_type; member
8524 old_mtype = pi->mod_type; in handle_port_info()8530 pi->mod_type = G_FW_PORT_CMD_MODTYPE(stat); in handle_port_info()8545 pi->mod_type = G_FW_PORT_CMD_MODTYPE32(stat); in handle_port_info()8581 if (old_ptype != pi->port_type || old_mtype != pi->mod_type || in handle_port_info()8583 if (pi->mod_type != FW_PORT_MOD_TYPE_NONE) { in handle_port_info()