Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd-src/sys/dev/
H A Dkcov.c639 kcov_remote_enter(int subsystem, void *id) in kd_claim()
648 kr = kr_lookup(subsystem, id); in kcov_remote_enter()
682 kcov_remote_leave(int subsystem, void *id) in kcov_remote_enter()
694 kr = kr_lookup(subsystem, id); in kcov_remote_leave()
724 kcov_remote_register(int subsystem, void *id) in kcov_remote_leave()
727 kcov_remote_register_locked(subsystem, id);
732 kcov_remote_unregister(int subsystem, void *id) in kcov_remote_register()
737 kr = kr_lookup(subsystem, id); in kcov_remote_unregister() argument
744 kcov_remote_register_locked(int subsystem, void *id) in kcov_remote_unregister()
757 kr->kr_subsystem = subsystem; in kcov_remote_register_locked()
644 kcov_remote_enter(int subsystem,void * id) kcov_remote_enter() argument
687 kcov_remote_leave(int subsystem,void * id) kcov_remote_leave() argument
729 kcov_remote_register(int subsystem,void * id) kcov_remote_register() argument
749 kcov_remote_register_locked(int subsystem,void * id) kcov_remote_register_locked() argument
852 kr_lookup(int subsystem,void * id) kr_lookup() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/
H A DPerlLog.mc322 Mail subsystem message: %1
362 Line printer subsystem message: %1
372 USENET news subsystem message: %1
382 UUCP subsystem message: %1
504 NetInfo subsystem message: %1
534 Installer subsystem message: %1
565 NTP subsystem message: %1
575 Security subsystem message (firewalling, etc.): %1
/openbsd-src/gnu/llvm/lld/MinGW/
H A DOptions.td90 "Set the OS and subsystem major version">;
91 defm major_subsystem_version: EqLong<"major-subsystem-version",
92 "Set the OS and subsystem major version">;
95 "Set the OS and subsystem minor version">;
96 defm minor_subsystem_version: EqLong<"minor-subsystem-version",
97 "Set the OS and subsystem minor version">;
112 defm subs: Eq<"subsystem", "Specify subsystem">;
/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.mak81 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /ma…
82 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /ma…
85 /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/SCC.pdb" /machine:I386\
144 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /de…
145 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /de…
148 /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)/SCC.pdb" /debug\
H A DSCC.dsp53 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /ma…
54 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /ma…
78 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /de…
79 …2.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /de…
/openbsd-src/regress/usr.bin/ssh/
H A Dchannel-timeout.sh122 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
134 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
147 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
H A Dforcecommand.sh59 grep -vi subsystem $OBJ/sshd_proxy_bak > $OBJ/sshd_proxy
/openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td50 def subsystem : P<"subsystem", "">;
/openbsd-src/sys/sys/
H A Dkcov.h36 int subsystem; member
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/
H A DChanges6 A subsystem module OS2::DLL extracted which does not link
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dpe.em34 only determine if the subsystem is console or windows in order to select
212 {"major-subsystem-version", required_argument, NULL, OPTION_MAJOR_SUBSYSTEM_VERSION},
215 {"minor-subsystem-version", required_argument, NULL, OPTION_MINOR_SUBSYSTEM_VERSION},
218 {"subsystem", required_argument, NULL, OPTION_SUBSYSTEM},
258 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
311 …fprintf (file, _(" --major-subsystem-version <number> Set minimum required OS subsystem version\n…
314 …fprintf (file, _(" --minor-subsystem-version <number> Set minimum required OS subsystem revision\…
317 fprintf (file, _(" --subsystem <name>[:<version>] Set required OS subsystem [& version]\n"));
383 int subsystem;
401 /* Entry point name for arbitrary subsystem numbers. */
[all …]
H A Dbeos.em31 only determine if the subsystem is console or windows in order to select
99 {"major-subsystem-version", required_argument, NULL, OPTION_MAJOR_SUBSYSTEM_VERSION},
102 {"minor-subsystem-version", required_argument, NULL, OPTION_MINOR_SUBSYSTEM_VERSION},
105 {"subsystem", required_argument, NULL, OPTION_SUBSYSTEM},
115 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
208 einfo ("%P: warning: bad version number in -subsystem option\n");
218 /* If the subsystem is windows, we use a different entry
225 einfo ("%P%F: invalid subsystem type %s\n", optarg);
/openbsd-src/regress/sys/dev/kcov/
H A Dkcov.c482 .subsystem = KCOV_REMOTE_COMMON, in test_remote()
526 .subsystem = KCOV_REMOTE_COMMON, in test_remote_close()
550 .subsystem = KCOV_REMOTE_COMMON, in test_remote_interrupt()
/openbsd-src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D29_plv5235w.t71 …ocessorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'" -subsystem:console,"5.01"},
72 …ocessorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'" -subsystem:console,"5.01"},
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dbeos.em31 only determine if the subsystem is console or windows in order to select
99 {"major-subsystem-version", required_argument, NULL, OPTION_MAJOR_SUBSYSTEM_VERSION},
102 {"minor-subsystem-version", required_argument, NULL, OPTION_MINOR_SUBSYSTEM_VERSION},
105 {"subsystem", required_argument, NULL, OPTION_SUBSYSTEM},
115 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
212 einfo ("%P: warning: bad version number in -subsystem option\n");
222 /* If the subsystem is windows, we use a different entry
244 einfo ("%P%F: invalid subsystem type %s\n", optarg);
H A Dpe.em33 only determine if the subsystem is console or windows in order to select
201 {"major-subsystem-version", required_argument, NULL, OPTION_MAJOR_SUBSYSTEM_VERSION},
204 {"minor-subsystem-version", required_argument, NULL, OPTION_MINOR_SUBSYSTEM_VERSION},
207 {"subsystem", required_argument, NULL, OPTION_SUBSYSTEM},
246 /* PE/WIN32; added routines to get the subsystem type, heap and/or stack
299 …fprintf (file, _(" --major-subsystem-version <number> Set minimum required OS subsystem version\n…
302 …fprintf (file, _(" --minor-subsystem-version <number> Set minimum required OS subsystem revision\…
305 fprintf (file, _(" --subsystem <name>[:<version>] Set required OS subsystem [& version]\n"));
404 einfo (_("%P: warning: bad version number in -subsystem option\n"));
440 einfo (_("%P%F: invalid subsystem type %s\n"), optarg);
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td114 defm subsystem
115 : Eq<"subsystem",
116 "Set PE subsystem and version">,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dexc_request.defs32 subsystem exc 2400;
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/po/
H A Dzh_CN.po78 msgid " --major-subsystem-version <number> Set minimum required OS subsystem version\n"
79 msgstr " --major-subsystem-version <数> 设定对操作系统子系统版本的最低要求\n"
93 msgid " --minor-subsystem-version <number> Set minimum required OS subsystem revision\n"
94 msgstr " --minor-subsystem-version <数> 设定对操作系统子系统修订版本的最低要求\n"
108 msgid " --subsystem <name>[:<version>] Set required OS subsystem [& version]\n"
109 msgstr " --subsystem <名>[:<版本>] 设定需要的操作系统子系统[和版本号]\n"
248 msgid "%P: warning: bad version number in -subsystem option\n"
253 msgid "%P%F: invalid subsystem type %s\n"
H A Dda.po72 msgid " --major-subsystem-version <number> Set minimum required OS subsystem version\n"
74 " --major-subsystem-version <nummer> S�t laveste n�dvendige\n"
88 msgid " --minor-subsystem-version <number> Set minimum required OS subsystem revision\n"
90 " --minor-subsystem-version <nummer> S�t laveste n�dvendige\n"
102 msgid " --subsystem <name>[:<version>] Set required OS subsystem [& version]\n"
104 " --subsystem <navn>[:<version>] S�t n�dvendigt OS-undersystem\n"
219 msgid "%P: warning: bad version number in -subsystem option\n"
220 msgstr "%P: advarsel: fejlagtigt nummer i flaget -subsystem\n"
223 msgid "%P%F: invalid subsystem type %s\n"
/openbsd-src/usr.sbin/smtpd/
H A Dlka_filter.c199 io_printf(pi->io, "config|subsystem|smtp-in\n"); in lka_proc_config()
201 io_printf(pi->io, "config|subsystem|smtp-out\n"); in lka_proc_config()
1309 struct dict *subsystem; in lka_report_register_hook()
1316 subsystem = &report_smtp_in; in lka_report_register_hook()
1320 subsystem = &report_smtp_out; in lka_report_register_hook()
1328 while (dict_iter(subsystem, &iter, NULL, (void **)&tailq)) { in lka_report_register_hook()
1342 tailq = dict_get(subsystem, hook); in report_smtp_broadcast()
1296 struct dict *subsystem; lka_report_register_hook() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1708 llvm::StringRef subsystem; in DumpHeader() local
1709 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader()
1710 !subsystem.empty()) { in DumpHeader()
1714 stream.PutCString(subsystem); in DumpHeader()
/openbsd-src/lib/libpcap/
H A DREADME38 with the underlying kernel subsystem, but this is not yet implemented.
/openbsd-src/gnu/usr.bin/binutils/ld/po/
H A Dld.pot74 " --major-subsystem-version <number> Set minimum required OS subsystem "
89 " --minor-subsystem-version <number> Set minimum required OS subsystem "
103 " --subsystem <name>[:<version>] Set required OS subsystem [& version]\n"
230 msgid "%P: warning: bad version number in -subsystem option\n"
234 msgid "%P%F: invalid subsystem type %s\n"
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp425 parseSubsystem(arg->getValue(), &ctx.config.subsystem, in parseDirectives()
688 assert(ctx.config.subsystem != IMAGE_SUBSYSTEM_UNKNOWN && in findDefaultEntry()
692 return mangle(ctx.config.subsystem == IMAGE_SUBSYSTEM_WINDOWS_GUI in findDefaultEntry()
696 if (ctx.config.subsystem == IMAGE_SUBSYSTEM_WINDOWS_GUI) { in findDefaultEntry()
1697 parseSubsystem(arg->getValue(), &config->subsystem, in linkerMain()
2096 if (config->subsystem == IMAGE_SUBSYSTEM_UNKNOWN) { in linkerMain()
2097 config->subsystem = inferSubsystem(); in linkerMain()
2098 if (config->subsystem == IMAGE_SUBSYSTEM_UNKNOWN) in linkerMain()

1234