Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dpt/
H A Ddpt.h415 union {
423 } bar;
431 u_int8_t version2 :4,
432 version :4; /* EATA Version level */
438 DMA_support :1, /* DMA supported */
443 u_int16_t cppadlen; /*
449 u_int8_t scsi_id1;
450 u_int8_t scsi_id0;
456 u_int16_t dummy;
467 SG_64K :1,
[all …]
/freebsd-12.1/sbin/ggate/shared/
H A Dggate.c325 get_conf(struct ggeom *gp, const char *name) in get_conf() function