Home
last modified time | relevance | path

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

/freebsd/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()
708 a->mod_type = "servicePrincipalName"; 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()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1024 mod->mod_type = strdup(attribute); in krb5_add_str_mem_ldap_mod()
1025 if (mod->mod_type == NULL) in krb5_add_str_mem_ldap_mod()
1059 mod->mod_type = strdup(attribute); in krb5_add_ber_mem_ldap_mod()
1060 if (mod->mod_type == NULL) in krb5_add_ber_mem_ldap_mod()
1103 mod->mod_type = strdup(attribute); in krb5_add_int_mem_ldap_mod()
1104 if (mod->mod_type == NULL) in krb5_add_int_mem_ldap_mod()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c161 strcasecmp((*modlist)[cMods]->mod_type, attribute) == 0) { in LDAP__setmod()
182 mod->mod_type = ber_strdup(attribute); in LDAP__setmod()
183 if (mod->mod_type == NULL) { in LDAP__setmod()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3672 switch (pi->mod_type) { in port_mword()
9115 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE || in sysctl_module_fec()
13123 if (pi->mod_type != FW_PORT_MOD_TYPE_NONE) { in t4_os_portmod_changed()
13132 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed()
13134 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in t4_os_portmod_changed()
13136 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in t4_os_portmod_changed()
13138 else if (pi->mod_type > 0 && pi->mod_type < nitems(mod_str)) { in t4_os_portmod_changed()
13140 port_top_speed(pi), mod_str[pi->mod_type]); in t4_os_portmod_changed()
13143 pi->mod_type); in t4_os_portmod_changed()
H A Dadapter.h333 uint8_t mod_type; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c10738 old_mtype = pi->mod_type; in handle_port_info()
10744 pi->mod_type = G_FW_PORT_CMD_MODTYPE(stat); in handle_port_info()
10759 pi->mod_type = G_FW_PORT_CMD_MODTYPE32(stat); in handle_port_info()
10789 if (old_ptype != pi->port_type || old_mtype != pi->mod_type || in handle_port_info()
10791 if (pi->mod_type != FW_PORT_MOD_TYPE_NONE) in handle_port_info()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c4451 uint32_t mod_type = (rate_n_flags & in iwx_rx_frame() local
4455 have_legacy_rate = (mod_type == IWX_RATE_MCS_CCK_MSK || in iwx_rx_frame()
4456 mod_type == IWX_RATE_MCS_LEGACY_OFDM_MSK); in iwx_rx_frame()
4459 if (mod_type == IWX_RATE_MCS_CCK_MSK) in iwx_rx_frame()
4461 else if (mod_type == IWX_RATE_MCS_LEGACY_OFDM_MSK) in iwx_rx_frame()
/freebsd/sys/dev/ice/
H A Dice_lib.c154 static u16 ice_apply_supported_speed_filter(u16 report_speeds, u8 mod_type);
10440 ice_apply_supported_speed_filter(u16 report_speeds, u8 mod_type) in ice_apply_supported_speed_filter() argument
10451 switch (mod_type) { in ice_apply_supported_speed_filter()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h33694 uint8_t mod_type; member
33783 uint8_t mod_type; member