Home
last modified time | relevance | path

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

/src/usr.sbin/ctld/
H A Dctld.hh348 bool set_device_type(uint8_t device_type);
349 bool set_device_type(const char *value);
H A Dconf.cc305 return (lun->set_device_type(value)); in lun_set_device_type()
H A Dctld.cc1580 lun::set_device_type(uint8_t device_type) in set_device_type() function in lun
1593 lun::set_device_type(const char *value) in set_device_type() function in lun
H A Dkernel.cc590 cl->set_device_type(lun.device_type); in conf_new_from_kernel()