Lines Matching defs:out
291 } __attribute__((packed)) *out;
294 length = sizeof out->header + (descs_end - descs_start);
295 out = malloc(length);
296 out->header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC);
297 out->header.length = cpu_to_le32(length);
298 out->header.fs_count = cpu_to_le32(fs_count);
299 out->header.hs_count = cpu_to_le32(hs_count);
300 memcpy(out->descriptors, descs_start, descs_end - descs_start);
301 *legacy = out;
350 ssize_t (*out)(struct thread *, const void *, size_t);
373 empty_out_buf, "<out>",
436 ret = t->out(t, t->buf, ret);