Searched refs:operation (Results 51 - 66 of 66) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp255 uint32 operation, void* buffer, size_t size)
260 FUNCTION("volume: %p, node: %p (%" B_PRId64 "), cookie: %p, operation: %"
262 operation, buffer, size);
265 return volume->IOCtl(node, operation, buffer, size);
254 packagefs_ioctl(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, uint32 operation, void* buffer, size_t size) argument
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp124 // - does NOT apply operation to origin node.
136 Op operation,
181 // invoke operation
184 operation(targetRef);
195 operation,
221 // invoke operation
224 operation(targetRef);
235 operation,
131 _do_for_each_connected( NodeManager* manager, NodeRef* origin, NodeGroup* inGroup, bool recurse, Op operation, _for_each_state* state) argument
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp660 do_io(void* cookie, IOOperation* operation) argument
667 status_t status = sSCSIPeripheral->io(info->scsi_periph_device, operation,
670 info->io_scheduler->OperationCompleted(operation, status, bytesTransferred);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp754 uint32 operation)
757 child, operation));
759 switch (operation) {
1806 uint32 operation)
753 pm_shadow_changed(partition_data* partition, partition_data* child, uint32 operation) argument
1805 ep_shadow_changed(partition_data* partition, partition_data* child, uint32 operation) argument
/haiku/headers/os/drivers/
H A Dfs_interface.h289 partition_data* child, uint32 operation);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h311 fssh_partition_data *child, uint32_t operation);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1352 // Check whether this operation would move a directory into one of its
2208 checksumfs_std_ops(int32 operation, ...) argument
2210 switch (operation) {
/haiku/src/apps/showimage/
H A DShowImageView.cpp1654 ShowImageView::_DoImageOperation(ImageProcessor::operation op, bool quiet)
1661 // operation failed
1705 //! Image operation initiated by user
1707 ShowImageView::_UserDoImageOperation(ImageProcessor::operation op, bool quiet)
1743 // operation failed
H A DFilter.cpp965 ImageProcessor::ImageProcessor(enum operation op, BBitmap* image,
1093 // Note: On my systems, the operation kInvert shows a speedup on
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp457 Volume::IOCtl(Node* node, uint32 operation, void* buffer, size_t size) argument
459 switch (operation) {
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp339 kprintf("usage: %s <ptr-to-io-operation>\n", argv[0]);
343 IOOperation* operation = (IOOperation*)parse_expression(argv[1]); local
344 operation->Dump();
2477 "dump an I/O operation");
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.cpp447 uint32 operation)
446 efi_gpt_shadow_changed(partition_data* partition, partition_data* child, uint32 operation) argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp224 The fs_mount() and fs_unmount() hold the lock during their whole operation.
256 The only operation allowed while holding this lock besides getting or
356 // file descriptor operation prototypes
730 // might have been called during a mount/unmount operation
4339 // no path given: get the FD and use the FD operation
8573 If only \a fd is given, the stat operation associated with the type
8618 If only \a fd is given, the stat operation associated with the type
8665 // no path given: get the FD and use the FD operation
9203 _user_flock(int fd, int operation) argument
9205 FUNCTION(("_user_fcntl(fd = %d, op = %d)\n", fd, operation));
[all...]
/haiku/headers/private/userlandfs/private/
H A DRequests.h1553 int32 operation; member in class:UserlandFSUtil::NotifyListenerRequest
1594 int32 operation; // B_ENTRY_{CREATED,REMOVED} member in class:UserlandFSUtil::NotifyQueryRequest
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h713 * SRAM is restored and uCode is in normal operation mode.
764 * device temperature is low enough to continue normal operation.
833 * Controls TX DMA operation
2133 * @IWX_NVM_CHANNEL_GO_CONCURRENT: GO operation is allowed when connected to BSS
2448 * struct iwx_fw_dbg_reg_op - an operation on a register
5434 * scheduler queue operation
5445 * @operation: the operation, see &enum iwl_scd_queue_cfg_operation
5461 uint32_t operation; member in struct:iwx_scd_queue_cfg_cmd
7529 * @IWX_ADD_STA_SUCCESS: operation wa
[all...]
H A Dif_iwx.c2857 cmd_v3.operation = htole32(IWX_SCD_QUEUE_ADD);
2941 cmd_v3.operation = htole32(IWX_SCD_QUEUE_REMOVE);

Completed in 278 milliseconds

123