Searched refs:node (Results 1 - 25 of 1080) sorted by path

1234567891011>>

/haiku-fatelf/headers/build/os/kernel/
H A Dimage.h48 ino_t node; member in struct:__anon33
/haiku-fatelf/headers/build/os/storage/
H A DNode.h17 /*! <b>node_ref</b> - A node reference.
34 || (device == ref.device && node < ref.node);
38 ino_t node; member in struct:node_ref
60 BNode(const BNode &node);
90 BNode& operator=(const BNode &node);
91 bool operator==(const BNode &node) const;
92 bool operator!=(const BNode &node) const;
H A DNodeInfo.h46 BNodeInfo(BNode *node);
49 status_t SetTo(BNode *node);
/haiku-fatelf/headers/libs/print/libprint/
H A DDbgMsg.h21 void DUMP_BNODE(BNode *node);
27 #define DUMP_BNODE(node) (void)0
H A DExports.h17 _EXPORT BMessage *config_page(BNode *node, BMessage *msg);
18 _EXPORT BMessage *config_job(BNode *node, BMessage *msg);
19 _EXPORT BMessage *take_job(BFile *spool_file, BNode *node, BMessage *msg);
H A DPrinterData.h18 PrinterData(BNode* node = NULL);
H A DPrinterDriver.h29 virtual PrinterData* InstantiatePrinterData(BNode* node);
/haiku-fatelf/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h123 virtual void FileDeleted(const node_ref& node);
182 void TriggerFileDeleted(const node_ref& node);
/haiku-fatelf/headers/os/drivers/
H A Ddevice_manager.h40 /* attribute of a device node */
67 status_t (*rescan_node)(device_node *node);
72 status_t (*unregister_node)(device_node *node);
74 status_t (*get_driver)(device_node *node, driver_module_info **_module,
79 const device_attr *attrs, device_node **node);
80 device_node *(*get_parent_node)(device_node *node);
81 void (*put_node)(device_node *node);
83 status_t (*publish_device)(device_node *node, const char *path,
85 status_t (*unpublish_device)(device_node *node, const char *path);
90 status_t (*get_attr_uint8)(const device_node *node, cons
[all...]
H A Dfs_interface.h239 /* support for node and FS layers */
344 const char* name, ino_t node);
346 const char* name, ino_t node);
349 const char* toName, ino_t node);
350 extern status_t notify_stat_changed(dev_t device, ino_t node,
352 extern status_t notify_attribute_changed(dev_t device, ino_t node,
357 ino_t node);
360 ino_t node);
363 ino_t node);
/haiku-fatelf/headers/os/interface/
H A DIconUtils.h22 static status_t GetIcon(BNode* node,
28 static status_t GetVectorIcon(BNode* node,
34 static status_t GetCMAP8Icon(BNode* node,
/haiku-fatelf/headers/os/kernel/
H A Dimage.h30 ino_t node; member in struct:__anon444
/haiku-fatelf/headers/os/media/
H A DMediaDefs.h42 B_MEDIA_PARAMETER_CHANGED, /* N "node", "parameter" */
44 B_MEDIA_WEB_CHANGED, /* N "node" */
45 B_MEDIA_DEFAULT_CHANGED, /* "default", "node" -- handled by */
47 B_MEDIA_NEW_PARAMETER_VALUE, /* N "node", "parameter", "when", */
49 B_MEDIA_NODE_STOPPED, /* N "node", "when" */
662 media_node_id time_source; // node that encoded start_time
694 ino_t node; member in struct:media_file_format_id
H A DMediaEventLooper.h62 // NOTE: Called in offline mode to determine the current time of the node.
125 virtual status_t DeleteHook(BMediaNode * node);
H A DMediaNode.h28 media_node_id node; member in class:media_node
43 media_node node; member in struct:media_input
58 media_node node; member in struct:media_output
73 media_node node; member in struct:live_node_info
133 // NOTE: Call Release() to destroy a node.
164 // Who instantiated this node or NULL for application internal class.
168 // MediaRoster. The message field "be:node_id" will contain the node ID.
204 // reporter. A node is required to have a queue of at least one pending
244 virtual status_t DeleteHook(BMediaNode* node);
H A DMediaRoster.h51 // Use the mixer node instead.
76 // Get a media_node from a node ID -- this is how you reference your
78 status_t GetNodeFor(media_node_id node,
82 status_t ReleaseNode(const media_node& node);
83 // This method might free the node if there are no
119 status_t StartNode(const media_node& node,
121 status_t StopNode(const media_node& node,
125 status_t SeekNode(const media_node& node,
128 // NOTE: The node needs to be running.
130 status_t StartTimeSource(const media_node& node,
[all...]
H A DSoundPlayer.h145 void _Init(const media_node* node,
196 // The playback node
H A DTimeSource.h101 virtual status_t RemoveMe(BMediaNode* node);
102 virtual status_t AddMe(BMediaNode* node);
110 void DirectAddMe(const media_node& node);
111 void DirectRemoveMe(const media_node& node);
/haiku-fatelf/headers/os/storage/
H A DFilePanel.h25 virtual bool Filter(const entry_ref* ref, BNode* node,
H A DNode.h27 ino_t node; member in struct:node_ref
38 BNode(const BNode& node);
74 BNode& operator=(const BNode& node);
75 bool operator==(const BNode& node) const;
76 bool operator!=(const BNode& node) const;
H A DNodeInfo.h29 BNodeInfo(BNode* node);
32 status_t SetTo(BNode* node);
H A DNodeMonitor.h90 extern status_t watch_node(const node_ref *node, uint32 flags,
92 extern status_t watch_node(const node_ref *node, uint32 flags,
H A DQuery.h98 status_t _PushNode(BPrivate::Storage::QueryNode* node,
/haiku-fatelf/headers/private/drivers/
H A Data_adapter.h74 // channel node items
80 // can also be defined in controller node if both channels use same IRQ!
85 // controller node items
104 device_node *node; member in struct:ata_adapter_channel_info
125 device_node *node; member in struct:ata_adapter_controller_info
158 status_t (*init_channel)(device_node *node,
164 // publish channel node
169 const io_resource *resources, device_node **node);
170 // verify channel configuration and publish node on success
176 device_node **node, boo
[all...]
H A Dide_adapter.h75 // channel node items
81 // can also be defined in controller node if both channels use same IRQ!
86 // controller node items
105 device_node *node; member in struct:ide_adapter_channel_info
126 device_node *node; member in struct:ide_adapter_controller_info
159 status_t (*init_channel)(device_node *node,
165 // publish channel node
170 const io_resource *resources, device_node **node);
171 // verify channel configuration and publish node on success
177 device_node **node, boo
[all...]

Completed in 211 milliseconds

1234567891011>>