Searched refs:fragment (Results 1 - 12 of 12) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_overlay.c15 * overlay_get_target_phandle - retrieves the target phandle of a fragment
17 * @fragment: node offset of the fragment in the overlay
20 * overlay fragment when that fragment uses a phandle (target
28 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) argument
33 val = fdt_getprop(fdto, fragment, "target", &len);
44 * overlay_get_target - retrieves the offset of a fragment's target
47 * @fragment: node offset of the fragment i
58 overlay_get_target(const void *fdt, const void *fdto, int fragment, char const **pathp) argument
621 int fragment; local
697 int root_sym, ov_sym, prop, path_len, fragment, target; local
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.h35 status_t fragment(nspace *vol, uint32 *pattern);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp55 // slots in the fragment packet's hash
57 // discard fragment after 60 seconds [RFC 2460]
314 // invalid fragment
318 // Search for a position in the list to insert the fragment
324 if (previous->fragment.start <= start) {
325 // The new fragment can be inserted after this one
332 // See if we already have the fragment's data
334 if (previous != NULL && previous->fragment.start <= start
335 && previous->fragment.end >= end) {
336 // we do, so we can just drop this fragment
453 net_buffer* fragment; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp54 // slots in the fragment packet's hash
56 // discard fragment after 60 seconds
275 // invalid fragment
279 // Search for a position in the list to insert the fragment
285 if (previous->fragment.start <= start) {
286 // The new fragment can be inserted after this one
293 // See if we already have the fragment's data
295 if (previous != NULL && previous->fragment.start <= start
296 && previous->fragment.end >= end) {
297 // we do, so we can just drop this fragment
414 net_buffer* fragment; local
[all...]
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp39 "http://user:pass@www.foo.com:80/path?query#fragment",
87 url.SetFragment("fragment");
88 CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set",
90 url.SetFragment("fragment");
92 CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set",
107 url.SetFragment("fragment");
119 CPPUNIT_ASSERT_EQUAL(BString("fragment"), url.Fragment());
121 "http://user:password@example.com:8080/path?query=value#fragment"),
172 const char* fragment; member in struct:__anon4::__anon5
182 { "http://user:pass@host:80/path?query#fragment",
[all...]
/haiku/headers/private/net/
H A Dnet_buffer.h29 } fragment; member in union:net_buffer::__anon1152
/haiku/headers/os/support/
H A DUrl.h35 BUrl& SetFragment(const BString& fragment);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1152 /*! This will find a free duplicate fragment in the given bplustree_node.
1153 The CachedNode will be set to the writable fragment on success.
1164 // does the value link to a duplicate fragment?
1168 const bplustree_node* fragment = cached.SetTo( local
1170 if (fragment == NULL) {
1171 FATAL(("Could not get duplicate fragment at %" B_PRIdOFF ", inode %"
1179 duplicate_array* array = fragment->FragmentAt(j);
1182 // found an unused fragment
1208 // If it's a duplicate fragment, try to insert it into that, or if it
1222 FATAL(("_InsertDuplicate: Invalid array[%d] size in fragment "
1339 bplustree_node* fragment; local
1997 bplustree_node* fragment = NULL; local
2955 uint32 fragment = (NUM_FRAGMENT_VALUES + 1) * ((uint64)offset & 0x3ff); local
[all...]
/haiku/src/kits/support/
H A DUrl.cpp381 BUrl::SetFragment(const BString& fragment) argument
383 fFragment = fragment;
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp1166 // the duplicate fragment handling is currently hard-coded to a node size
1171 uint32 fragment = 8 * ((uint64)offset & 0x3ff); local
1173 return ((off_t *)this)[fragment];
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h463 uint32 fragment; member in struct:ext2_inode
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1636 uint32_t fragment; member in struct:iwn_rx_ht_phy_stats

Completed in 150 milliseconds