Searched defs:bufhdr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.c194 tnf_array_header_t *bufhdr; local
202 record_size = sizeof (*bufhdr);
207 ALLOC2(ops, record_size, bufhdr, ops->mode);
209 ASSIGN(bufhdr, tag, tag_index);
211 ASSIGN(bufhdr, self_size, record_size);
215 ref_p = (tnf_opaque_t *)((char *)bufhdr + sizeof (*bufhdr));
222 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference));
235 tnf_array_header_t *bufhdr; local
243 record_size = sizeof (*bufhdr);
[all...]
H A Dtnf_writer.c731 tnf_array_header_t *bufhdr; local
743 record_size = sizeof (*bufhdr) + TNF_STRING_ROUNDUP(string_size + 1);
745 ALLOC2(ops, record_size, bufhdr, ops->mode);
747 ASSIGN(bufhdr, tag, tag_index);
749 ASSIGN(bufhdr, self_size, record_size);
752 (void) bcopy((caddr_t)string, (char *)bufhdr + sizeof (*bufhdr),
755 (void) memcpy((char *)bufhdr + sizeof (*bufhdr), string, string_size);
758 ((char *)bufhdr
775 tnf_array_header_t *bufhdr; local
844 tnf_array_header_t *bufhdr; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c1349 nfslog_buffer_header *bufhdr)
1359 bufhdr->bh_version, ((rc >= 0) ? name.sysname : empty_name));
1361 nfsl_get_date((time_t)bufhdr->bh_timestamp.tv_sec));
1560 nfslog_open_elf_file(char *elfpath, nfslog_buffer_header *bufhdr, int *error) argument
1624 nfsl_elf_buffer_header_print(elfrec, bufhdr);
1348 nfsl_elf_buffer_header_print(struct nfsl_log_file *elfrec, nfslog_buffer_header *bufhdr) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c366 typedef struct bufhdr { struct
367 struct bufhdr *head;
368 struct bufhdr *next;
369 } bufhdr; typedef in typeref:struct:bufhdr
373 bufhdr inodebuf = { NULL, NULL };
374 bufhdr cgsumbuf = { NULL, NULL };
390 static char *getbuf(bufhdr *bufhead, int size);
2957 getbuf(bufhdr *bufhead, int size)
2959 bufhdr *pbuf;
2960 bufhdr *pre
[all...]

Completed in 309 milliseconds