Home
last modified time | relevance | path

Searched refs:enctype (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/cam/scsi/
HDscsi_ses.c85 enctype : 8, /* enclosure type */ member
568 obj.object_type = ssc->ses_objmap[i].enctype; in sesioctl()
1208 ssc->ses_objmap[nobj++].enctype = thdr.enc_type; in ses_getconfig()
1699 ssc->ses_objmap[r++].enctype = SESTYP_FAN; in safte_softc_init()
1702 ssc->ses_objmap[r++].enctype = SESTYP_POWER; in safte_softc_init()
1704 ssc->ses_objmap[r++].enctype = SESTYP_DOORLOCK; in safte_softc_init()
1706 ssc->ses_objmap[r++].enctype = SESTYP_ALARM; in safte_softc_init()
1708 ssc->ses_objmap[r++].enctype = SESTYP_THERM; in safte_softc_init()
1710 ssc->ses_objmap[r++].enctype = SESTYP_THERM; in safte_softc_init()
1711 ssc->ses_objmap[r++].enctype = SESTYP_ALARM; in safte_softc_init()
[all …]
/dragonfly/contrib/tcpdump/
HDprint-telnet.c362 static const char *enctype[] = { variable
461 ND_PRINT(" %s", STR_OR_ID(c, enctype)); in telnet_parse()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_read_support_format_xar.c111 enum enctype { enum
142 enum enctype encoding;
178 enum enctype encoding;
328 enum enctype rd_encoding;
356 enum enctype entry_encoding;
383 enum enctype, int, int);
401 static int decompression_init(struct archive_read *, enum enctype);
1009 rd_contents_init(struct archive_read *a, enum enctype encoding, in rd_contents_init()
1449 decompression_init(struct archive_read *a, enum enctype encoding) in decompression_init()
1873 enum enctype encoding = NONE; in getencoding()
HDarchive_write_set_format_xar.c118 enum enctype { enum
174 enum enctype compression;
243 enum enctype opt_compression;