Lines Matching full:descriptor
26 # @fdname: file descriptor name previously passed via `getfd` command
249 # Receive a file descriptor via SCM rights and assign it a name
251 # @fdname: file descriptor name
255 # .. note:: If @fdname already exists, the file descriptor assigned to
256 # it will be closed and replaced by the received file descriptor.
259 # descriptor when it is no longer needed.
274 # descriptor)
278 # @fdname: file descriptor name
282 # .. note:: If @fdname already exists, the file descriptor assigned to
283 # it will be closed and replaced by the received file descriptor.
286 # descriptor when it is no longer needed.
299 # Close a file descriptor previously passed via SCM rights
301 # @fdname: file descriptor name
315 # Information about a file descriptor that was added to an fd set.
319 # @fd: The file descriptor that was received via SCM rights and added
329 # Add a file descriptor, that was passed via SCM rights, to an fd set.
331 # @fdset-id: The ID of the fd set to add the file descriptor to.
336 # - If file descriptor was not received, GenericError
359 # Remove a file descriptor from an fd set.
361 # @fdset-id: The ID of the fd set that the file descriptor belongs to.
363 # @fd: The file descriptor that is to be removed.
385 # Information about a file descriptor that belongs to an fd set.
387 # @fd: The file descriptor value.