Lines Matching refs:outp
164 void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_bcm_getvar_direct() argument
166 return (bhnd_nvram_bcm_getvar_direct_common(io, name, outp, olen, otype, in bhnd_nvram_bcm_getvar_direct()
175 void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header) in bhnd_nvram_bcm_getvar_direct_common() argument
359 BHND_NVRAM_TYPE_STRING, outp, olen, otype)); in bhnd_nvram_bcm_getvar_direct_common()
369 bhnd_nvram_plist *options, void *outp, size_t *olen) in bhnd_nvram_bcm_serialize() argument
380 if (outp != NULL) in bhnd_nvram_bcm_serialize()
448 memcpy(outp, &hdr, sizeof(hdr)); in bhnd_nvram_bcm_serialize()
458 if (outp == NULL || limit < nbytes) { in bhnd_nvram_bcm_serialize()
462 p = ((char *)outp) + nbytes; in bhnd_nvram_bcm_serialize()
512 *((char *)outp + nbytes) = '\0'; in bhnd_nvram_bcm_serialize()
532 if (outp == NULL) in bhnd_nvram_bcm_serialize()
540 crc8 = bhnd_nvram_crc8((uint8_t *)outp + BCM_NVRAM_CRC_SKIP, in bhnd_nvram_bcm_serialize()
546 memcpy(outp, &hdr, sizeof(hdr)); in bhnd_nvram_bcm_serialize()