Searched refs:create (Results 1 - 25 of 129) sorted by path

123456

/haiku/build/scripts/
H A Dbuild_haiku_repository24 # create a clean repository directory
40 "$packageRepo" create "$repositoryDir/repo.info" "$packageDir"/*.hpkg
42 # create the checksum file
/haiku/docs/develop/media/
H A DMediaFileProducer.h106 bool create,
/haiku/headers/cpp/std/
H A Dbastring.cc57 create (size_t extra) function in class:basic_string::Rep
71 Rep *p = Rep::create (len);
102 Rep *p = Rep::create (__size);
164 Rep *p = Rep::create (newlen);
200 Rep *p = Rep::create (newlen);
/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/headers/libs/mapm/
H A Dm_apm.h334 void create(void) {myVal=makeNew();} function in class:MAPM
411 {create();}
417 {create();m_apm_set_string(val(),(char *)s);}
419 {create();m_apm_set_double(val(),d);}
421 {create();m_apm_set_long(val(),l);}
423 {create();m_apm_set_long(val(),l);}
/haiku/headers/os/drivers/
H A Dlocked_pool.h50 // create new pool
62 locked_pool_cookie (*create)(int block_size, int alignment, int next_ofs, member in struct:__anon257
/haiku/headers/os/media/
H A DFileInterface.h34 bool create, bigtime_t* _time) = 0;
/haiku/headers/private/media/
H A DServerInterface.h1007 bool create; member in struct:fileinterface_set_ref_request
/haiku/headers/private/net/
H A Dnet_buffer.h45 net_buffer* (*create)(size_t headerSpace); member in struct:net_buffer_module_info
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h42 BNode& _node, bool create,
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h172 op_create *create; member in struct:vnode_ops
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp124 nbuf = gBufferModule->create(
145 nbuf = gBufferModule->create(
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dccb.cpp99 bus->ccb_pool = locked_pool->create(sizeof(scsi_ccb), sizeof(uint32) - 1, 0,
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/file_systems/bfs/
H A DAttribute.h16 bool create; member in struct:attr_cookie
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp78 cookie->create = false;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp132 cookie->create = true;
163 cookie->create = false;
228 if (!cookie->create && fBodyEntry == NULL && fBlockEntry == NULL)
H A DAttribute.h18 bool create; member in struct:attr_cookie
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp374 DO_LOG("create name: \"%s\"; open_mode: %#x; perms: %#x\n", name, openMode,
376 OVERLAY_CALL(create, name, openMode, perms, cookie, newVnodeID)
377 DO_LOG("create result: %#" B_PRIx32 "; cookie: %p; new_vnode_id: %"
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h51 bool create = false);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h80 OpenAttrCookie* cookie, bool create,
H A DInodeRegular.cpp235 bool create, int32 type)
259 result = NFS4Inode::OpenAttr(state, name, mode, &data, create);
281 if (create || (mode & O_TRUNC) == O_TRUNC) {
234 OpenAttr(const char* _name, int mode, OpenAttrCookie* cookie, bool create, int32 type) argument
H A DNFS4Inode.cpp655 OpenDelegationData* delegation, bool create)
675 create ? OPEN4_CREATE : OPEN4_NOCREATE, fFileSystem->OpenOwner(),
654 OpenAttr(OpenState* state, const char* name, int mode, OpenDelegationData* delegation, bool create) argument
H A DNFS4Inode.h57 OpenDelegationData* delegation, bool create);
H A DRequestBuilder.h59 status_t OpenAttrDir(bool create);

Completed in 146 milliseconds

123456