Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dmodeedit.c63 #define PAGE_CTRL_SHIFT 6 /* Bit offset to page control field. */ macro
781 mode_select(device, cdb_len, (pc << PAGE_CTRL_SHIFT == SMS_PAGE_CTRL_SAVED), in editlist_save()
831 mode_select(device, cdb_len, (pc << PAGE_CTRL_SHIFT == SMS_PAGE_CTRL_SAVED), in editlist_save_desc()
1123 if (pc << PAGE_CTRL_SHIFT != SMS_PAGE_CTRL_CURRENT && in mode_edit()
1124 pc << PAGE_CTRL_SHIFT != SMS_PAGE_CTRL_SAVED) in mode_edit()