Home
last modified time | relevance | path

Searched refs:paylenp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c648 __out_opt uint8_t *paylenp, in efx_vpd_hunk_next() argument
706 if (paylenp != NULL) in efx_vpd_hunk_next()
707 *paylenp = paylen; in efx_vpd_hunk_next()
727 __out uint8_t *paylenp) in efx_vpd_hunk_get() argument
750 *paylenp = (uint8_t)MIN(taglen, 0xff); in efx_vpd_hunk_get()
761 *paylenp = keylen; in efx_vpd_hunk_get()
H A Defx_impl.h1099 __out uint8_t *paylenp);
1108 __out_opt uint8_t *paylenp,