Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dmodeedit.c597 uint8_t *mode_pars; /* Pointer to modepage params. */ in editlist_populate() local
618 mode_pars = (uint8_t *)(mph + 1); in editlist_populate()
622 mode_pars = (uint8_t *)(mphsp + 1); in editlist_populate()
625 len = MIN(len, sizeof(data) - (mode_pars - data)); in editlist_populate()
628 buff_decode_visit(mode_pars, len, format, editentry_create, 0); in editlist_populate()
633 buff_decode_visit(mode_pars, len, format, editentry_update, 0); in editlist_populate()
702 uint8_t *mode_pars; /* Pointer to modepage params. */ in editlist_save() local
761 mode_pars = (uint8_t *)(mph + 1); in editlist_save()
766 mode_pars = (uint8_t *)(mphsp + 1); in editlist_save()
769 len = MIN(len, sizeof(data) - (mode_pars - data)); in editlist_save()
[all …]