Searched defs:errptr (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_error.c63 Dwarf_Error errptr; local
71 errptr = (Dwarf_Error)
73 if (errptr == NULL) {
78 errptr->er_errval = (Dwarf_Sword) errval;
79 *error = errptr;
84 errptr = (Dwarf_Error)
86 if (errptr == NULL) {
91 errptr->er_errval = (Dwarf_Sword) errval;
92 dbg->de_errhand(errptr, dbg->de_errarg);
H A Ddwarf_error.c332 Dwarf_Error errptr; local
343 errptr =
345 if (errptr == NULL) {
354 errptr = _dwarf_special_no_dbg_error_malloc();
355 if (errptr == NULL) {
363 errptr->er_errval = errval;
364 *error = errptr;
369 errptr = (Dwarf_Error) _dwarf_get_alloc(dbg, DW_DLA_ERROR, 1);
370 if (errptr == NULL) {
375 errptr
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c430 char *errptr; local
451 pid = (id_t)strtol(dirent->d_name, &errptr, 10);
452 if (errptr != NULL && *errptr != '\0')
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c218 char *errptr; local
312 strtol(*argv, &errptr, 10);
313 if (errptr != NULL && *errptr != '\0') {
327 strtol(*argv, &errptr, 10);
328 if (*errptr++ != '-') {
336 strtol(errptr, &errptr, 10);
337 if ((errptr != NULL && *errptr !
[all...]
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c648 char *errptr; local
775 pset = strtol(*argv, &errptr, 10);
776 if (errptr != NULL && *errptr != '\0' || pset < 0) {
803 pset = (psetid_t)strtol(*argv, &errptr, 10);
804 if (errptr != NULL && *errptr != '\0') {
845 cpu = (processorid_t)strtol(*argv, &errptr, 10);
846 if (errptr != NULL && *errptr !
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c2110 int *errptr = (int *)ep; local
2112 if (*errptr != 0)
2116 *errptr = ipsec_copy_polhead(itp->itp_policy, itp->itp_inactive, ns);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3117 char *errptr = errbuf; local
3120 while ((errptr < errend) && *errptr) {
3121 size_t size = strlen(errptr);
3122 (void) write(2, errptr, size);
3125 errptr += (size + 1);
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h265 uint32_t errptr; member in struct:iwn_softc
H A Dif_iwnreg.h1184 uint32_t errptr; member in struct:iwn_ucode_info

Completed in 76 milliseconds