dm_freebsd_sysctl_cpu_model Function

public function dm_freebsd_sysctl_cpu_model(model) result(rc)

Returns model name of first CPU from sysctl(8) (hw.model).

The function returns the following error codes:

  • E_FORMAT if output format is unexpected.
  • E_PLATFORM if current system is not FreeBSD.
  • E_READ if pipe returned no bytes.
  • E_SYSTEM if system call failed.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: model

Hardware model.

Return Value integer


Called by

proc~~dm_freebsd_sysctl_cpu_model~~CalledByGraph proc~dm_freebsd_sysctl_cpu_model dm_freebsd_sysctl_cpu_model proc~dm_system_cpu_model dm_system_cpu_model proc~dm_system_cpu_model->proc~dm_freebsd_sysctl_cpu_model