Searched refs:get_status (Results 1 – 3 of 3) sorted by relevance
36 void (*get_status)(const struct ifc_status_monitor_st *this_p, member
53 static const ifc_status_monitor_t _status_ifc = {.init = _init, .get_status = _get_status,
828 if ((jq->status_ifc != NULL) && (jq->status_ifc->get_status != NULL)) { in _job_thread()834 jq->status_ifc->get_status(jq->status_ifc, &printer_state); in _job_thread()