oce_list_is_empty
boolean_t oce_list_is_empty(OCE_LIST_T *list_hdr);
#define OCE_LIST_EMPTY(_LH) oce_list_is_empty((_LH))