Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cdrw/
H A Ddevice.h67 #define SCAN_ALL_CDS 0x00 /* scan and return all cd devices */ macro
H A Dmain.c369 ret = setup_target(SCAN_ALL_CDS); in main()
H A Ddevice.c602 } else if ((mode == SCAN_ALL_CDS) && (writers_found == 0) && in scan_for_cd_device()