Searched refs:create (Results 51 - 75 of 129) sorted by relevance

123456

/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.h74 bool create,
H A DMediaWriter.cpp123 bool create,
128 status = AbstractFileInterfaceNode::SetRef(file,B_WRITE_ONLY,create,out_time);
121 SetRef( const entry_ref & file, bool create, bigtime_t * out_time) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.h59 status_t OpenAttrDir(bool create);
H A DInode.h80 OpenAttrCookie* cookie, bool create,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp78 cookie->create = false;
/haiku/src/kits/media/
H A DFileInterface.cpp66 rv = SetRef(ref, request->create, &reply.duration);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp25 dprintf("NetBufferHeaderReader create fail\n");
131 net_buffer *packet = gBufferModule->create(256);
133 dprintf("create buffer failure\n");
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscatter_gather.cpp46 SHOW_ERROR(2, "cannot create temporary S/G list for IO request (%s)", strerror(res));
101 /** create temporary SG for request */
173 /** create SG list buffer */
178 temp_sg_pool = locked_pool->create(
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPConfigurePacket.cpp179 net_buffer *buffer = gBufferModule->create(256);
181 TRACE("%s::%s: gBufferModule->create fail\n", __FILE__, __func__);
/haiku/src/servers/package/
H A DCommitTransactionHandler.h113 const RelativePath& path, bool create,
H A DVolume.h176 const RelativePath& path, bool create,
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp61 cookie->create = false;
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp124 nbuf = gBufferModule->create(
145 nbuf = gBufferModule->create(
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h62 void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name, member in struct:fuse_lowlevel_ops_compat25
129 void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name, member in struct:fuse_lowlevel_ops_compat
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h101 create(src);
106 template<class Source> void create(const Source& src) function in class:agg::line_image_pattern
223 create(src);
227 template<class Source> void create(const Source& src) function in class:agg::line_image_pattern_pow2
229 line_image_pattern<Filter>::create(src);
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp359 bool create,
367 fCurrentFile = new BFile(&f_current_ref,(openMode|(create?B_CREATE_FILE:0)));
370 status = fCurrentFile->SetTo(&f_current_ref,(openMode|(create?B_CREATE_FILE:0)));
356 SetRef( const entry_ref & file, uint32 openMode, bool create, bigtime_t * out_time) argument
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp27 fprintf(stderr, "With pppconfig you can create and manage PPP connections.\n");
31 fprintf(stderr, "pppconfig create <name>\n");
125 create(const char *name, bool bringUp = true) function
135 fprintf(stderr, "Error: Could not create interface: %s!\n", name);
745 return create(argv[2], false);
746 else if (!strcmp(argv[1], "create"))
747 return create(argv[2], true);
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp87 DatabaseLocation::OpenWritableType(const char* type, BNode& _node, bool create, argument
99 else if (!create)
118 } else if (!create)
121 // type doesn't exist yet -- create the respective node
776 // open/create the directory for the supertype
791 // create the subtype
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp604 bool create = true; local
620 TRACE(("xsi_msgget: failed to create new Ipc object "
642 create = false;
646 if (create) {
809 TRACE_ERROR(("xsi_msgsnd: failed to create new message to queue\n"));
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp361 // create a target message
505 // create the target port map
529 // create the deliverer
650 // create a Message
700 MessageDeliverer::_GetTargetPort(port_id portID, bool create) argument
707 if (!create)
710 // create a port
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp419 // TODO if the create op is missing, we could try using mknod + open instead
420 if (ops->create == NULL)
424 ops->create(&request, parent, name, mode, fi);
H A Dfuse_fs.cpp189 if (fs->ops.create == NULL)
191 return fs->ops.create(path, mode, fi);
H A DFUSEFileSystem.cpp163 // create the volume
215 // create the semaphores we need
362 // create a fuse_fs object
494 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CREATE, fLowLevelOps.create);
555 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CREATE, fFS->ops.create);
616 // create the file system
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp58 // create the volume
166 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CREATE, fFSOps->create);
252 // create the file system
H A DBeOSKernelVolume.h161 uint32 type, int openMode, bool create,

Completed in 260 milliseconds

123456