Lines Matching refs:out
373 uint8_t *out;
386 out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
387 if (out == NULL) {
396 emr.emr_out_buf = out;
404 bcopy(out, smip->smi_payload, smip->smi_len);
418 kmem_free(out, sizeof (smip->smi_payload));
437 uint8_t *out;
450 out = kmem_zalloc(sizeof (smip->smi_payload), KM_NOSLEEP);
451 if (out == NULL) {
460 emr.emr_out_buf = out;
468 bcopy(out, smip->smi_payload, smip->smi_len);
482 kmem_free(out, sizeof (smip->smi_payload));