Searched refs:vdc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/geom/raid/
H A Dmd_ddf.c75 struct ddf_vdc_record *vdc; member in struct:ddf_vol_meta
222 struct ddf_vdc_record *vdc; local
317 vdc = GETVDCPTR(meta, j);
318 val = GET32D(meta, vdc->Signature);
323 print_guid(vdc->VD_GUID);
326 GET32D(meta, vdc->Timestamp));
328 GET32D(meta, vdc->Sequence_Number));
330 GET16D(meta, vdc->Primary_Element_Count));
332 GET8D(meta, vdc->Stripe_Size));
334 GET8D(meta, vdc
475 struct ddf_vdc_record *vdc; local
496 struct ddf_vdc_record *vdc; local
877 struct ddf_vdc_record *vdc; local
964 struct ddf_vdc_record *vdc; local
1267 struct ddf_vdc_record *vdc; local
1857 struct ddf_vdc_record *vdc; local
1955 struct ddf_vdc_record *vdc; local
2731 struct ddf_vdc_record *vdc; local
[all...]
/freebsd-10-stable/contrib/ipfilter/
H A Dmls_ipl.c149 struct vdconf *vdc; local
151 for (vdc = vdi->vdi_userconf; vdc->vdc_type; vdc++)
152 if (vdc->vdc_type == VDCCHARMAJOR) {
153 ipf_major = vdc->vdc_data;
/freebsd-10-stable/usr.bin/gzip/
H A Dgzexe72 if ! tail +$lines "$tmp" | gzip -vdc > "$1"; then
/freebsd-10-stable/sys/xen/interface/
H A Darch-ia64.h110 union vdc { union
122 typedef union vdc vdc_t;
126 union vdc vdc; member in struct:mapped_regs
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c859 enum vdc { enum
919 const char *, size_t, uint16_t, enum vdc);
921 unsigned char *, int, int, const char *, enum vdc);
923 unsigned char *, int, int, const char *, enum vdc);
949 static int set_file_identifier(unsigned char *, int, int, enum vdc,
2234 size_t l, uint16_t uf, enum vdc vdc)
2246 if (vdc == VDC_UCS2) {
2333 int from, int to, const char *s, enum vdc vdc)
2233 set_str_utf16be(struct archive_write *a, unsigned char *p, const char *s, size_t l, uint16_t uf, enum vdc vdc) argument
2332 set_str_a_characters_bp(struct archive_write *a, unsigned char *bp, int from, int to, const char *s, enum vdc vdc) argument
2360 set_str_d_characters_bp(struct archive_write *a, unsigned char *bp, int from, int to, const char *s, enum vdc vdc) argument
3776 set_file_identifier(unsigned char *bp, int from, int to, enum vdc vdc, struct archive_write *a, struct vdd *vdd, struct archive_string *id, const char *label, int leading_under, enum char_type char_type) argument
3842 enum vdc vdc; local
[all...]
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c337 } vdc; typedef in typeref:struct:var_display_collection_tag
358 static void collect_display_vdc(associd_t as, vdc *table,
3686 vdc * table,
3696 vdc *pvdc;
3843 fprintf(stderr, "unexpected vdc type %d for %s\n",
3860 static vdc sysstats_vdc[] = {
3893 static vdc sysinfo_vdc[] = {
3924 static vdc kerninfo_vdc[] = {
3957 static vdc monstats_vdc[] = {
3982 static vdc iostats_vd
[all...]

Completed in 263 milliseconds