Searched refs:create (Results 101 - 125 of 129) sorted by relevance

123456

/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp181 net_buffer* buffer = gBufferModule->create(256);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp275 // We want to create a connection for (local, peer), so check to make sure
287 // create a cycle in the linked list, which is not handled currently.
553 net_buffer* reply = gBufferModule->create(512);
H A DTCPEndpoint.cpp2173 net_buffer* buffer = gBufferModule->create(256);
2253 net_buffer *buffer = gBufferModule->create(256);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp97 // create a new node
137 // create a new node
300 // create a new wrapper node and add it to the map
389 // create a request object
665 if (!dir->ops->create)
667 return dir->ops->create(&fVolume, dir, name, openMode, mode, cookie,
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp482 // create a new interface address
518 // create destination address
1510 net_buffer *packet = gBufferModule->create(256);
1539 reply = gBufferModule->create(256);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp451 RequestBuilder::OpenAttrDir(bool create) argument
459 fRequest->Stream().AddBoolean(create);
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
/haiku/headers/cpp/std/
H A Dbastring.h129 inline static Rep* create (size_t);
479 Rep *p = Rep::create (newlen);
/haiku/headers/private/media/
H A DServerInterface.h1007 bool create; member in struct:fileinterface_set_ref_request
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp258 // create the select sync entry map
263 // create the node listener proxy map
268 // create the request ports
369 // create volume
516 // it doesn't exist yet -- create it
567 // no, create a new object
575 // create the VNodeOps object
659 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_CREATE, create);
/haiku/headers/os/drivers/
H A Dfs_interface.h175 status_t (*create)(fs_volume* volume, fs_vnode* dir, const char* name, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h192 fssh_status_t (*create)(fssh_fs_volume *volume, fssh_fs_vnode *dir, member in struct:fssh_fs_vnode_ops
/haiku/src/kits/mail/
H A DMailMessage.cpp914 printf("could not create mail! (should be: %s)\n", worker.String());
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp469 bool create = (mode & O_WRONLY) != 0; local
471 if (find_directory(B_USER_SETTINGS_DIRECTORY, -1, create, path,
477 if (create)
504 return open(path, mode | (create ? O_CREAT | O_TRUNC : 0), 0644);
640 // create the root vnode
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp79 doo Tracker create Selection of Poses of Window test to 'test/EL34'
169 "create selection of ... to {entry|index} "
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.cpp128 options.rejected = gBufferModule->create(128);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c695 if (ops && ops->create) {
696 ni = (*ops->create)(dir_ni, reparse,
828 /* Open file for which create hard link. */
1019 * As a consequence, we may have to create several
1035 /* file was open, create a ghost in unlink parent */
/haiku/src/servers/package/
H A DVolume.cpp332 // create the admin directory, if it doesn't exist yet
354 // Are there any packages needing processing? Don't want to create an
435 // create the solver
439 ERROR("Volume::InitialVerify(): failed to create solver: %s\n",
797 // create a transaction directory
931 // there (unlikely, unless we see a remove-create sequence).
976 // there (unlikely, unless we see a create-remove-create sequence).
1207 WARN("Failed to create package (dev: %" B_PRIdDEV ", node: %"
1453 Volume::_OpenPackagesSubDirectory(const RelativePath& path, bool create, argument
[all...]
H A DCommitTransactionHandler.cpp418 // create an old state directory
430 // activate/deactivate packages and create users, groups, settings files.
502 // create the directory
517 ERROR("Failed to create old state directory: %s\n", strerror(error));
917 // open parent directory of the target entry -- create, if necessary
1546 // create the subdirectory with a temporary name (remove, if it already
1633 bool create, BDirectory& _directory)
1644 return FSUtils::OpenSubDirectory(directory, path, create, _directory);
1691 // create the content
1753 ERROR("CommitTransactionHandler::_WriteTextFile(): failed to create "
1632 _OpenPackagesSubDirectory(const RelativePath& path, bool create, BDirectory& _directory) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp273 // TODO: need to check if we're able to create the file
582 // create the attribute directory
598 TRACE_ALWAYS("failed to create attribute directory: %s\n",
616 // create the attribute file
617 result = currentVnode.ops->create(volume, &currentVnode,
625 TRACE_ALWAYS("failed to create attribute file: %s\n",
633 TRACE_ALWAYS("getting attribute file vnode after create failed: "
1344 OVERLAY_CALL(create, name, openMode, perms, cookie, newVnodeID)
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp774 // create an unresolved ARP entry as a placeholder
781 entry->request_buffer = gBufferModule->create(256);
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp902 // create an unresolved entry as a placeholder
909 net_buffer* buffer = entry->request_buffer = gBufferModule->create(256);
/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/bindfs/
H A Dkernel_interface.cpp69 // create a Volume object
237 // TODO: These hooks are obsolete. Since we don't create a file cache, they
295 // TODO: Since we don't create a file cache, these hooks aren't needed.
616 error = sourceNode->ops->create(sourceVolume, sourceNode, name, openMode,
627 // create() on the source gave us a reference we don't need any longer
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp296 fprintf(stderr, "tcp_tester: cannot create protocol\n");
428 net_buffer *buffer = gNetBufferModule.create(256);

Completed in 318 milliseconds

123456