Home
last modified time | relevance | path

Searched full:instance (Results 1 – 25 of 2564) sorted by relevance

12345678910>>...103

/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c88 * instance->pp->leap indicator but only run this test in December and June for
268 struct instance { struct
359 #define rcvbuf instance->Rcvbuf argument
360 #define rcvptr instance->Rcvptr
365 static void oncore_consume (struct instance *);
366 static void oncore_read_config (struct instance *);
368 static int oncore_ppsapi (struct instance *);
369 static void oncore_get_timestamp (struct instance *, long, long);
370 static void oncore_init_shmem (struct instance *);
372 static void oncore_antenna_report (struct instance *, enu
269 unitinstance global() argument
270 ppinstance global() argument
271 peerinstance global() argument
273 ttyfdinstance global() argument
274 ppsfdinstance global() argument
275 shmemfdinstance global() argument
276 pps_hinstance global() argument
277 pps_pinstance global() argument
278 o_stateinstance global() argument
279 modeinstance global() argument
280 site_surveyinstance global() argument
281 ant_stateinstance global() argument
283 Bj_dayinstance global() argument
285 delayinstance global() argument
286 offsetinstance global() argument
288 shmeminstance global() argument
289 shmem_fnameinstance global() argument
290 shmem_Cbinstance global() argument
291 shmem_Bainstance global() argument
292 shmem_Eainstance global() argument
293 shmem_Hainstance global() argument
294 shmem_resetinstance global() argument
295 shmem_Posninstance global() argument
296 shmem_bad_Eainstance global() argument
297 almanac_from_shmeminstance global() argument
299 ss_latinstance global() argument
300 ss_longinstance global() argument
301 ss_htinstance global() argument
302 dHinstance global() argument
303 ss_countinstance global() argument
304 posn_setinstance global() argument
306 modelinstance global() argument
307 versioninstance global() argument
308 revisioninstance global() argument
310 chaninstance global() argument
311 traiminstance global() argument
313 traim_delayinstance global() argument
314 countinstance global() argument
315 count1instance global() argument
316 count2instance global() argument
317 count3instance global() argument
318 count4instance global() argument
319 count5instance global() argument
320 count5_setinstance global() argument
321 countainstance global() argument
322 pollcntinstance global() argument
323 timeoutinstance global() argument
324 max_leninstance global() argument
325 max_countinstance global() argument
327 rsminstance global() argument
328 Blinstance global() argument
329 printedinstance global() argument
330 polledinstance global() argument
331 ev_serialinstance global() argument
332 Rcvptrinstance global() argument
333 Rcvbufinstance global() argument
334 BEHainstance global() argument
335 BEHninstance global() argument
597 register struct instance *instance; oncore_start() local
781 register struct instance *instance; oncore_shutdown() local
817 struct instance *instance; oncore_poll() local
849 oncore_ppsapi(struct instance * instance) oncore_ppsapi() argument
934 oncore_init_shmem(struct instance * instance) oncore_init_shmem() argument
1088 oncore_read_config(struct instance * instance) oncore_read_config() argument
1437 struct instance *instance; oncore_receive() local
1483 oncore_consume(struct instance * instance) oncore_consume() argument
1580 oncore_get_timestamp(struct instance * instance,long dt1,long dt2) oncore_get_timestamp() argument
3386 oncore_check_antenna(struct instance * instance) oncore_check_antenna() argument
3426 oncore_check_leap_sec(struct instance * instance) oncore_check_leap_sec() argument
3491 oncore_compute_dH(struct instance * instance) oncore_compute_dH() argument
3525 oncore_load_almanac(struct instance * instance) oncore_load_almanac() argument
3648 oncore_print_Cb(struct instance * instance,u_char * cp) oncore_print_Cb() argument
3698 oncore_print_posn(struct instance * instance) oncore_print_posn() argument
3759 oncore_sendmsg(struct instance * instance,u_char * ptr,size_t len) oncore_sendmsg() argument
3788 oncore_set_posn(struct instance * instance) oncore_set_posn() argument
3856 oncore_set_traim(struct instance * instance) oncore_set_traim() argument
3894 oncore_shmem_get_3D(struct instance * instance) oncore_shmem_get_3D() argument
3938 oncore_ss(struct instance * instance) oncore_ss() argument
4008 oncore_wait_almanac(struct instance * instance) oncore_wait_almanac() argument
4052 oncore_feed_clockproc(struct instance * instance) oncore_feed_clockproc() argument
4099 oncore_log(struct instance * instance,int log_level,const char * msg) oncore_log() argument
4112 oncore_log_f(struct instance * instance,int log_level,const char * fmt,...) oncore_log_f() argument
[all...]
/freebsd/stand/ficl/softwords/
H A Doo.fr29 \ A ficl object binds instance storage (payload) to a class.
30 \ object ( -- instance class )
37 \ The NEW method creates and initializes an instance of a class.
41 \ cell 2: size of instance's payload
43 \ Methods expect an object couple ( instance class )
123 : catch-method ( instance class c-addr u -- <method-signature> exc-flag )
127 : exec-method ( instance class c-addr u -- <method-signature> )
131 \ Method lookup operator takes a class-addr and instance-addr
135 : --> ( instance class -- ??? )
144 : c-> ( instance class -- ?? exc-flag )
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DTcp6.h39 /// The EFI TCPv6 Protocol instance handle that is using this
44 /// The local IPv6 address to which this TCP instance is bound. Set
45 /// to 0::/128, if this TCP instance is configured to listen on all
54 /// The remote IPv6 address. It may be 0::/128 if this TCP instance is
60 /// TCP instance is not connected to any remote host.
80 /// The local IP address assigned to this TCP instance. The EFI
89 /// The local port number to which this EFI TCPv6 Protocol instance
90 /// is bound. If the instance doesn't care the local port number, set
95 /// The remote IP address to which this EFI TCPv6 Protocol instance
97 /// instance), the instance only accepts connections from the
[all …]
H A DTcp4.h127 /// EFI_SUCCESS: The active open succeeds and the instance's
130 /// either by instance itself or the communication peer.
185 /// receive buffer of the instance.
187 /// because this connection is reset either by instance
230 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
234 data used by the TCPv4 instance.
236 data used indirectly by the TCPv4 instance.
238 data used indirectly by the TCPv4 instance.
242 @retval EFI_NOT_STARTED No configuration data is available because this instance hasn't
258 Initialize or brutally reset the operational parameters for this EFI TCPv4 instance.
[all …]
H A DHttp.h110 /// Set to TRUE to instruct the EFI HTTP instance to use the default address
111 /// information in every TCP connection made by this instance. In addition, when set
117 /// used in every TCP connection opened by this instance.
122 /// in every TCP connection opened by this instance.
127 /// every TCP connection opened by this instance.
137 /// Local IP address to be used in every TCP connection opened by this instance.
141 /// Local port to be used in every TCP connection opened by this instance.
152 /// HTTP version that this instance will support.
160 /// Defines behavior of EFI DNS and TCP protocols consumed by this instance. If
161 /// FALSE, this instance will use EFI_DNS4_PROTOCOL and EFI_TCP4_PROTOCOL. If TRUE,
[all …]
H A DDhcp6.h30 /// The EFI DHCPv6 Protocol instance is configured, and start() needs
36 /// DHCPv6 Protocol instance is collecting Advertise packets.
41 /// Protocol instance is waiting for Reply packet.
47 /// Protocol instance is waiting for Reply packet.
52 /// configured IA, and the EFI DHCPv6 Protocol instance is waiting for Reply packet.
57 /// the configured IA, and the EFI DHCPv6 Protocol instance is waiting for Reply packet.
66 /// the configured IA, and the EFI DHCPv6 Protocol instance is waiting for Reply packet.
71 /// the configured IA, and the EFI DHCPv6 Protocol instance is waiting for Reply packet.
290 /// Pointer to the configured IA of current instance. The caller can free this buffer after
297 EFI_DHCP6_CALLBACK is provided by the consumer of the EFI DHCPv6 Protocol instance to
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,mmcc.yaml66 - description: DSI phy instance 1 dsi clock
67 - description: DSI phy instance 1 byte clock
68 - description: DSI phy instance 2 dsi clock
69 - description: DSI phy instance 2 byte clock
101 - description: DSI phy instance 0 dsi clock
102 - description: DSI phy instance 0 byte clock
129 - description: DSI phy instance 0 dsi clock
130 - description: DSI phy instance 0 byte clock
131 - description: DSI phy instance 1 dsi clock
132 - description: DSI phy instance 1 byte clock
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DLLJIT.h42 * A function for constructing an ObjectLinkingLayer instance to be used
43 * by an LLJIT instance.
46 * set the creator function to use when constructing an LLJIT instance.
51 * LLJIT instance. The client is not responsible for managing their lifetimes
59 * A reference to an orc::LLJITBuilder instance.
64 * A reference to an orc::LLJIT instance.
85 * instance. Calling this function is optional: if it is not called then the
96 * Set an ObjectLinkingLayer creator function for this LLJIT instance.
103 * Create an LLJIT instance from an LLJITBuilder.
110 * On success the resulting LLJIT instance i
[all...]
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kern_lib.c73 VCHIQ_INSTANCE_T instance = NULL; in vchiq_initialise() local
95 instance = kzalloc(sizeof(*instance), GFP_KERNEL); in vchiq_initialise()
96 if (!instance) { in vchiq_initialise()
98 "%s: error allocating vchiq instance\n", __func__); in vchiq_initialise()
102 instance->connected = 0; in vchiq_initialise()
103 instance->state = state; in vchiq_initialise()
104 lmutex_init(&instance->bulk_waiter_list_mutex); in vchiq_initialise()
105 INIT_LIST_HEAD(&instance->bulk_waiter_list); in vchiq_initialise()
107 *instanceOut = instance; in vchiq_initialise()
113 "%s(%p): returning %d", __func__, instance, status); in vchiq_initialise()
[all …]
H A Dvchiq_arm.c48 /* Some per-instance constants */
95 static int vchiq_proc_add_instance(VCHIQ_INSTANCE_T instance);
96 static void vchiq_proc_remove_instance(VCHIQ_INSTANCE_T instance);
103 VCHIQ_INSTANCE_T instance; member
205 add_completion(VCHIQ_INSTANCE_T instance, VCHIQ_REASON_T reason, in add_completion() argument
213 insert = instance->completion_insert; in add_completion()
214 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
221 if (down_interruptible(&instance->remove_event) != 0) { in add_completion()
227 if (instance->closing) { in add_completion()
235 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c131 * @param instance pointer to the current instance
134 static void clear_memory(argon2_instance_t *instance, int clear);
137 clear_memory(argon2_instance_t *instance, int clear) in clear_memory() argument
141 if (instance->region != NULL) { in clear_memory()
142 sodium_memzero(instance->region->memory, in clear_memory()
143 sizeof(block) * instance->memory_blocks); in clear_memory()
145 if (instance->pseudo_rands != NULL) { in clear_memory()
146 sodium_memzero(instance->pseudo_rands, in clear_memory()
147 sizeof(uint64_t) * instance->segment_length); in clear_memory()
174 free_instance(argon2_instance_t *instance, int flags) in free_instance() argument
[all …]
H A Dargon2-core.h90 * Argon2 instance: memory pointer, number of passes, amount of memory, type,
132 * @param instance Pointer to the current instance
139 static uint32_t index_alpha(const argon2_instance_t *instance, in index_alpha() argument
167 position->slice * instance->segment_length + in index_alpha()
171 position->slice * instance->segment_length + in index_alpha()
178 reference_area_size = instance->lane_length - in index_alpha()
179 instance->segment_length + position->index - in index_alpha()
182 reference_area_size = instance->lane_length - in index_alpha()
183 instance->segment_length + in index_alpha()
201 : (position->slice + 1) * instance->segment_length; in index_alpha()
[all …]
H A Dargon2-fill-block-ref.c106 * @param instance Pointer to the current instance
109 * @pre pseudo_rands must point to @a instance->segment_length allocated values
112 generate_addresses(const argon2_instance_t *instance, in generate_addresses() argument
121 if (instance != NULL && position != NULL) { in generate_addresses()
125 input_block.v[3] = instance->memory_blocks; in generate_addresses()
126 input_block.v[4] = instance->passes; in generate_addresses()
127 input_block.v[5] = instance->type; in generate_addresses()
129 for (i = 0; i < instance->segment_length; ++i) { in generate_addresses()
144 fill_segment_ref(const argon2_instance_t *instance, argon2_position_t position) in fill_segment_ref() argument
155 if (instance == NULL) { in fill_segment_ref()
[all …]
H A Dargon2-fill-block-avx2.c101 generate_addresses(const argon2_instance_t *instance, in generate_addresses() argument
110 if (instance != NULL && position != NULL) { in generate_addresses()
114 input_block.v[3] = instance->memory_blocks; in generate_addresses()
115 input_block.v[4] = instance->passes; in generate_addresses()
116 input_block.v[5] = instance->type; in generate_addresses()
118 for (i = 0; i < instance->segment_length; ++i) { in generate_addresses()
144 fill_segment_avx2(const argon2_instance_t *instance, in fill_segment_avx2() argument
157 if (instance == NULL) { in fill_segment_avx2()
161 if (instance->type == Argon2_id && in fill_segment_avx2()
166 pseudo_rands = instance->pseudo_rands; in fill_segment_avx2()
[all …]
H A Dargon2-fill-block-avx512f.c106 generate_addresses(const argon2_instance_t *instance, in generate_addresses() argument
115 if (instance != NULL && position != NULL) { in generate_addresses()
119 input_block.v[3] = instance->memory_blocks; in generate_addresses()
120 input_block.v[4] = instance->passes; in generate_addresses()
121 input_block.v[5] = instance->type; in generate_addresses()
123 for (i = 0; i < instance->segment_length; ++i) { in generate_addresses()
149 fill_segment_avx512f(const argon2_instance_t *instance, in fill_segment_avx512f() argument
162 if (instance == NULL) { in fill_segment_avx512f()
166 if (instance->type == Argon2_id && in fill_segment_avx512f()
171 pseudo_rands = instance->pseudo_rands; in fill_segment_avx512f()
[all …]
H A Dargon2-fill-block-ssse3.c100 generate_addresses(const argon2_instance_t *instance, in generate_addresses() argument
109 if (instance != NULL && position != NULL) { in generate_addresses()
113 input_block.v[3] = instance->memory_blocks; in generate_addresses()
114 input_block.v[4] = instance->passes; in generate_addresses()
115 input_block.v[5] = instance->type; in generate_addresses()
117 for (i = 0; i < instance->segment_length; ++i) { in generate_addresses()
143 fill_segment_ssse3(const argon2_instance_t *instance, in fill_segment_ssse3() argument
156 if (instance == NULL) { in fill_segment_ssse3()
160 if (instance->type == Argon2_id && in fill_segment_ssse3()
165 pseudo_rands = instance->pseudo_rands; in fill_segment_ssse3()
[all …]
/freebsd/stand/libofw/
H A Dopenfirm.c211 /* Return the package handle that corresponds to an instance handle. */
213 OF_instance_to_package(ihandle_t instance) in OF_instance_to_package() argument
219 cell_t instance; in OF_instance_to_package() member
222 SETUP(args, "instance-to-package", 1, 1); in OF_instance_to_package()
224 args.instance = instance; in OF_instance_to_package()
382 /* Return the fully qualified pathname corresponding to an instance. */
384 OF_instance_to_path(ihandle_t instance, char *buf, int len) in OF_instance_to_path() argument
390 cell_t instance; in OF_instance_to_path() member
395 SETUP(args, "instance-to-path", 3, 1); in OF_instance_to_path()
397 args.instance = instance; in OF_instance_to_path()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h55 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
57 Instance->init(); in init()
59 FallbackTSD.init(Instance); in init()
63 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
67 init(Instance); // Sets Initialized. in initOnceMaybe()
70 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
71 DCHECK(Instance); in unmapTestOnly()
74 Instance); in unmapTestOnly()
75 ThreadTSD.commitBack(Instance); in unmapTestOnly()
80 FallbackTSD.commitBack(Instance); in unmapTestOnly()
[all …]
/freebsd/sys/dev/ofw/
H A Dofw_standard.c78 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
90 static ssize_t ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance,
94 static int ofw_std_call_method(ofw_t ofw, ihandle_t instance,
97 static void ofw_std_close(ofw_t ofw, ihandle_t instance);
98 static ssize_t ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr,
100 static ssize_t ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr,
102 static int ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos);
278 /* Return the package handle that corresponds to an instance handle. */
280 ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance) in ofw_std_instance_to_package() argument
286 cell_t instance; in ofw_std_instance_to_package() member
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_im.h13 * @defgroup cpaCyInstMaint Cryptographic Instance Management API
18 * These functions specify the Instance Management API for available
43 * or after an cpaCyStopInstance call which succeeded) per instance.
58 * @param[out] instanceHandle Handle to an instance of this API to be
110 * @param[in] instanceHandle Handle to an instance of this API to be
156 /**< CPA_TRUE if instance supports the symmetric cryptography API.
159 /**< CPA_TRUE if instance supports the symmetric cryptography
163 /**< CPA_TRUE if instance supports the Diffie Hellman API.
166 /**< CPA_TRUE if instance supports the DSA API.
169 /**< CPA_TRUE if instance supports the RSA API.
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dsal_service_state.h11 * Checks state for generic service instance
21 * Check to see if the instance is in the running state
24 * This function checks the state of an instance to see if it is in the
27 * @param[in] instance Instance handle (assumes this is valid, i.e. checked
29 * @retval CPA_TRUE Instance in the RUNNING state
30 * @retval CPA_FALSE Instance not in RUNNING state
38 * Check to see if the instance is beign restarted
41 * This function checks the state of an instance to see if the device it
44 * @param[in] instance Instance handle (assumes this is valid, i.e. checked
46 * @retval CPA_TRUE Device the instance is using is restarting.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h49 /// The state of an instance.
53 /// The instance state has not been determined.
58 /// The instance installation path exists.
63 /// A product is registered to the instance.
68 /// No reboot is required for the instance.
73 /// The instance represents a complete install.
136 /// Information about an instance of a product.
141 /// Gets the instance identifier (should match the name of the parent instance
144 /// <param name="pbstrInstanceId">The instance identifier.</param>
146 /// E_FILENOTFOUND if the instance state does not exist.</returns>
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp92 FileSystem::Instance().Resolve(plugin_file_spec); in LoadPluginCallback()
119 // instance to invalidate it. in LoadPluginCallback()
150 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
152 FileSystem::Instance().EnumerateDirectory(dir_path, find_directories, in Initialize()
159 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
161 FileSystem::Instance().EnumerateDirectory(dir_path, find_directories, in Initialize()
200 template <typename Instance> class PluginInstances {
204 typename Instance::CallbackType callback, in RegisterPlugin()
209 Instance instance = in RegisterPlugin() local
210 Instance(name, description, callback, std::forward<Args>(args)...); in RegisterPlugin()
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_instance.c6 crypto_instance_init(struct adf_cfg_instance *instance, in crypto_instance_init() argument
11 instance->stype = CRYPTO; in crypto_instance_init()
18 instance->asym_tx = bundle->rings[i]->number; in crypto_instance_init()
30 instance->sym_tx = bundle->rings[i]->number; in crypto_instance_init()
42 instance->asym_rx = bundle->rings[i]->number; in crypto_instance_init()
54 instance->sym_rx = bundle->rings[i]->number; in crypto_instance_init()
62 dc_instance_init(struct adf_cfg_instance *instance, in dc_instance_init() argument
67 instance->stype = COMP; in dc_instance_init()
74 instance->dc_tx = bundle->rings[i]->number; in dc_instance_init()
86 instance->dc_rx = bundle->rings[i]->number; in dc_instance_init()
[all …]
/freebsd/sys/dev/qat/qat_api/include/
H A Dicp_sal_poll.h12 * Polling APIs for instance polling.
26 * Poll a Cy logical instance to retrieve requests that are on the
27 * response rings associated with that instance and dispatch the
42 * @param[in] instanceHandle Instance handle.
50 * associated with this instance
60 * response rings associated with that instance and dispatch the
75 * @param[in] instanceHandle Instance handle.
83 * associated with this instance
93 * response rings associated with that instance and dispatch the
108 * @param[in] instanceHandle Instance handle.
[all …]

12345678910>>...103