Searched refs:maintenance (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/apr/misc/unix/
H A Dotherchild.c46 (*(*pocr)->maintenance) (APR_OC_REASON_UNREGISTER, (*pocr)->data, -1);
56 void (*maintenance) (int reason, void *, int status),
64 ocr->maintenance = maintenance;
115 (*ocr->maintenance) (reason, ocr->data, status);
138 (*ocr->maintenance) (APR_OC_REASON_LOST, ocr->data, -1);
144 (*ocr->maintenance) (APR_OC_REASON_LOST, ocr->data, -1);
147 (*ocr->maintenance) (reason, ocr->data, -1);
153 (*ocr->maintenance) (APR_OC_REASON_DEATH, ocr->data, status);
166 (*ocr->maintenance) (APR_OC_REASON_DEAT
[all...]
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_misc.h56 void (*maintenance) (int, void *, int); member in struct:apr_other_child_rec_t
/freebsd-13-stable/contrib/apr/include/
H A Dapr_thread_proc.h708 * @param maintenance maintenance is a function that is invoked with a
710 * @param data Opaque context data passed to the maintenance function.
712 * then the maintenance is invoked with reason
721 void (*maintenance) (int reason,
729 * @param data The data to pass to the maintenance function. This is
731 * @warning Since this can be called by a maintenance function while we're
733 * themself by loading ocr->next before calling any maintenance
739 * Notify the maintenance callback of a registered other child process
742 * @param reason The reason code to pass to the maintenance functio
[all...]
/freebsd-13-stable/sys/dev/mly/
H A Dmlyreg.h675 u_int8_t maintenance:1; member in struct:mly_ioctl_getcontrollerinfo

Completed in 172 milliseconds