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

/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/dev/sym/
H A DREADME.sym73 driver development and maintenance.
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_thread_proc.h693 * @param maintenance maintenance is a function that is invoked with a
695 * @param data Opaque context data passed to the maintenance function.
697 * then the maintenance is invoked with reason
706 void (*maintenance) (int reason,
714 * @param data The data to pass to the maintenance function. This is
716 * @warning Since this can be called by a maintenance function while we're
718 * themself by loading ocr->next before calling any maintenance
724 * Notify the maintenance callback of a registered other child process
727 * @param reason The reason code to pass to the maintenance functio
[all...]
/freebsd-10.0-release/sys/dev/mly/
H A Dmlyreg.h673 u_int8_t maintenance:1; member in struct:mly_ioctl_getcontrollerinfo

Completed in 287 milliseconds