Searched refs:record_hdr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/sadc.tproj/
H A Dsadc.h38 struct record_hdr struct
H A Dsadc.c55 struct record_hdr restart_record = { SAR_RESTART, REVISION_HISTORY_DATE, 0, 0 };
56 struct record_hdr timestamp_record = { SAR_TIMESTAMP, 1, 0, 0 };
57 struct record_hdr vmstat_record = {SAR_VMSTAT, 1, 1, 0 };
58 struct record_hdr cpu_record = {SAR_CPU, 1, 1, 0 };
59 struct record_hdr drivestats_record = {SAR_DRIVESTATS, 1, 0, 0 };
60 struct record_hdr drivepath_record = {SAR_DRIVEPATH, 1, 1, 0 };
61 struct record_hdr netstats_record = {SAR_NETSTATS, 1, 0, 0};
89 static void write_record_hdr(struct record_hdr *);
258 struct record_hdr *hdr;
262 if (fwrite(hdr, sizeof(struct record_hdr),
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sadc.tproj/
H A Dsadc.h38 struct record_hdr struct
H A Dsadc.c55 struct record_hdr restart_record = { SAR_RESTART, REVISION_HISTORY_DATE, 0, 0 };
56 struct record_hdr timestamp_record = { SAR_TIMESTAMP, 1, 0, 0 };
57 struct record_hdr vmstat_record = {SAR_VMSTAT, 1, 1, 0 };
58 struct record_hdr cpu_record = {SAR_CPU, 1, 1, 0 };
59 struct record_hdr drivestats_record = {SAR_DRIVESTATS, 1, 0, 0 };
60 struct record_hdr drivepath_record = {SAR_DRIVEPATH, 1, 1, 0 };
61 struct record_hdr netstats_record = {SAR_NETSTATS, 1, 0, 0};
89 static void write_record_hdr(struct record_hdr *);
258 struct record_hdr *hdr;
262 if (fwrite(hdr, sizeof(struct record_hdr),
[all...]
/macosx-10.9.5/system_cmds-597.90.1/sar.tproj/
H A Dsar.c147 static void read_record_hdr(struct record_hdr *hdr, int writeflag);
149 static void write_record_hdr(struct record_hdr *hdr);
153 static int find_restart_header(struct record_hdr *);
156 static void read_sample_set(int, time_t, struct record_hdr *);
158 static int bypass_sample_set(struct record_hdr *, time_t);
160 static int get_cpu_sample(int flag, struct record_hdr *hdr);
162 static int get_vmstat_sample(int flag, struct record_hdr *hdr);
165 static int get_drivestats_sample(int flag, struct record_hdr *hdr);
168 static int get_drivepath_sample(int flag, struct record_hdr *hdr);
172 static int get_netstats_sample(int flag, struct record_hdr *hd
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sar.tproj/
H A Dsar.c147 static void read_record_hdr(struct record_hdr *hdr, int writeflag);
149 static void write_record_hdr(struct record_hdr *hdr);
153 static int find_restart_header(struct record_hdr *);
156 static void read_sample_set(int, time_t, struct record_hdr *);
158 static int bypass_sample_set(struct record_hdr *, time_t);
160 static int get_cpu_sample(int flag, struct record_hdr *hdr);
162 static int get_vmstat_sample(int flag, struct record_hdr *hdr);
165 static int get_drivestats_sample(int flag, struct record_hdr *hdr);
168 static int get_drivepath_sample(int flag, struct record_hdr *hdr);
172 static int get_netstats_sample(int flag, struct record_hdr *hd
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c646 struct pcapng_record_header *record_hdr; local
680 record_hdr = (struct pcapng_record_header*)(block_records_ptr + block->pcapng_records_len);
682 record_hdr -= 1;
683 record_hdr->record_type = type;
684 record_hdr->record_length = addrlen + PAD_32BIT(names_len);
686 buffer = (u_char *)(record_hdr + 1);

Completed in 285 milliseconds