Home
last modified time | relevance | path

Searched defs:o (Results 251 – 275 of 285) sorted by path

1...<<1112

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_cfgacc.c28 #define PCI_CFGACC_FILLREQ(r, d, b, o, s, w, v) \ argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dspad_layout.h201 #define NVM_GLOB_VAL(n, m, o) ((NVM_GLOB(n) & m) >> o) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_sis.c147 pqi_dma_overhead_t *o; in sis_init_base_struct_addr() local
/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h89 #define IPOPT_COPIED(o) ((o)&0x80) argument
90 #define IPOPT_CLASS(o) ((o)&0x60) argument
91 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
H A Dip6.h135 #define IP6OPT_TYPE(o) ((o) & 0xc0) argument
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb.h537 #define wset_sdowneroff(s, o) ((s)->sd_owneroff = htolel(o)) argument
542 #define wset_sdgroupoff(s, o) ((s)->sd_groupoff = htolel(o)) argument
547 #define wset_sdsacloff(s, o) ((s)->sd_sacloff = htolel(o)) argument
552 #define wset_sddacloff(s, o) ((s)->sd_dacloff = htolel(o)) argument
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c2048 off_t o; in bioclone() local
H A Dfbio.c66 ulong_t o; in fbread() local
114 ulong_t o, zlen; in fbzero() local
H A Dsunddi.c476 int o; in ddi_peekpokeio() local
783 ddi_dma_sync(ddi_dma_handle_t h, off_t o, size_t l, uint_t whom) in ddi_dma_sync()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_oplock.h214 #define FOREACH_NODE_OFILE(node, o) for \ argument
/illumos-gate/usr/src/uts/common/sys/
H A Davl_impl.h126 #define AVL_NODE2DATA(n, o) ((void *)((uintptr_t)(n) - (o))) argument
127 #define AVL_DATA2NODE(d, o) ((struct avl_node *)((uintptr_t)(d) + (o))) argument
H A Dipc_impl.h153 #define IPC_LOCKED(s, o) \ argument
H A Dpci_cap.h78 #define PCI_CAP_GET8(h, i, b, o) ((uint8_t) \ argument
80 #define PCI_CAP_GET16(h, i, b, o) ((uint16_t) \ argument
82 #define PCI_CAP_GET32(h, i, b, o) ((uint32_t) \ argument
85 #define PCI_CAP_PUT8(h, i, b, o, d) \ argument
87 #define PCI_CAP_PUT16(h, i, b, o, d) \ argument
89 #define PCI_CAP_PUT32(h, i, b, o, d) \ argument
92 #define PCI_XCAP_GET8(h, i, b, o) ((uint8_t) \ argument
94 #define PCI_XCAP_GET16(h, i, b, o) ((uint16_t) \ argument
99 #define PCI_XCAP_PUT8(h, i, b, o, d) \ argument
101 #define PCI_XCAP_PUT16(h, i, b, o, d) \ argument
[all …]
H A Dvnode.h1115 #define VOP_CLOSE(vp, f, c, o, cr, ct) \ argument
1165 #define VOP_FRLOCK(vp, cmd, a, f, o, cb, cr, ct) \ argument
1167 #define VOP_SPACE(vp, cmd, a, f, o, cr, ct) \ argument
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h67 #define atomic_cmpxchg(a, o, n) \ argument
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h760 #define GET_OQ_ENTRY(hwp, qn, ix, o) \ argument
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h172 #define GetField(u, td, f, o, l) \ argument
175 #define SetField(u, td, f, o, l, v) \ argument
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pvn.c1105 u_offset_t o, eoff; in pvn_getpages() local
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c473 ACPI_OBJECT *o = &objp->Package.Elements[i]; in acpi_video_enum_output() local
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.h263 #define OFF2CMD(o) ((o) >> 4) argument
H A Damd_iommu_log.h38 #define OFF2EV(o) ((o) >> 4) argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c445 #define CMI_PCII_HASHIDX(b, d, f, o) \ argument
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h109 #define OFFSET_ADDR(a, o) (((uintptr_t)(a)) + (o)) argument
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c680 ddi_ctl_enum_t o, in ata_bus_ctl()
H A Data_disk.c776 ata_disk_bus_ctl(dev_info_t *d, dev_info_t *r, ddi_ctl_enum_t o, in ata_disk_bus_ctl()

1...<<1112