Home
last modified time | relevance | path

Searched refs:address (Results 226 – 250 of 589) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxcsu.S48 .comm __base,4 # Client base address
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c1310 px_dvma_alloc_debug(px_mmu_t *mmu_p, char *address, uint_t len, in px_dvma_alloc_debug() argument
1324 ptr->dvma_addr = address; in px_dvma_alloc_debug()
1331 ptr->dvma_addr = address; in px_dvma_alloc_debug()
1343 px_dvma_free_debug(px_mmu_t *mmu_p, char *address, uint_t len, in px_dvma_free_debug() argument
1357 ptr->dvma_addr = address; in px_dvma_free_debug()
1365 if ((ptr->dvma_addr == address) && (ptr->len = len)) in px_dvma_free_debug()
1371 (long)address, len); in px_dvma_free_debug()
H A Dpx_dma.h35 #define MAKE_DMA_COOKIE(cp, address, size) \ argument
39 (cp)->dmac_laddress = (address); \
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A DREADME.illumos9 The IXGBE_REMOVED macro normally taks a pointer to the hardware address.
/illumos-gate/
H A DCODE_OF_CONDUCT.md30 address, without explicit permission
60 community include using an official project e-mail address, posting via an
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dusbser_keyspan.c613 while (record->address != 0xffff) { in keyspan_download_firmware()
615 record->address, (uchar_t *)record->data, in keyspan_download_firmware()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile.com50 CERRWARN += -_gcc=-Wno-address
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c201 kobj_free(void *address, size_t size) in kobj_free() argument
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h93 char *address; member
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.msg77 @ MSG_DESC_P_VADDR "Virtual address of 1st byte in memory"
78 @ MSG_DESC_P_PADDR "Segment's physical address"
115 Integer value to set for virtual address at which the first\n\
119 Integer value to set for physical address at which the first\n\
196 p_vaddr provides the virtual address at which the first byte\n\
210 p_paddr provides the physical address at which the first\n\
H A Dshdr.msg63 @ MSG_DESC_SH_ADDR "Section memory address"
64 @ MSG_DESC_SH_ADDRALIGN "Section address alignment"
119 @ MSG_A2_DESC_SH_ADDR "Integer value to set for section address.\n"
178 starting virtual memory address of the section.\n\
181 this member gives the address at which the sections's\n\
196 Some sections have address alignment constraints. For example,\n\
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c130 tnaddr_t address; in tcache_init() local
159 bzero(&address, sizeof (tnaddr_t)); in tcache_init()
160 address.ta_family = AF_INET; in tcache_init()
161 tsol_create_i_tnrh(&address); in tcache_init()
166 address.ta_family = AF_INET6; in tcache_init()
167 tsol_create_i_tnrh(&address); in tcache_init()
/illumos-gate/usr/src/lib/libm/i386/src/
H A D__reduction.S69 leal -16(%ebp),%eax / address of y[0]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h73 #define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01)) argument
76 #define I40E_IS_BROADCAST(address) \ argument
77 ((((u8 *)(address))[0] == ((u8)0xff)) && \
78 (((u8 *)(address))[1] == ((u8)0xff)))
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c502 bcopy(mp->b_rptr, tx_buf->address + tx_buf->len, len); in igb_tx_copy()
965 tbd->read.buffer_addr = tcb->desc[i].address; in igb_tx_fill_ring()
1080 igb_save_desc(tx_control_block_t *tcb, uint64_t address, size_t length) in igb_save_desc() argument
1085 desc->address = address; in igb_save_desc()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.new101 5. To assign an IP address to the interface, enter the following:
106 is the IP address for another machine on the same subnet as the interface
111 7. To configure the IP address to remain after reboot, edit /etc/rc.conf,
178 ifconfig em<interface_num> <hostname or IP address> mtu 9000
246 assign a VLAN ID, IP address, and netmask:
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c475 bcopy(buf, tx_buf->address + tx_buf->len, len); in ixgbe_tx_copy()
959 tbd->read.buffer_addr = tcb->desc[i].address; in ixgbe_tx_fill_ring()
1093 ixgbe_save_desc(tx_control_block_t *tcb, uint64_t address, size_t length) in ixgbe_save_desc() argument
1098 desc->address = address; in ixgbe_save_desc()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr63 \ Returns the size in address units of the thing the pointer
74 \ set the pointer to address supplied
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h536 uint32_t idm_crc32c(void *address, unsigned long length);
538 uint32_t idm_crc32c_continued(void *address, unsigned long length,
/illumos-gate/usr/src/uts/sun4u/opl/ml/
H A Ddrmach.il.cpp169 flush %o0 ! address irrelevant
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h100 uint32_t address; /* for SEEPROMS this is the offset */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h104 uint32_t address; /* for SEEPROMS this is the offset */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h260 uint32_t address; member
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.h21 u32 address);
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c95 IMA_ADDRESS_KEY address; member
142 static IMA_STATUS sendTargets(IMA_TARGET_ADDRESS address,
2089 bcopy(&(pList->keys[j].address.ipAddress), in IMA_GetAddressKeys()
2094 pList->keys[j].address.portNumber; in IMA_GetAddressKeys()
3133 IMA_TARGET_ADDRESS address, in sendTargets() argument
3166 bcopy(address.hostnameIpAddress.id.ipAddress.ipAddress, in sendTargets()
3168 sizeof (address.hostnameIpAddress.id.ipAddress.ipAddress)); in sendTargets()
3169 stl_hdr->stl_entry.e_port = address.portNumber; in sendTargets()
3237 (*ppList)->keys[ctr].address.portNumber = in sendTargets()
3242 (*ppList)->keys[ctr].address.ipAddress.ipv4Address = in sendTargets()
[all …]

12345678910>>...24