deselect
device_deselect_hook deselect; /* stop select */
status_t (*deselect)(void *cookie, uint8 event, selectsync *sync);
status_t (*deselect)(fs_volume* volume, fs_vnode* vnode, void* cookie,
fssh_device_deselect_hook deselect; /* stop select */
fssh_status_t (*deselect)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
status_t (*deselect)(net_socket* socket, uint8 event,
op_deselect *deselect;
return sourceNode->ops->deselect(sourceVolume, sourceNode, cookie, event,
OVERLAY_CALL(deselect, cookie, event, sync)
OVERLAY_CALL(deselect, cookie, event, sync)
OVERLAY_CALL(deselect, cookie, event, sync)
CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_DESELECT, deselect);
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_DESELECT, fFSOps->deselect);
if (!fFSOps->select || !fFSOps->deselect)
return fFSOps->deselect(fVolumeCookie, node, cookie, event, sync);
beos_op_deselect *deselect;
capabilities.Set(FS_VNODE_CAPABILITY_DESELECT, ops->deselect);
if (!node->ops->select || !node->ops->deselect)
return node->ops->deselect(&fVolume, node, cookie, event, sync);
void deselect();
which->deselect();
outputJack->deselect();
inputJack->deselect();
void SetDeselectAllInGlobalSelection(bool deselect);
if (Module()->deselect == NULL)
return Module()->deselect(cookie, event, sync);
return Module()->deselect != NULL;
fDeviceModule->deselect = hooks->deselect;
kprintf(" deselect() %p\n", hooks->deselect);
select_event* deselect[kMaxToDeselect];
deselect[deselectCount++] = event;
select_event* event = deselect[i];
status_t (*deselect)(int32 object, struct select_info* info, bool kernel);
return kSelectOps[type].deselect(object, sync, kernel);
return sStackInterface->deselect(FD_SOCKET(descriptor), event, sync);
if (!HAS_FS_CALL(vnode, deselect))
return FS_CALL(vnode, deselect, descriptor->cookie, event, sync);