Searched refs:mask (Results 351 - 375 of 455) sorted by relevance

<<111213141516171819

/haiku/headers/os/drivers/
H A Dfs_interface.h81 uint32 mask);
276 uint32 (*get_supported_operations)(partition_data* partition, uint32 mask);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h79 const struct fssh_fs_info *info, uint32_t mask);
298 uint32_t mask);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_i210.c789 u32 mask = E1000_NVM_CFG_DONE_PORT_0; local
794 if (E1000_READ_REG(hw, E1000_EEMNGCTL_I210) & mask)
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1250 uint32 mask = PCI_address_memory_32_mask; local
1253 mask = PCI_address_io_mask;
1272 flags = (uint32)pciAddress & ~mask;
1273 pciAddress &= ((uint64)0xffffffff << 32) | mask;
1274 size &= ((uint64)0xffffffff << 32) | mask;
1347 // BeOS does not mask off the multifunction bit, developer must use
1762 uint16 mask = PCI_ht_command_cap_mask_5_bits; local
1764 mask = PCI_ht_command_cap_mask_3_bits;
1774 capPointer + PCI_ht_command, 2) & mask) == capID) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwreg.h280 uint16_t mask; member in struct:ipw_wpa_ie
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h71 uint32 mask);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c84 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c35 #define AR_GPIOD_MASK 0x0000002F /* GPIO data reg r/w mask */
55 ar5212GetBssIdMask(struct ath_hal *ah, uint8_t *mask) argument
59 OS_MEMCPY(mask, ahp->ah_bssidmask, IEEE80211_ADDR_LEN);
63 ar5212SetBssIdMask(struct ath_hal *ah, const uint8_t *mask) argument
68 OS_MEMCPY(ahp->ah_bssidmask, mask, IEEE80211_ADDR_LEN);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h340 ATTR_FLAGS mask);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h77 uint32 mask);
H A DFUSEVolume.cpp1532 FUSEVolume::WriteStat(void* _node, const struct stat* st, uint32 mask) argument
1536 node, node->id, st, mask));
1544 int fuseError = fuse_ll_setattr(fOps, node->id, st, mask);
1560 if ((mask & B_STAT_MODE) != 0) {
1567 if ((mask & (B_STAT_UID | B_STAT_GID)) != 0) {
1568 uid_t uid = (mask & B_STAT_UID) != 0 ? st->st_uid : (uid_t)-1;
1569 gid_t gid = (mask & B_STAT_GID) != 0 ? st->st_gid : (gid_t)-1;
1576 if ((mask & B_STAT_SIZE) != 0) {
1584 if ((mask & (B_STAT_ACCESS_TIME | B_STAT_MODIFICATION_TIME)) != 0) {
1592 if ((mask
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h203 inline status_t WaitOpBits(uint32 reg, uint32 mask, uint32 expected);
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.h36 void EnableInterrupts(uint32_t mask);
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c320 /*SHOW_FLOW( 0, "value=%02x %02x %02x, mask=%02x %02x %02x",
322 ow->red.mask, ow->green.mask, ow->blue.mask );*/
324 // Radeons don't support value and mask as colour key but colour range
328 ow->red.mask, ow->green.mask, ow->blue.mask );
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c657 * Set the interrupt mask.
660 malo_hal_intrset(struct malo_hal *mh, uint32_t mask) argument
666 mh->mh_imask = mask;
667 malo_hal_write4(mh, MALO_REG_A2H_INTERRUPT_MASK, mask);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h585 * a shift count, while the field mask has no suffix.
618 uint32_t mask, uint32_t val);
620 uint32_t mask, uint32_t val, uint32_t timeout);
655 extern void DO_HALDEBUG(struct ath_hal *ah, u_int mask, const char* fmt, ...)
/haiku/headers/os/interface/
H A DView.h36 // event mask
42 // event mask options
59 // set font mask
517 uint32 mask = B_FONT_ALL);
559 status_t SetEventMask(uint32 mask, uint32 options = 0);
561 status_t SetMouseEventMask(uint32 mask,
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c454 statp->sort_list[nsort].mask = a.s_addr;
456 statp->sort_list[nsort].mask =
460 statp->sort_list[nsort].mask =
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c2850 int flag, mask, error = 0, reinit; local
2900 mask = if_getcapenable(ifp) ^ ifr->ifr_reqcap;
2902 if (mask & IFCAP_POLLING) {
2923 if ((mask & IFCAP_TXCSUM) != 0 &&
2931 if ((mask & IFCAP_RXCSUM) != 0 &&
2937 if ((mask & IFCAP_TSO4) != 0 &&
2945 if ((mask & IFCAP_WOL_MAGIC) != 0 &&
2948 if ((mask & IFCAP_VLAN_MTU) != 0 &&
2959 if ((mask & IFCAP_VLAN_HWCSUM) != 0 &&
2962 if ((mask
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c2124 int error = 0, mask; local
2155 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
2157 if ((mask & IFCAP_POLLING) != 0 &&
2175 if ((mask & IFCAP_WOL) != 0 &&
2177 if ((mask & IFCAP_WOL_UCAST) != 0)
2179 if ((mask & IFCAP_WOL_MCAST) != 0)
2181 if ((mask & IFCAP_WOL_MAGIC) != 0)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c176 ht->mask = ht->max - 1;
260 if (ht->max & ht->mask) {
261 printf("*** hashtable size %d or mask %d looks weird!\n", ht->max,
262 ht->mask);
286 ht->mask = newmask;
300 hash = HASH(dev, bnum) & ht->mask;
334 he = ht->table[HASH(dev, bnum) & ht->mask];
355 hash = HASH(dev, bnum) & ht->mask;
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp813 uint32 mask = ~uint32(0); local
815 mask = (1u << hierarchyLevels[i]) - 1;
817 mask &= ~sHierarchyMask[i - 1];
818 sHierarchyMask[i] = mask;
1012 uint64 mask = 1 << platformBits;
1062 && (mask & header->processor_flags) != 0) {
1077 && (mask & extended_signature[i].processor_flags) != 0)
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c1977 int error, mask; local
2029 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
2030 if ((mask & IFCAP_TXCSUM) != 0 &&
2038 if ((mask & IFCAP_RXCSUM) != 0 &&
2041 if ((mask & IFCAP_TSO4) != 0 &&
2050 if ((mask & IFCAP_WOL_MCAST) != 0 &&
2053 if ((mask & IFCAP_WOL_MAGIC) != 0 &&
2056 if ((mask & IFCAP_VLAN_HWCSUM) != 0 &&
2059 if ((mask & IFCAP_VLAN_HWTSO) != 0 &&
2062 if ((mask
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c1825 int error, mask; local
1876 mask = ifr->ifr_reqcap ^ ifp->if_capenable;
1877 if ((mask & IFCAP_TXCSUM) != 0 &&
1885 if ((mask & IFCAP_RXCSUM) != 0 &&
1894 if ((mask & IFCAP_TSO4) != 0 &&
1903 if ((mask & IFCAP_WOL_MCAST) != 0 &&
1906 if ((mask & IFCAP_WOL_MAGIC) != 0 &&
1909 if ((mask & IFCAP_VLAN_HWCSUM) != 0 &&
1912 if ((mask & IFCAP_VLAN_HWTSO) != 0 &&
1915 if ((mask
[all...]
/haiku/src/system/kernel/
H A Dthread.cpp410 // We are supposed keep the pending signals and the signal mask. Only the
584 // inherit the current thread's signal mask
3942 CPUSet mask;
3952 memcpy(&mask, &thread->cpumask, sizeof(mask));
3954 if (user_memcpy(userMask, &mask, min_c(sizeof(mask), size)) < B_OK)
3969 CPUSet mask;
3970 if (user_memcpy(&mask, userMask, min_c(sizeof(CPUSet), size)) < B_OK)
3977 if (mask
[all...]

Completed in 172 milliseconds

<<111213141516171819