Home
last modified time | relevance | path

Searched refs:mlx_guid_sect (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h106 typedef struct mlx_guid_sect struct
119 #define GUIDSECTION_SZ sizeof (struct mlx_guid_sect) argument
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c554 sizeof (struct mlx_guid_sect)); in fw_writefw()
557 sizeof (struct mlx_guid_sect)); in fw_writefw()
1186 struct mlx_guid_sect *p, *s; in tavor_get_guids()
1273 bcopy(&handle->pri_guid_section, p, sizeof (struct mlx_guid_sect)); in tavor_get_guids()
1310 bcopy(&handle->sec_guid_section, s, sizeof (struct mlx_guid_sect)); in tavor_get_guids()
1373 bzero(p, sizeof (struct mlx_guid_sect)); in tavor_get_guids()
1379 bzero(s, sizeof (struct mlx_guid_sect)); in tavor_get_guids()
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dtavor-MELLANOX.c327 struct mlx_guid_sect guidsect; in check_guid_ptr()