Home
last modified time | relevance | path

Searched refs:error_no (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.c267 int error_no; in dbg_set_error() local
278 error_no = strtol(arg, &s, 0); in dbg_set_error()
291 errsim[num_errs].Errno = error_no; in dbg_set_error()
297 num_errs, error_type, s, error_no); in dbg_set_error()
/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c48 int error_no; in my_perror() local
52 error_no = errno; in my_perror()
55 errno = error_no; in my_perror()
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c45 int error_no; in my_perror() local
49 error_no = errno; in my_perror()
52 errno = error_no; in my_perror()
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c306 return (ep1->error_no - ep2->error_no); in errorsort()
H A Derror.h192 int error_no; /* sequence number on input */ member
H A Derrorinput.c151 newerror->error_no = nerrors++; in erroradd()
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c70 int error_no; in my_perror() local
74 error_no = errno; in my_perror()
77 errno = error_no; in my_perror()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c118 int error_no; in my_perror() local
122 error_no = errno; in my_perror()
125 errno = error_no; in my_perror()