Home
last modified time | relevance | path

Searched defs:get_conf (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/dpt/
HDdpt.h423 typedef struct get_conf { /* Read Configuration Array */ struct
424 union {
432 } bar;
438 u_int32_t signature; /* Signature MUST be "EATA". ntohl()`ed */
440 u_int8_t version2 :4,
441 version :4; /* EATA Version level */
443 u_int8_t OCS_enabled :1, /* Overlap Command Support enabled */
444 TAR_support :1, /* SCSI Target Mode supported */
445 TRNXFR :1, /* Truncate Transfer Cmd Used in PIO Mode */
446 MORE_support:1, /* MORE supported (PIO Mode Only) */
[all …]
/freebsd-11-stable/sbin/ggate/shared/
HDggate.c325 get_conf(struct ggeom *gp, const char *name) in get_conf() function