/src/usr.sbin/acpitools/aml/ |
aml_region.c | 216 const char *funcname[] = { local in function:aml_region_io_buffer 222 printf("%s: region type isn't system memory!\n", funcname[io]); 227 printf("%s: bit length isn't a multiple of 8!\n", funcname[io]); 230 printf("%s: bit offset isn't a multiple of 8!\n", funcname[io]);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_pptp_pxy.c | 283 static const char *funcname = "ipf_p_pptp_nextmessage"; local in function:ipf_p_pptp_nextmessage 314 printf("%s: next (%x) != start (%x)\n", funcname, 340 funcname, 364 funcname, len);
|
/src/usr.sbin/lockstat/ |
main.c | 173 char *lockname, *funcname; local in function:main 182 funcname = NULL; 197 funcname = optarg; 302 if (funcname != NULL) { 305 findsym(FUNC_BYNAME, funcname, &le.le_csstart, &le.le_csend, true);
|
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_win.cc | 993 const char *funcname = &import_by_name->Name[0]; local in function:__interception::OverrideImportedFunction 994 if (strcmp(funcname, function_name) == 0)
|