Searched refs:_feature (Results 1 – 3 of 3) sorted by relevance
| /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 | 1346 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument 1347 if (virtio_with_feature(_dev, _feature)) { \
|