| /netbsd-src/sys/kern/ |
| H A D | gendevcalls.awk | 104 subsystem = "" 114 /^subsystem[ \t]+[a-zA-Z]+[a-zA-Z0-9\-]*[ \t]*;[ \t]*$/ { 115 subsystem = $2 118 gsub(";$", "", subsystem) 120 subsystem_ub = subsystem 126 call_name_prefix = subsystem "-"
|
| H A D | subr_kcov.c | 223 uint64_t subsystem; member 234 kcov_remote_find(uint64_t subsystem, uint64_t id) in kcov_remote_find() argument 239 if (kr->subsystem == subsystem && kr->id == id) in kcov_remote_find() 247 kcov_remote_register(uint64_t subsystem, uint64_t id) in kcov_remote_register() argument 253 if (kcov_remote_find(subsystem, id) != NULL) { in kcov_remote_register() 258 kr->subsystem = subsystem; in kcov_remote_register() 272 kcov_remote_enter(uint64_t subsystem, uint64_t id) in kcov_remote_enter() argument 279 kr = kcov_remote_find(subsystem, id); in kcov_remote_enter() 295 kcov_remote_leave(uint64_t subsystem, uint64_t id) in kcov_remote_leave() argument 301 kr = kcov_remote_find(subsystem, id); in kcov_remote_leave() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | printmsg.c | 47 char *subsystem, in slapi_int_log_error() argument 58 assert( subsystem != NULL ); in slapi_int_log_error() 83 fprintf( fp, " %s: ", subsystem ); in slapi_int_log_error()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_method_construct.pod | 56 calling the appropriate functions given by the subsystem specific 63 This function assumes that the subsystem method creator implements 65 subsystem destruct() method to decrement the reference count when 70 A central part of constructing a subsystem specific method is to give 89 NULL is a valid value and means that a subsystem default store 109 NULL is a valid value and means that a subsystem default store 122 Constructs a subsystem method for the given I<name> and the given 126 it possible for the subsystem constructor to keep a reference, which
|
| /netbsd-src/external/bsd/libfido2/dist/fuzz/ |
| H A D | udev.c | 78 const char *subsystem, const char *devtype) in __wrap_udev_device_get_parent_with_subsystem_devtype() argument 81 fido_log_debug("%s", subsystem); /* XXX consume */ in __wrap_udev_device_get_parent_with_subsystem_devtype() 180 const char *subsystem) in __wrap_udev_enumerate_add_match_subsystem() argument 183 fido_log_debug("%s:", subsystem); in __wrap_udev_enumerate_add_match_subsystem()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | emuxki_boards.c | 160 uint32_t subsystem, uint8_t revision) in emuxki_board_lookup() argument 170 subsystem == sb->sb_subsystem && revision == sb->sb_revision) in emuxki_board_lookup() 175 subsystem == sb->sb_subsystem && sb->sb_revision == 0) in emuxki_board_lookup()
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | dlltest.dsp | 51 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine… 52 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine… 75 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /… 76 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /…
|
| H A D | libbz2.dsp | 54 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /ma… 55 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /ma… 80 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /de… 81 …32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /de…
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6dl.dtsi | 115 capture-subsystem { 116 compatible = "fsl,imx-capture-subsystem"; 120 display-subsystem { 121 compatible = "fsl,imx-display-subsystem";
|
| /netbsd-src/sys/arch/hpcmips/stand/dspgen/ |
| H A D | application_WCE_MIPS.tmpl.evc3 | 59 # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /machine:MIPS /subsystem:$(CESubsystem) 61 …nsock.lib %%% LIBRARIES %%% /nologo %%% RELEASE_LIBPATH %%% /machine:MIPS /subsystem:$(CESubsystem) 91 # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /debug /machine:MIPS /subsystem:$(CESubsystem) 93 …ES %%% /nologo /incremental:no /debug %%% DEBUG_LIBPATH %%% /machine:MIPS /subsystem:$(CESubsystem)
|
| H A D | application_WCE_MIPS.tmpl | 56 # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /machine:MIPS /subsystem:$(CESubsystem) 58 …ib winsock.lib %%% LIBRARIES %%% /nologo /incremental:no /machine:MIPS /subsystem:$(CESubsystem) %… 88 # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /debug /machine:MIPS /subsystem:$(CESubsystem) 90 …ock.lib %%% LIBRARIES %%% /nologo /incremental:no /debug /machine:MIPS /subsystem:$(CESubsystem) %…
|
| /netbsd-src/usr.sbin/hdaudioctl/ |
| H A D | hdaudioctl.c | 117 uint32_t subsystem; in hdaudioctl_list() local 143 prop_dictionary_get_uint32(dict, "subsystem-id", &subsystem); in hdaudioctl_list() 148 codecid, nid, vendor, product, subsystem, in hdaudioctl_list()
|
| /netbsd-src/sys/arch/hpc/stand/dspgen/tmpl.vc5/ |
| H A D | application.SHDebug | 11 # ADD BASE LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /debug /machine:SH3 /subsystem… 13 # ADD LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /debug /machine:SH3 /subsystem:$(CE…
|
| H A D | application.SHRelease | 11 # ADD BASE LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /machine:SH3 /subsystem:$(CESu… 13 # ADD LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /machine:SH3 /subsystem:$(CESubsyst…
|
| H A D | application.MIPSDebug | 11 …2 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /debug /machine:MIPS /subsystem:$(CESubsystem) 13 # ADD LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /debug /machine:MIPS /subsystem:$(C…
|
| H A D | application.MIPSRelease | 11 # ADD BASE LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /machine:MIPS /subsystem:$(CES… 13 # ADD LINK32 commctrl.lib coredll.lib %%% LIBRARIES %%% /nologo /machine:MIPS /subsystem:$(CESubsys…
|
| /netbsd-src/sys/arch/hpc/stand/dspgen/tmpl.evc4/ |
| H A D | application.ARMV4Debug | 11 …00 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce,3.00 /… 12 …00 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce,3.00 /…
|
| H A D | application.SH3Release | 11 …00,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce,3.00 /… 12 …00,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce,3.00 /…
|
| /netbsd-src/sys/arch/hpc/stand/dspgen/tmpl.vc6/ |
| H A D | application.MIPSDebug | 11 …ES %%% /nologo /debug /machine:MIPS /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 13 …ES %%% /nologo /debug /machine:MIPS /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|
| H A D | application.ARMRelease | 11 …% LIBRARIES %%% /nologo /machine:ARM /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 13 …% LIBRARIES %%% /nologo /machine:ARM /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|
| H A D | application.SH3Release | 11 … LIBRARIES %%% /nologo /machine:SH3 /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 13 … LIBRARIES %%% /nologo /machine:SH3 /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|
| H A D | application.MIPSRelease | 11 …LIBRARIES %%% /nologo /machine:MIPS /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 13 …LIBRARIES %%% /nologo /machine:MIPS /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|
| H A D | application.SH4Release | 11 … LIBRARIES %%% /nologo /machine:SH4 /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 13 … LIBRARIES %%% /nologo /machine:SH4 /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|
| /netbsd-src/sys/arch/hpc/stand/dspgen/tmpl.evc3/ |
| H A D | application.MIPSDebug | 11 …00 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 12 …00 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|
| H A D | application.MIPSRelease | 11 …00,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /… 12 …00,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /…
|