Lines Matching refs:fdset
317 # @fdset-id: The ID of the fd set that @fd was added to.
324 { 'struct': 'AddfdInfo', 'data': {'fdset-id': 'int', 'fd': 'int'} }
331 # @fdset-id: The ID of the fd set to add the file descriptor to.
340 # - If @fdset-id is a negative value, GenericError
344 # .. note:: If @fdset-id is not specified, a new fd set will be
355 'data': { '*fdset-id': 'int',
364 # @fdset-id: The ID of the fd set that the file descriptor belongs to.
369 # - If @fdset-id or @fd is not found, GenericError
375 # .. note:: If @fd is not specified, all file descriptors in @fdset-id
383 { 'command': 'remove-fd', 'data': {'fdset-id': 'int', '*fd': 'int'} }
404 # @fdset-id: The ID of the fd set.
411 'data': {'fdset-id': 'int', 'fds': ['FdsetFdInfo']} }