Home
last modified time | relevance | path

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

/freebsd/contrib/smart/
H A Dlibsmart.h121 smart_h smart_open(smart_protocol_e p, char *devname);
H A Dsmart.c290 h = smart_open(SMART_PROTO_AUTO, argv[0]); in main()
H A Dlibsmart.c91 smart_open(smart_protocol_e protocol, char *devname) in smart_open() function