Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A Dad.c678 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 …]
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c158 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()
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c3341 switch (pi->mod_type) { in port_mword()
8556 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE || in sysctl_module_fec()
12173 if (pi->mod_type != FW_PORT_MOD_TYPE_NONE) { in t4_os_portmod_changed()
12182 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed()
12184 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in t4_os_portmod_changed()
12186 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in t4_os_portmod_changed()
12188 else if (pi->mod_type > 0 && pi->mod_type < nitems(mod_str)) { in t4_os_portmod_changed()
12190 port_top_speed(pi), mod_str[pi->mod_type]); in t4_os_portmod_changed()
12193 pi->mod_type); in t4_os_portmod_changed()
H A Dadapter.h323 uint8_t mod_type; member
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_hw.c8949 old_mtype = pi->mod_type; in handle_port_info()
8955 pi->mod_type = G_FW_PORT_CMD_MODTYPE(stat); in handle_port_info()
8970 pi->mod_type = G_FW_PORT_CMD_MODTYPE32(stat); in handle_port_info()
9000 if (old_ptype != pi->port_type || old_mtype != pi->mod_type || in handle_port_info()
9002 if (pi->mod_type != FW_PORT_MOD_TYPE_NONE) in handle_port_info()
/freebsd-13.1/sys/dev/ice/
H A Dice_lib.c153 static u16 ice_apply_supported_speed_filter(u16 report_speeds, u8 mod_type);
9075 ice_apply_supported_speed_filter(u16 report_speeds, u8 mod_type) in ice_apply_supported_speed_filter() argument
9086 switch (mod_type) { in ice_apply_supported_speed_filter()