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

123456

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp187 TRACE("create net_socket %p (%u.%u.%u):\n", socket, socket->family,
1370 net_buffer* buffer = gNetBufferModule.create(256);
1590 // create sockets
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1192 // we need to create a new vnode and read it in
1526 // no locking object set on the vnode yet, create one
3691 // create the node
3745 // create the node
3780 // create sub vnodes, if necessary
4492 \param path The path where to create the entry for the node. Can be \c NULL,
4496 the target file system will just create the node with its standard
4544 // create the node
5391 // we can actually never call the create() hook without O_EXCL. Instead we
5393 // node (unless O_EXCL), otherwise we call create() wit
5399 bool create = false; local
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp808 // we need to create a new vnode and read it in
1948 // create sub vnodes, if necessary
2951 // The filetype-dependent implementations (fd_ops + open/create/rename/remove, ...)
2966 if (!HAS_FS_CALL(directory, create))
2969 status = FS_CALL(directory, create, name, openMode, perms, &cookie, &newID);
3034 // file is opened, create a fd
3064 // file is opened, create a fd
/haiku/src/kits/media/
H A DMediaRoster.cpp620 ERROR("PublishOutputs: failed to create area, %#" B_PRIx32 "\n",
670 ERROR("PublishInputs: failed to create area, %#" B_PRIx32 "\n",
1638 of accepting more connections. The node may create an additional
2440 ERROR("BMediaRoster::GetParameterWebFor couldn't create area of "
2566 or it gets called from BMediaRoster::InstantiateDormantNode() to create a
2623 ERROR("BMediaRosterEx::InstantiateDormantNode error: can't create "
2782 // which in turn will call BMediaRosterEx::InstantiateDormantNode to create
3038 request.create = createAndTruncate;

Completed in 212 milliseconds

123456