Searched refs:errin (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 237 SLPError errin, void *cookie) { in aggregate_attrs() argument 245 if (errin != SLP_OK) { in aggregate_attrs() 301 SLPError errin, void *cookie) { in foreach_server() argument 308 if (errin != SLP_OK) { in foreach_server()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prdata.h | 312 extern int pr_iol_copyout_and_free(list_t *head, caddr_t *tgt, int errin); 313 extern int pr_iol_uiomove_and_free(list_t *head, uio_t *uiop, int errin);
|
H A D | prsubr.c | 1563 pr_iol_copyout_and_free(list_t *iolhead, caddr_t *tgt, int errin) in pr_iol_copyout_and_free() argument 1565 int error = errin; in pr_iol_copyout_and_free() 1584 pr_iol_uiomove_and_free(list_t *iolhead, uio_t *uiop, int errin) in pr_iol_uiomove_and_free() argument 1590 int error = errin; in pr_iol_uiomove_and_free()
|