Searched defs:errfunc (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/common/net/wanboot/ |
| H A D | boot_http.c | 1482 * err = http_decode_err(err, errlib, errfunc, errcode); 1487 * errfunc - returns function in that library 1494 http_decode_err(ulong_t err, int *errlib, int *errfunc, int *errcode) argument 1498 if (errfunc) 1499 *errfunc = ERR_GET_FUNC(err);
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | strsubr.c | 7976 * to persistent. If errfunc is set install the function as the exported 7980 strsetrerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) argument 7986 if (error == 0 && errfunc == NULL) 7995 stp->sd_rderrfunc = errfunc; 7996 if (error != 0 || errfunc != NULL) { 8016 strsetwerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) argument 8022 if (error == 0 && errfunc == NULL) 8031 stp->sd_wrerrfunc = errfunc; 8032 if (error != 0 || errfunc != NULL) {
|
Completed in 97 milliseconds