Searched refs:len (Results 26 - 50 of 878) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp1384 size_t len = OHCI_ITD_GET_BUFFER_LENGTH(offset); local
1386 len = packet_descriptor->request_length - len;
1388 packet_descriptor->actual_length = len;
1389 actualLength += len;
1428 TRACE("iso.transfer %p done with status 0x%08" B_PRIx32 " len:%ld\n",
/haiku/src/kits/tracker/
H A DPoseView.cpp739 BPoseView::StringWidth(const char* str, int32 len) const
741 ASSERT(strlen(str) == (uint32)len);
743 return BPrivate::gWidthBuffer->StringWidth(str, 0, len, be_plain_font);
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c422 "spt dpt len sum",
462 "flg pro len clid",
1719 p_cksum(struct ip *ip, u_short *data, int len, int cov) argument
1725 ipo.ih_len = htons(len);
1739 in_cksum(register u_short *addr, register int len) argument
1741 register int nleft = len;
1844 sctp_crc32c(const void *packet, u_int32_t len) argument
1851 for (i = 0; i < len; i++)
/haiku/src/bin/network/ping/
H A Dping6.c145 #define ICMP6ECHOLEN 8 /* icmp echo header len excluding time */
1019 socklen_t len = sizeof(src); local
1049 if (connect(dummy, (struct sockaddr *)&src, len) < 0)
1052 if (getsockname(dummy, (struct sockaddr *)&src, &len) < 0)
1895 socklen_t extlen, len; local
1903 printf("nxt %u, len %u (%lu bytes)\n", ext->ip6h_nxt,
1920 &type, &len, &databuf);
1943 printf(" Received Opt %u len %lu\n",
1944 type, (unsigned long)len);
1969 printf("nxt %u, len
[all...]
H A Dutils.c44 in_cksum(u_char *addr, int len) argument
54 nleft = len;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp154 size_t len)
379 size_t len)
388 fHeaderDescriptor = (usbvc_interface_header_descriptor*)malloc(len);
389 memcpy(fHeaderDescriptor, _descriptor, len);
153 _ParseVideoStreaming(const usbvc_class_descriptor* _descriptor, size_t len) argument
378 _ParseVideoControl(const usbvc_class_descriptor* _descriptor, size_t len) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c42 status_t acpi_thermal_control(void* _cookie, uint32 op, void* arg, size_t len);
156 acpi_thermal_control(void* _cookie, uint32 op, void* arg, size_t len) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp143 acpi_lid_control(void* _cookie, uint32 op, void* arg, size_t len) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp132 acpi_ac_control(void* _cookie, uint32 op, void* arg, size_t len) argument
/haiku/headers/posix/
H A Dfcntl.h101 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
102 extern int posix_fallocate(int fd, off_t offset, off_t len);
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp137 tunnel_control(void* _cookie, uint32 op, void* data, size_t len) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp3270 size_t len = strlen(entryName); local
3271 if (pathLen + len >= B_PATH_NAME_LENGTH)
3274 memcpy(path + pathLen, entryName, len + 1);
3275 pathLen += len;
/haiku/src/libs/compat/freebsd_network/
H A Dif.c1317 if_setifheaderlen(if_t ifp, int len) argument
1319 ((struct ifnet *)ifp)->if_hdrlen = len;
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c1077 u_int len = slot->len; local
1093 pi.ipi_segs[seg_idx].ds_len = len;
1094 if (len) {
1095 pkt_len += len;
1124 NM_CHECK_ADDR_LEN(na, addr, len);
1267 ring->slot[nm_i].len = 0;
1270 ring->slot[nm_i].len = ri.iri_frags[i].irf_len;
1272 ring->slot[nm_i].len -= crclen;
2728 int flid, cidx, len, nex local
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c189 ieee80211_get_ess(struct ieee80211com *ic, const char *nwid, int len) argument
194 if (len == ess->esslen &&
203 ieee80211_del_ess(struct ieee80211com *ic, char *nwid, int len, int all) argument
208 if (all == 1 || (ess->esslen == len &&
209 memcmp(ess->essid, nwid, len) == 0)) {
2343 uint8_t len)
2347 if (len != 26)
2475 uint8_t len, int isprobe)
2477 if (len != 22)
2503 uint8_t len)
2342 ieee80211_setup_htcaps(struct ieee80211_node *ni, const uint8_t *data, uint8_t len) argument
2474 ieee80211_setup_htop(struct ieee80211_node *ni, const uint8_t *data, uint8_t len, int isprobe) argument
2502 ieee80211_setup_vhtcaps(struct ieee80211_node *ni, const uint8_t *data, uint8_t len) argument
2549 ieee80211_setup_vhtop(struct ieee80211_node *ni, const uint8_t *data, uint8_t len, int isprobe) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h2481 * @len: the memory segment length, in bytes
2488 uint32_t len; member in struct:iwx_fw_dbg_mem_seg_tlv
2544 uint16_t len; member in struct:iwx_fw_dbg_conf_hcmd
5819 * @len: in bytes of the payload, see below for details
5828 uint16_t len; member in struct:iwx_tx_cmd_gen2
5840 * @len: in bytes of the payload, see below for details
5850 uint16_t len; member in struct:iwx_tx_cmd_gen3
6337 uint8_t len; member in struct:iwx_ssid_ie
6405 * @len: length of the segment
6409 uint16_t len; member in struct:iwx_scan_probe_segment
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerFDT.cpp45 uint64_t len = B_BENDIAN_TO_HOST_INT64(*(uint64_t*)(it + 5)); local
50 range.size = len;
82 dprintf(", len: %" B_PRIx64 "\n", len);
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp202 uint64_t len = B_BENDIAN_TO_HOST_INT64(*(uint64_t*)(it + 5)); local
207 range.size = len;
239 dprintf(", len: %" B_PRIx64 "\n", len);
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp414 acpi_battery_control(void* _cookie, uint32 op, void* arg, size_t len) argument
421 if (len < sizeof(uint32))
433 if (len < sizeof(acpi_battery_info))
449 if (len < sizeof(acpi_extended_battery_info))
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp361 void *buf, size_t *len)
373 *len = 0;
378 " (vnode id %" B_PRIdINO ")\n", *len, pos, node->vnid));
382 result = file_cache_read(node->cache, cookie, pos, buf, len);
387 DPRINTF(0, ("dosfs_read: read %" B_PRIuSIZE " bytes\n", *len));
396 const void *buf, size_t *len)
411 *len = 0;
416 " from buffer at %p (vnode id %" B_PRIdINO ")\n", *len, pos, buf,
421 *len = 0;
433 *len
360 dosfs_read(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, void *buf, size_t *len) argument
395 dosfs_write(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const void *buf, size_t *len) argument
[all...]
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py40 if len(sys.argv) > 1:
71 if len(requires) > 0:
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp85 uint64& firstPhys, uint64& firstFlags, uint64& len)
87 if (virtAdr == firstVirt + len && physAdr == firstPhys + len && flags == firstFlags) {
88 len += size;
90 if (len != 0) {
92 firstVirt, firstVirt + (len - 1));
94 firstPhys, firstPhys + (len - 1), len);
100 len = size;
107 uint64& firstFlags, uint64& len)
84 DumpPageWrite(uint64_t virtAdr, uint64_t physAdr, size_t size, uint64 flags, uint64& firstVirt, uint64& firstPhys, uint64& firstFlags, uint64& len) argument
106 DumpPageTableInt(Pte* pte, uint64_t virtAdr, uint32_t level, uint64& firstVirt, uint64& firstPhys, uint64& firstFlags, uint64& len) argument
124 firstVirt, firstPhys, firstFlags, len); local
141 uint64 len = 0; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp280 acpi_namespace_control(void* cookie, uint32 op, void* arg, size_t len) argument
/haiku/headers/os/drivers/
H A DACPI.h94 uint32 len; member in struct:acpi_object_type::__anon5
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py87 if not javatype or 0 == len(javatype):
96 if not itemstype or 0 == len(itemstype):
101 if not itemsjavatype or 0 == len(itemsjavatype):
184 if not prop_type or 0 == len(prop_type):
205 if len(properties) > 15:
256 for i in range(len(property_array)):
259 if 0 != len(property_array):
261 property_array[len(property_array) - 1]["islast"] = True

Completed in 263 milliseconds

1234567891011>>