Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c281 "%s fcode: %s;", orv, fptr->verstr); in ql_populate_hba_fru_details()
286 "%s BIOS: %s;", orv, fptr->verstr); in ql_populate_hba_fru_details()
291 "%s EFI: %s;", orv, fptr->verstr); in ql_populate_hba_fru_details()
H A Dql_xioctl.c6817 (void) snprintf(fcache->verstr, in ql_check_pci()
6870 (void) snprintf(fcache->verstr, FCHBA_OPTION_ROM_VERSION_LEN, in ql_check_pci()
6943 (void) snprintf(fcache->verstr, FCHBA_OPTION_ROM_VERSION_LEN, in ql_check_pci()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c933 char verstr[SMB_VERSTR_LEN]; in smb_config_get_version() local
950 rc = smb_config_getstr(SMB_CI_VERSION, verstr, sizeof (verstr)); in smb_config_get_version()
954 if ((p = strchr(verstr, '.')) == NULL) in smb_config_get_version()
958 tmpver.sv_major = (uint8_t)atoi(verstr); in smb_config_get_version()
/titanic_41/usr/src/cmd/boot/common/
H A Dbblk_einfo.c334 einfo_should_update(bblk_einfo_t *disk_einfo, bblk_hs_t *hs, char *verstr) in einfo_should_update() argument
352 retval = einfo_compare_version(verstr, disk_version); in einfo_should_update()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h291 int8_t verstr[FCHBA_OPTION_ROM_VERSION_LEN]; member
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c2054 char verstr[16]; in upgrade_set_callback() local
2055 (void) snprintf(verstr, sizeof (verstr), in upgrade_set_callback()
2067 if (zfs_prop_set(zhp, "version", verstr) == 0) in upgrade_set_callback()