| /freebsd/contrib/wpa/src/utils/ |
| H A D | eloop.h | 9 * from registered timeouts (i.e., do something after N seconds), sockets 40 * @eloop_ctx: Registered callback context data (eloop_data) 41 * @sock_ctx: Registered callback context data (user_data) 47 * @eloop_ctx: Registered callback context data (eloop_data) 48 * @user_ctx: Registered callback context data (user_data) 54 * @eloop_ctx: Registered callback context data (eloop_data) 55 * @user_ctx: Registered callback context data (user_data) 62 * @signal_ctx: Registered callback context data (user_data from 97 * Unregister a read socket notifier that was previously registered with 124 * @type: Type of event for which sock was registered [all …]
|
| /freebsd/usr.bin/rpcinfo/ |
| H A D | rpcinfo.8 | 56 lists all the registered RPC services with 69 lists all the RPC services registered with 105 attempts to find all the registered version 114 and attempts to call each registered version. 190 the transports on which it was registered. 240 and display a list of all registered RPC programs. 248 Display a concise list of all registered RPC programs on 277 To show all of the RPC services registered on the local machine use: 282 services registered with 312 registered on the machine named [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | WatchdogTimer.h | 26 handler has been registered. 45 NotifyFunction is registered, then the NotifyFunction will be called before 47 the watchdog handler is unregistered. If a watchdog handler is registered, 49 when a handler is already registered, then EFI_ALREADY_STARTED is returned. 57 @retval EFI_SUCCESS The watchdog timer handler was registered or 60 registered. 62 previously registered. 124 /// will be passed to a handler if one has been registered. If no handler has 125 /// been registered, or the registered handler returns, then the system will be
|
| H A D | Timer.h | 49 handler is unregistered. If the handler is registered, then EFI_SUCCESS is 52 when a handler is already registered, then EFI_ALREADY_STARTED is returned. 53 If an attempt is made to unregister a handler when a handler is not registered, 65 @retval EFI_SUCCESS The timer handler was registered. 68 registered. 70 previously registered. 71 @retval EFI_DEVICE_ERROR The timer handler could not be registered. 138 If a handler has been registered through the EFI_TIMER_ARCH_PROTOCOL.RegisterHandler() 140 enabled when this service is called, then the registered handler will be invoked. The 141 registered handler should not be able to distinguish a hardware-generated timer
|
| H A D | HiiDatabase.h | 33 Functions which are registered to receive notification of 74 each package in the package list, registered functions with the 113 package, any registered functions with the notification type 120 @param Handle The handle that was registered to the data 148 - Call any functions registered with the notification type 155 - Call any functions registered with the notification type 160 @param Handle The handle that was registered to the data 240 function will call functions registered with EXPORT_PACK and 241 then copy the package list to the buffer. The registered 322 the registered notification. Can be used [all …]
|
| /freebsd/contrib/ofed/librdmacm/man/ |
| H A D | rdma_dereg_mr.3 | 4 rdma_dereg_mr \- deregisters a registered memory region. 12 A reference to a registered memory buffer. 14 Deregisters a memory buffer that had been registered for RDMA 16 registered memory associated with an rdma_cm_id before destroying 22 All memory registered with an rdma_cm_id is associated with the 24 all registered memory before the protection domain can be destroyed.
|
| H A D | rdma_reg_msgs.3 | 22 messages or for RDMA operations. Memory buffers registered using 27 Returns a reference to the registered memory region on success, or NULL on 32 an rdma_cm_id. The memory buffer is registered with the proteection 37 All data buffers should be registered before being posted as a work request. 38 Users must deregister all registered memory by calling rdma_dereg_mr.
|
| H A D | rdma_reg_read.3 | 22 operation. Memory buffers registered using rdma_reg_read may be 27 Returns a reference to the registered memory region on success, or NULL on 32 an rdma_cm_id. The memory buffer is registered with the proteection 37 All data buffers should be registered before being posted as a work request. 38 Users must deregister all registered memory by calling rdma_dereg_mr.
|
| H A D | rdma_reg_write.3 | 22 operation. Memory buffers registered using rdma_reg_write may be 27 Returns a reference to the registered memory region on success, or NULL on 32 an rdma_cm_id. The memory buffer is registered with the proteection 37 All data buffers should be registered before being posted as a work request. 38 Users must deregister all registered memory by calling rdma_dereg_mr.
|
| H A D | rdma_post_read.3 | 28 Registered memory region associated with the local buffer. 32 The address of the remote registered memory to read from. 34 The registered memory key associated with the remote address. 44 Both the remote and local data buffers must have been registered 45 before the read is issued, and the buffers must remain registered
|
| H A D | rdma_post_write.3 | 32 The address of the remote registered memory to write into. 34 The registered memory key associated with the remote address. 44 data is specified, the local data buffer must have been registered 45 before the write is issued, and the buffer must remain registered 46 until the write completes. The remote buffer must always be registered.
|
| H A D | rdma_post_writev.3 | 29 The address of the remote registered memory to write into. 31 The registered memory key associated with the remote address. 41 data is specified, the local data buffers must have been registered 42 before the write is issued, and the buffers must remain registered 43 until the write completes. The remote buffers must always be registered.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 11 // which have been registered. 139 /// registered without the use of static constructors. 234 /// Next - The next registered target in the linked list, maintained by the 255 /// registered. 258 /// Constructor function for this target's MCObjectFileInfo, if registered. 262 /// if registered. 266 /// MCInstrAnalysis, if registered. 270 /// if registered. 274 /// MCSubtargetInfo, if registered. 278 /// TargetMachine, if registered. [all …]
|
| /freebsd/share/man/man3/ |
| H A D | pthread_atfork.3 | 59 The handlers registered with 69 handler is registered they will be called in the opposite order 70 they were registered. 77 handler is registered they will be called in the same order 78 they were registered. 85 handler is registered they will be called in the same order 86 they were registered.
|
| /freebsd/lib/libc/stdlib/ |
| H A D | exit.3 | 58 Call all functions registered with the 62 and the functions registered with the 73 function terminates without calling the functions registered with the 80 function does not call destructors registered with 122 All functions registered by 128 before all registered functions have completed or before the process 138 does nothing to prevent bottomless recursion should a function registered
|
| /freebsd/share/man/man9/ |
| H A D | hhook.9 | 91 These are useful when a single hook function is registered for multiple hook 170 point registered with the 217 function deregisters a previously registered hook point from the 226 when the hook point was registered. 252 point to call all registered hook functions for. 270 function if at least one hook function is registered for the hook point. 271 By checking for registered hook functions, the macro minimises the cost 273 a simple if test in the common case where no hook functions are registered. 303 all registered hook functions. 311 is already registered.
|
| H A D | firmware.9 | 83 An image is registered with the 111 If a matching image is not already registered, 157 If the image is not yet registered with the system, 293 cannot find the registered firmware from a kernel module. 333 and if that file exists, it will be loaded and registered using 342 If an existing firmware image is registered for 348 matches the trailing subpath of a registered image with a full path, that image is returned. 353 the list of registered firmware images is searched again. 362 it contents are registered as a firmware image with the full path as the
|
| H A D | osd.9 | 136 and provide a high-level grouping for slots to be registered under. 138 registered using 158 called for objects of the type being registered which are later destroyed by the 175 function deregisters a previously registered type/slot identifier pair. 188 when the data type was registered. 270 currently registered slots of a given type on the specified 294 function removes all data object pointers from all currently registered slots 307 to remove all data object pointers for all currently registered slots from. 404 returns the slot identifier for the newly registered data type.
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_rdma.c | 160 * @res: resources to be registered or unregistered 488 * already registered, ENOTSUP when LAN-RDMA interface version doesn't match, 506 if (ice_rdma.registered) { in ice_rdma_register() 507 log(LOG_WARNING, "%s: iRDMA driver already registered\n", __func__); in ice_rdma_register() 517 log(LOG_INFO, "%s: iRDMA driver registered using version %d.%d.%d\n", in ice_rdma_register() 538 ice_rdma.registered = true; in ice_rdma_register() 552 * @return 0 on success, ENOENT when irdma driver wasn't registered 561 if (!ice_rdma.registered) { in ice_rdma_unregister() 562 log(LOG_WARNING, "%s: iRDMA driver was not previously registered\n", in ice_rdma_unregister() 569 ice_rdma.registered in ice_rdma_unregister() [all...] |
| /freebsd/share/man/man4/ |
| H A D | wsp.4 | 94 Horizontal swiping with a three-finger tap is registered as mouse buttons 118 Specifies the maximum finger diameter on the trackpad that is registered as a 124 and t-axis movements are registered. 133 click will be registered as a right-click. 176 Specifies the threshold for a finger to be registered as a click. 181 Specifies the threshold for a finger to be registered as an unclick. 186 Specifies the threadhold for a finger to be registered as a tap.
|
| /freebsd/contrib/libbegemot/ |
| H A D | rpoll.man | 79 defined callback function. These functions need to be registered. 80 A file descriptor is registered with 104 A file descriptor may be registered more than once, if the function, the user arguments 114 A registered file descriptor may be de-registered by calling 155 after polling the registered file descriptors and timers. If
|
| /freebsd/lib/libsys/ |
| H A D | mq_notify.2 | 61 At any time, only one process may be registered for notification by a 64 registered for notification of message arrival at the specified message 104 and the process is currently registered for notification by the specified 107 When the notification is sent to the registered process, its registration 111 If a process has registered for notification of message arrival at a 132 Process is already registered for notification by the message queue.
|
| /freebsd/tests/sys/cam/ctl/ |
| H A D | persist.sh | 32 # * PROUT REGISTER AND IGNORE EXISTING KEY with a RESERVATION KEY that isn't registered 36 # * PROUT PREEMPT with a RESERVATION KEY that isn't registered 38 # * PROUT PREEMPT_AND_ABORT with a RESERVATION KEY that isn't registered 40 # * PROUT REGISTER AND MOVE with a RESERVATION KEY that isn't registered 72 …atf_set "descr" "PERSISTENT RESERVATION IN with the READ KEYS service action, with no registered k… 80 atf_check -o match:"there are NO registered reservation keys" sg_persist -nk /dev/$dev 163 atf_check -o match:"there are NO registered reservation keys" sg_persist -nk /dev/$dev 240 # Finally, check that no keys are registered 241 atf_check -o match:"there are NO registered reservation keys" sg_persist -nk /dev/$dev
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc_svc_reg.3 | 72 Procedures are registered on all available transports of the class 89 the service is not registered with the 143 once registered. 150 already has an authentication handler registered for it, 155 is created, it is registered with the RPC
|
| H A D | svc_auth.c | 167 * prepared to handle. When an authentication flavor is registered, 168 * the flavor is checked against already registered values. If not 169 * registered, then a new Auths entry is added on the list. 171 * There is no provision to delete a registration once registered. 175 * 1 if flavor already registered in svc_auth_reg() 192 /* already registered */ in svc_auth_reg() 199 /* already registered */ in svc_auth_reg()
|