Searched refs:_feature (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/asm/ |
| H A D | cpu_device_id.h | 38 _vendor, _family, _model, _steppings, _feature) { \ argument 43 .feature = _feature, \
|
| /freebsd/contrib/openpam/include/security/ |
| H A D | openpam.h | 192 openpam_set_feature(int _feature, int _onoff); 195 openpam_get_feature(int _feature, int *_onoff);
|
| /freebsd/sys/dev/virtio/console/ |
| H A D | virtio_console.c | 459 #define VTCON_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument 460 if (virtio_with_feature(_dev, _feature)) { \
|
| /freebsd/sys/dev/virtio/block/ |
| H A D | virtio_blk.c | 1503 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument 1504 if (virtio_with_feature(_dev, _feature)) { \
|