Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dcpu_device_id.h38 _vendor, _family, _model, _steppings, _feature) { \ argument
43 .feature = _feature, \
/freebsd/contrib/openpam/include/security/
H A Dopenpam.h192 openpam_set_feature(int _feature, int _onoff);
195 openpam_get_feature(int _feature, int *_onoff);
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c459 #define VTCON_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument
460 if (virtio_with_feature(_dev, _feature)) { \
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c1503 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument
1504 if (virtio_with_feature(_dev, _feature)) { \