Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.hh347 bool set_device_type(uint8_t device_type);
348 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.cc1575 lun::set_device_type(uint8_t device_type) in set_device_type() function in lun
1588 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()