Searched refs:create (Results 76 - 100 of 129) sorted by relevance

123456

/haiku/docs/develop/media/
H A DMediaFileProducer.h106 bool create,
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h210 net_interface *interface, GroupInterface* &state, bool create);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h220 net_interface *interface, GroupInterface* &state, bool create);
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh319 package create -C system -i .PackageInfo wifi_firmwares-1-any.hpkg
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h48 int (*create) (const char *, mode_t, struct fuse_file_info *); member in struct:fuse_operations_compat25
H A Dfuse_lowlevel.h313 * @param name to create
314 * @param mode file type and mode with which to create the new file
329 * @param name to create
330 * @param mode with which to create the new file
379 * @param name to create
414 * @param newname new name to create
771 * If the file does not exist, first create it with the specified
797 * @param name to create
798 * @param mode file type and mode with which to create the new file
801 void (*create) (fuse_req_ member in struct:fuse_lowlevel_ops
[all...]
H A Dfuse.h77 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock,
114 * nodes. If the filesystem defines a create() method, then for
360 * If the file does not exist, first create it with the specified
369 int (*create) (const char *, mode_t, struct fuse_file_info *); member in struct:fuse_operations
391 * Currently this is only called after the create() method if that
900 * This is usually called from the factory of a fuse module to create
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp51 net_buffer* error = gBufferModule->create(128);
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp130 bool create,
135 status_t status = AbstractFileInterfaceNode::SetRef(file,B_READ_ONLY,create,out_time);
128 SetRef( const entry_ref & file, bool create, bigtime_t * out_time) argument
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp445 get_device_interface(const char* name, bool create) argument
460 if (!create)
/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp456 UniqueFileName.Prepend ("Unable to create file \"");
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp452 net_buffer *packet = gBufferModule->create(256);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h191 beos_op_create *create; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h172 op_create *create; member in struct:vnode_ops
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp496 net_buffer* packet = gBufferModule->create(length - 2);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp152 cookie->create = false;
H A DLeafAttribute.cpp128 cookie->create = false;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp95 // create a client connection
165 // create the server info request
283 // create the FD manager
288 // create the volume manager
294 // create a connection listener
308 // create the closed connections semaphore
324 // create the broadcaster semaphore
789 // create a security context
910 // create a security context
959 // create
1018 _GetSettingsDirPath(BPath* path, bool create) argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp181 net_buffer *packet = gBufferModule->create(256);
218 net_buffer *packet = gBufferModule->create(256);
547 // tell DownEvent() that it may create a connection-lost-report
568 // tell DownEvent() that it should not create a connection-lost-report
1820 net_buffer *buffer = gBufferModule->create(256);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp243 bool create);
886 UdpEndpointManager::_GetDomainSupport(net_domain* domain, bool create) argument
907 if (!create)
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp572 net_buffer* reply = gBufferModule->create(256);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp129 // create I/O request map
138 // create the node capabilites map
167 // create and init the volume
257 // create a new object
335 capabilities.Set(FS_VNODE_CAPABILITY_CREATE, ops->create);
410 // create the file system
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp350 // we don't need to create a buffer when there is no data
361 buffer = gBufferModule->create(256);
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp351 net_buffer *buffer = gBufferModule->create(256);
/haiku/src/add-ons/kernel/network/devices/dialup/
H A Ddialup.cpp470 net_buffer* buffer = gBufferModule->create(256);

Completed in 146 milliseconds

123456