/src/usr.bin/error/ |
subr.c | 53 Eptr errorp; local in function:arrayify 58 for (errorp = header, listlength = 0; 59 errorp != NULL; errorp = errorp->error_next, listlength++) 62 for (listindex = 0, errorp = header; 64 listindex++, errorp = errorp->error_next) { 65 array[listindex] = errorp; 66 errorp->error_position = listindex 276 Eptr errorp; local in function:printerrors [all...] |
filter.c | 167 discardit(Eptr errorp) 170 Errorclass errorclass = errorp->error_e_class; 178 if (errorp->error_lgtext < 2) { 181 if (errorp->error_language == INLINT) { 184 if (strcmp(errorp->error_text[0], lint_libs[i]) == 0) { 190 if (ispunct((unsigned char)lastchar(errorp->error_text[2]))) 191 clob_last(errorp->error_text[2], '\0'); 192 if (search_ignore(errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) {
|
touch.c | 118 Eptr errorp; local in function:findfiles 131 ECITERATE(ei, errorp, 0, my_errors, my_nerrors) { 132 if ( ! (NOTSORTABLE(errorp->error_e_class))) 144 ECITERATE(ei, errorp, ei, my_errors, my_nerrors) { 145 const char *fname = makename(errorp->error_text[0], filelevel); 146 if (errorp->error_e_class == C_NULLED 147 || errorp->error_e_class == C_TRUE) { 166 Eptr errorp; local in function:countfiles 171 ECITERATE(ei, errorp, 0, errors, nerrors) { 172 if (SORTABLE(errorp->error_e_class)) 243 Eptr errorp; local in function:nopertain 274 Eptr errorp; local in function:touchfiles 441 Eptr errorp; local in function:diverterrors [all...] |
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_sysctl.c | 172 int *errorp, int *retcodep) 186 *errorp = error; 198 if (copylen < buflen && *errorp == 0) { 199 *errorp = ENOMEM; 211 *retcodep = *errorp;
|
/src/sys/netinet6/ |
mld6.c | 703 in6_addmulti(struct in6_addr *maddr6, struct ifnet *ifp, int *errorp, 709 *errorp = 0; 728 *errorp = ENOBUFS; 746 *errorp = if_mcast_op(ifp, SIOCADDMULTI, sin6tosa(&sin6)); 747 if (*errorp) { 945 in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp, int timer) 951 *errorp = ENOBUFS; 955 imm->i6mm_maddr = in6_addmulti(addr, ifp, errorp, timer); 957 /* *errorp is already set */
|
/src/sys/dev/sdmmc/ |
ld_sdmmc.c | 160 int *errorp; local in function:ld_sdmmc_task_cancel 198 errorp = task->task_errorp; 224 if (errorp) { 225 *errorp = ENXIO;
|
/src/sys/netipsec/ |
key.c | 686 static struct mbuf * key_setspddump (int *errorp, pid_t); 687 static struct mbuf * key_setspddump_chain (int *errorp, int *lenp, pid_t pid); 814 static struct mbuf *key_setdump_chain (u_int8_t req_satype, int *errorp, 2869 key_setspddump_chain(int *errorp, int *lenp, pid_t pid) 2890 *errorp = ENOENT; 2913 *errorp = 0; 7604 key_setdump_chain(u_int8_t req_satype, int *errorp, int *lenp, pid_t pid) 7621 *errorp = EINVAL; 7640 *errorp = ENOENT; 7656 *errorp = EINVAL [all...] |
ipsec.c | 1792 int *needipsecp, int *errorp) 1820 *errorp = error;
|
/src/sys/net/agr/ |
if_agr.c | 1127 int *errorp = arg; local in function:agrport_config_promisc_callback 1135 *errorp = error;
|
/src/sys/netinet/ |
in.c | 1840 int soopts, struct ip_moptions *mopts, int *errorp, struct psref *psref) 1910 *errorp = EADDRNOTAVAIL; 1940 *errorp = EADDRNOTAVAIL; 1951 *errorp = EADDRNOTAVAIL;
|