Home
last modified time | relevance | path

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

/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.c1340 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \
1341 if (virtio_with_feature(_dev, _feature)) { \ in vtblk_read_config()
1333 VTBLK_GET_CONFIG(_dev,_feature,_field,_cfg) global() argument