Home
last modified time | relevance | path

Searched refs:medium_type (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/disk/nata/
H A Datapi-tape.h36 u_int8_t medium_type; /* medium type (if any) */ member
86 u_int8_t medium_type; /* medium type (if any) */ member
111 u_int8_t medium_type; /* medium type (if any) */ member
H A Datapi-cd.h51 u_int8_t medium_type; member
86 u_int8_t medium_type; member
182 u_int8_t medium_type; member
H A Datapi-fd.h36 u_int8_t medium_type; member
H A Datapi-cd.c1881 switch (cdp->cap.medium_type & MST_TYPE_MASK_HIGH) { in acd_describe()
1897 if ((cdp->cap.medium_type & MST_TYPE_MASK_HIGH)<MST_TYPE_MASK_HIGH){ in acd_describe()
1898 switch (cdp->cap.medium_type & MST_TYPE_MASK_LOW) { in acd_describe()
1916 switch (cdp->cap.medium_type & MST_TYPE_MASK_HIGH) { in acd_describe()
1925 kprintf("unknown (0x%x)", cdp->cap.medium_type); break; in acd_describe()
H A Datapi-tape.c707 switch (stp->cap.medium_type) { in ast_describe()
717 kprintf("unknown (0x%x)", stp->cap.medium_type); in ast_describe()
H A Datapi-fd.c411 if (!capabilities.medium_type) in afd_sense()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_all.h230 u_int8_t medium_type; member
238 u_int8_t medium_type; member
959 u_int8_t medium_type; member
967 u_int8_t medium_type; member
H A Dscsi_cd.c3202 header10->medium_type = 0; in cd6byteworkaround()
3516 mode_header->medium_type = 0; in cdsetmode()
3537 mode_header->medium_type = 0; in cdsetmode()
H A Dscsi_sa.c2830 mode_hdr->medium_type = 0; in sasetparams()
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius.c1425 int medium_type; /* Tunnel-Medium-Type */ member
1492 tun->medium_type = WPA_GET_BE24(data + 1); in radius_msg_get_vlanid()
1529 tun->medium_type == RADIUS_TUNNEL_MEDIUM_TYPE_802 && in radius_msg_get_vlanid()