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

/freebsd-12-stable/sys/geom/raid/
H A Dmd_ddf.c78 struct ddf_vdc_record *vdc; member in struct:ddf_vol_meta
225 struct ddf_vdc_record *vdc; local
320 vdc = GETVDCPTR(meta, j);
321 val = GET32D(meta, vdc->Signature);
326 print_guid(vdc->VD_GUID);
329 GET32D(meta, vdc->Timestamp));
331 GET32D(meta, vdc->Sequence_Number));
333 GET16D(meta, vdc->Primary_Element_Count));
335 GET8D(meta, vdc->Stripe_Size));
337 GET8D(meta, vdc
478 struct ddf_vdc_record *vdc; local
499 struct ddf_vdc_record *vdc; local
875 struct ddf_vdc_record *vdc; local
961 struct ddf_vdc_record *vdc; local
1274 struct ddf_vdc_record *vdc; local
1958 struct ddf_vdc_record *vdc; local
2734 struct ddf_vdc_record *vdc; local
[all...]
/freebsd-12-stable/usr.bin/gzip/
H A Dgzexe72 if ! tail +$lines "$tmp" | gzip -vdc > "$1"; then
/freebsd-12-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-12-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,
3727 vdc * table,
3737 vdc *pvdc;
3905 xprintf(stderr, "unexpected vdc type %d for %s\n",
3922 static vdc sysstats_vdc[] = {
3955 static vdc sysinfo_vdc[] = {
3986 static vdc kerninfo_vdc[] = {
4019 static vdc monstats_vdc[] = {
4044 static vdc iostats_vd
[all...]

Completed in 208 milliseconds