Searched refs:type_mask (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dfind.c41 static int type_mask = 0; variable
67 if (type_mask != 0) {
68 if (!((statbuf->st_mode & S_IFMT) == type_mask))
157 type_mask = find_type(argv[i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dsetup-res.c69 unsigned int type_mask,
75 type_mask |= IORESOURCE_IO | IORESOURCE_MEM;
81 /* type_mask must match */
82 if ((res->flags ^ r->flags) & type_mask)
64 pci_assign_bus_resource(const struct pci_bus *bus, struct pci_dev *dev, struct resource *res, unsigned long size, unsigned long min, unsigned int type_mask, int resno) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci.c249 unsigned int type_mask; local
252 type_mask = IORESOURCE_IO | IORESOURCE_MEM;
258 /* type_mask must match */
259 if ((res->flags ^ r->flags) & type_mask)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_sock.c108 if (!hci_test_bit((skb->pkt_type & HCI_FLT_TYPE_BITS), &flt->type_mask))
463 flt.type_mask &= hci_sec_filter.type_mask;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci_core.h453 __u32 type_mask; member in struct:hci_sec_filter
H A Dhci.h661 __u32 type_mask; member in struct:hci_filter
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci_core.h453 __u32 type_mask; member in struct:hci_sec_filter
H A Dhci.h661 __u32 type_mask; member in struct:hci_filter

Completed in 164 milliseconds