Home
last modified time | relevance | path

Searched +defs:process +defs:name (Results 1 – 25 of 6140) sorted by relevance

12345678910>>...246

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
133 process_init_stopped ( struct process *process, in process_init_stopped()
149 process_init ( struct process *process, in process_init()
163 process_running ( struct process *process ) { in process_running()
181 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
133 process_init_stopped ( struct process *process, in process_init_stopped()
149 process_init ( struct process *process, in process_init()
163 process_running ( struct process *process ) { in process_running()
181 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
133 process_init_stopped ( struct process *process, in process_init_stopped()
149 process_init ( struct process *process, in process_init()
163 process_running ( struct process *process ) { in process_running()
181 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/util/sasl/
H A Dmechanisms.py34 def process(self, challenge=b''): member in ANONYMOUS
41 name = 'LOGIN' variable in LOGIN
47 def process(self, challenge=b''): member in LOGIN
61 name = 'PLAIN' variable in PLAIN
74 def process(self, challenge=b''): member in PLAIN
87 def process(self, challenge=b''): member in EXTERNAL
97 def process(self, challenge=b''): member in X_FACEBOOK_PLATFORM
124 def process(self, challenge=b''): member in X_MESSENGER_OAUTH2
134 def process(self, challenge=b''): member in X_OAUTH2
145 def process(self, challenge=b''): member in X_GOOGLE_TOKEN
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
145 process_init_stopped ( struct process *process, in process_init_stopped()
161 process_init ( struct process *process, in process_init()
175 process_running ( struct process *process ) { in process_running()
193 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
145 process_init_stopped ( struct process *process, in process_init_stopped()
161 process_init ( struct process *process, in process_init()
175 process_running ( struct process *process ) { in process_running()
193 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
145 process_init_stopped ( struct process *process, in process_init_stopped()
161 process_init ( struct process *process, in process_init()
175 process_running ( struct process *process ) { in process_running()
193 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
33 const char *name; member
68 #define process_offset( object_type, name ) \ argument
145 process_init_stopped ( struct process *process, in process_init_stopped()
161 process_init ( struct process *process, in process_init()
175 process_running ( struct process *process ) { in process_running()
193 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dprocess.h17 struct process { struct
21 struct process_descriptor *desc; argument
24 * If this process is not part of a reference-counted object, argument
30 /** A process descriptor */ argument
66 #define process_offset( object_type, name ) \ argument
80 #define PROC_DESC( object_type, process, _step ) { \ argument
128 process_init_stopped ( struct process *process, in process_init_stopped()
144 process_init ( struct process *process, in process_init()
158 process_running ( struct process *process ) { in process_running()
176 #define PERMANENT_PROCESS( name, step ) \ argument
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/commands/
H A Delec_ex_corr.cpp82 string getLibXCdescription(const string& name, const EnumStringMap<int>& map) in getLibXCdescription()
93 string getLibXCdescription_X(const string& name) { return getLibXCdescription(name, xcMap_X); } in getLibXCdescription_X()
94 string getLibXCdescription_C(const string& name) { return getLibXCdescription(name, xcMap_C); } in getLibXCdescription_C()
96 string getLibXCdescription_K(const string& name) { return getLibXCdescription(name, xcMap_K); } in getLibXCdescription_K()
128 void process(ParamList& pl, Everything& e) in process() function
137 void process(ParamList& pl, ExCorr& exCorr) in process() function
209 void process(ParamList& pl, Everything& e) in process() function
240 void process(ParamList& pl, Everything& e) in process() function
288 void process(ParamList& pl, Everything& e) in process() function
313 void process(ParamList& pl, Everything& e) in process() function
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/saved_searches/
H A Dmodules.php15 public function process() { function in Hm_Handler_save_searches_data
33 public function process() { function in Hm_Handler_saved_search_folder_data
42 public function process() { function in Hm_Handler_update_search
65 public function process() { function in Hm_Handler_delete_search
83 public function process() { function in Hm_Handler_save_search
218 public function update($name, $search) {
225 public function add($name, $search) {
232 public function get($name, $default=false) {
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DProcessWatcher.java49 public ProcessWatcher (final Process process, final String name) { in ProcessWatcher()
63 public ProcessWatcher (final Process process, final String name, in ProcessWatcher()
178 private Process process; field in ProcessWatcher
183 private String name; field in ProcessWatcher
/dports/security/suricata/suricata-6.0.4/contrib/file_processor/Processor/
H A DMalwr.pm10 sub name { 'Malwr' } subroutine
13 sub process { method in Processor::Malwr
H A DShadowServer.pm11 sub name { 'ShadowServer' } subroutine
14 sub process { subroutine
H A DVirusTotal.pm10 sub name { 'VirusTotal' } method in Processor::VirusTotal
13 sub process { method in Processor::VirusTotal
H A DAnubis.pm10 sub name { 'Anubis' } subroutine
13 sub process { subroutine
H A DThreatExpert.pm10 sub name { 'ThreatExpert' } subroutine
13 sub process { method in Processor::ThreatExpert
/dports/sysutils/gkrelltop/gkrelltop-2.2.13.orig/
H A Dgkrelltop.h42 struct process { struct
43 struct process *next; argument
44 struct process *previous; argument
46 pid_t pid;
47 char *name; member
70 int gkrelltop_process_find_top_three(struct process **); argument
/dports/print/cups-filters/cups-filters-1.28.10/filter/foomatic-rip/
H A Dprocess.c35 struct process { struct
36 char name[64]; member
42 struct process procs[MAX_CHILDS] = { argument
49 void add_process(const char *name, int pid, int isgroup) in add_process()
94 static pid_t _start_process(const char *name, in _start_process()
192 pid_t start_system_process(const char *name, const char *command, FILE **fdin, FILE **fdout) in start_system_process()
197 pid_t start_process(const char *name, int (*proc_func)(FILE *, FILE *, void *), void *user_arg, FIL… in start_process()
224 int run_system_process(const char *name, const char *command) in run_system_process()
/dports/print/foomatic-filters/foomatic-filters-4.0.17/
H A Dprocess.c34 struct process { struct
35 char name[64]; member
41 struct process procs[MAX_CHILDS] = { argument
48 void add_process(const char *name, int pid, int isgroup) in add_process()
93 static int _start_process(const char *name, in _start_process()
185 int start_system_process(const char *name, const char *command, FILE **fdin, FILE **fdout) in start_system_process()
190 int start_process(const char *name, int (*proc_func)(FILE *, FILE *, void *), void *user_arg, FILE … in start_process()
217 int run_system_process(const char *name, const char *command) in run_system_process()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dtop.h82 struct process { struct
83 struct process *next; argument
84 struct process *previous; argument
86 pid_t pid;
87 char *name; member
88 char *basename;
89 uid_t uid;
113 struct sorted_process { argument
116 struct process *proc; argument
/dports/sysutils/conky/conky-1.12.2/src/
H A Dtop.h82 struct process { struct
83 struct process *next; argument
84 struct process *previous; argument
86 pid_t pid;
87 char *name; member
88 char *basename;
89 uid_t uid;
113 struct sorted_process { argument
116 struct process *proc; argument
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/cmake/binary-info/
H A Dget_static_size.py24 process = subprocess.Popen(command, stdout=subprocess.PIPE, shell=True) variable
33 process = subprocess.Popen(command, stdout=subprocess.PIPE, shell=True) variable
38 name = line.split()[-1] variable
45 name, addr = entry variable
55 size, name = l[i] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/frontends/
H A Dcommand_line.py122 def _ListProcessStats(process): argument
139 def _ListProcessMmaps(process): argument
156 def _ListProcessClassifiedMmaps(process, mmap_rule): argument
169 def _Truncate(name, max_length): argument
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/
H A Dextension.h34 const char *name; member
36 int (*process)(struct client *client, uint32_t command, uint32_t tag, struct message *m); member
40 const char *name; member
42 int (*process)(struct client *client, uint32_t tag, struct message *m); member

12345678910>>...246