Searched refs:get_error (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c250 * set_error() / get_error() are used to guarantee that the local variable
261 get_error(int *errp) function
315 if (pidp != NULL && get_error(&error) == 0)
319 return (get_error(&error));
429 if (pidp != NULL && get_error(&error) == 0)
433 return (get_error(&error));
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c160 get_error(const char *errorstring) function
338 err = get_error(reply);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c10644 int get_error; local
11299 get_error = geterror(bp);
11302 ((get_error == EIO) || (get_error == 0))) {

Completed in 91 milliseconds