Searched defs:sap (Results 51 - 70 of 70) sorted by relevance

123

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c307 * address (sap)
310 ip_xprt_set_addr(ip_xprt_t *ipx, const struct sockaddr *sap) argument
312 const struct sockaddr_in6 *sin6 = (const void *)sap;
313 const struct sockaddr_in *sin = (const void *)sap;
322 if (sap->sa_family == AF_INET6 &&
327 } else if (sap->sa_family == AF_INET6) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c1031 Sym_aux *sap = sdp->sd_aux; local
1103 if (sap->sa_linkndx) {
1104 _sdp = sdp->sd_file->ifl_oldndx[sap->sa_linkndx];
1480 Sym_aux *sap; local
1514 sap = sdp->sd_aux;
1515 if (sap && sap->sa_linkndx &&
1521 _sdp = sdp->sd_file->ifl_oldndx[sap->sa_linkndx];
H A Dsyms.c331 Sym_aux *sap; local
359 sap = (Sym_aux *)((uintptr_t)sdp +
364 sdp->sd_aux = sap;
365 savl->sav_hash = sap->sa_hash = hash;
371 sdp->sd_sym = nsym = &sap->sa_sym;
558 sap->sa_rfile = ifl->ifl_name;
571 sap->sa_dverndx = vndx;
575 sap->sa_vfile = ifl->ifl_name;
593 if (aplist_append(&sap->sa_dfiles, ifl->ifl_name,
850 Sym_aux *sap local
[all...]
H A Dupdate.c1182 Sym_aux *sap; local
1249 sap = sdp->sd_aux;
1265 vndx = sap->sa_overndx;
1275 (sap->sa_dverndx > 0) &&
1276 (sap->sa_dverndx <= sdp->sd_file->ifl_vercnt) &&
1280 [sap->sa_dverndx].vi_overndx;
1516 sap->sa_hash % ofl->ofl_hashbkts;
1561 if ((sap->sa_linkndx) &&
1563 (!sap->sa_PLTndx)) {
1566 _sdp = sdp->sd_file->ifl_oldndx[sap
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c4125 sattr3_to_vattr(sattr3 *sap, struct vattr *vap) argument
4130 if (sap->mode.set_it) {
4131 vap->va_mode = (mode_t)sap->mode.mode;
4134 if (sap->uid.set_it) {
4135 vap->va_uid = (uid_t)sap->uid.uid;
4138 if (sap->gid.set_it) {
4139 vap->va_gid = (gid_t)sap->gid.gid;
4142 if (sap->size.set_it) {
4143 if (sap->size.size > (size3)((u_longlong_t)-1))
4145 vap->va_size = sap
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1372 uint16_t sap, len, *stuff; local
1386 sap = ntohs(evhp->ether_type);
1389 sap = ntohs(ehp->ether_type);
1393 ASSERT(sap == ETHERTYPE_IP);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c192 ushort_t sap; local
201 sap = ntohs(((ipoib_hdr_t *)mp->b_rptr)->ipoib_type);
245 ibha->ipib_rhdr.ipoib_type = htons(sap);
278 DPRINT(30, "ibd_async_rc_process_too_big: sap=0x%x, ip_src=0x%x, "
280 sap, ipha->ipha_src, ipha->ipha_dst, ipha->ipha_ttl,
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1650 * sap, vlan ID and destination address.
1723 uint16_t sap; local
1731 if ((sap = ntohs(evhp->ether_tpid)) == ETHERTYPE_VLAN &&
1740 l2->l2_sap = sap;
1939 uint16_t sap = l2info->l2_sap; local
1953 switch (sap) {
H A Dmac_sched.c1494 uint32_t sap; local
1541 * Since squeues for TCP & IPv4 sap poll their soft rings (for
1567 if ((sap = ntohs(ehp->ether_type)) == VLAN_TPID) {
1569 sap = ntohs(evhp->ether_type);
1595 sap = mhi.mhi_bindsap;
1606 if (sap == ETHERTYPE_IP) {
1706 uint32_t sap, size_t hdrsize, enum pkt_type *type, uint_t *indx)
1721 if (sap == ETHERTYPE_IPV6) {
1724 } else if (sap == ETHERTYPE_IP) {
1898 uint32_t sap; local
1705 mac_rx_srs_long_fanout(mac_soft_ring_set_t *mac_srs, mblk_t *mp, uint32_t sap, size_t hdrsize, enum pkt_type *type, uint_t *indx) argument
[all...]
H A Dmac_protect.c1934 uint32_t sap = mhip->mhi_bindsap; local
1947 switch (sap) {
2121 uint32_t sap = mhip->mhi_bindsap; local
2134 switch (sap) {
2297 uint32_t sap = mhi.mhi_bindsap; local
2310 if (sap != ETHERTYPE_IP && sap != ETHERTYPE_IPV6 &&
2311 sap != ETHERTYPE_ARP) {
H A Dmac_client.c4203 mac_sap_verify(mac_handle_t mh, uint32_t sap, uint32_t *bind_sap) argument
4207 return (mip->mi_type->mt_ops.mtops_sap_verify(sap, bind_sap,
4212 mac_header(mac_handle_t mh, const uint8_t *daddr, uint32_t sap, mblk_t *payload, argument
4223 return (mip->mi_type->mt_ops.mtops_header(mip->mi_addr, hdr_daddr, sap,
4258 uint16_t sap; local
4275 sap = ntohs(evhp->ether_type);
4276 (void) mac_sap_verify(mh, sap, &mhip->mhi_bindsap);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c548 ulong_t *sap, *dap; local
560 if ((sap = *sapp) != NULL) {
569 bcopy((sap + sapidx), (dap + dapidx),
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c595 sa_hdr_phys_t *sap = data; local
596 sa_hdr_phys_t sa = *sap;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3392 t_uscalar_t sap; local
3398 sap = slp->sl_sap;
3400 "fcip_accept: checking next sap = %x, type = %x",
3401 sap, type));
3403 if ((slp->sl_fcip == fptr) && (type == sap)) {
5475 t_uscalar_t sap; local
5498 sap = dlp->bind_req.dl_sap;
5499 FCIP_DEBUG(FCIP_DEBUG_DLPI, (CE_NOTE, "fcip_breq - sap: %x", sap));
5507 FCIP_DEBUG(FCIP_DEBUG_DLPI, (CE_NOTE, "DLBIND: sap
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2307 * This collects per MDT message information like sap,
2787 "gld_sendup: queue sap: %4x promis: %s %s %s",
2790 gld->gld_flags & GLD_PROM_SAP ? "sap " : " ",
2799 /* sap matches */
3098 cmn_err(CE_NOTE, "gld_passon: q: %p mblk: %p minor: %d sap: %x",
4181 ulong_t sap; local
4195 sap = dlp->dl_sap;
4199 cmn_err(CE_NOTE, "gld_bind: lsap=%lx", sap);
4220 * Check sap validity and decide whether this stream accepts
4223 if (sap > ETHERTYPE_MA
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c1008 struct sigaction *sap; local
1019 sap = kmem_alloc((nsig-1) * sizeof (struct sigaction), KM_SLEEP);
1033 prgetaction(p, up, sig, &sap[sig-1]);
1036 error = pr_uioread(sap, (nsig - 1) * sizeof (struct sigaction), uiop);
1038 kmem_free(sap, (nsig-1) * sizeof (struct sigaction));
2084 struct sigaction32 *sap; local
2095 sap = kmem_alloc((nsig-1) * sizeof (struct sigaction32), KM_SLEEP);
2114 prgetaction32(p, up, sig, &sap[sig-1]);
2117 error = pr_uioread(sap, (nsig - 1) * sizeof (struct sigaction32), uiop);
2119 kmem_free(sap, (nsi
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c629 sas_identify_af_t sap; local
663 bzero(&sap, sizeof (sap));
664 sap.device_type = SAS_IF_DTYPE_ENDPOINT;
665 sap.ssp_ini_port = 1;
668 pmcs_wwn2barray(pwp->sas_wwns[phynum], sap.sas_address);
670 pmcs_wwn2barray(pwp->sas_wwns[0], sap.sas_address);
674 sap.phy_identifier = phynum & SAS2_PHYNUM_MASK;
675 (void) memcpy(&msg[3], &sap, sizeof (sas_identify_af_t));
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3201 t_uscalar_t sap; local
3218 sap = dlp->bind_req.dl_sap;
3228 if (sap > ETHERTYPE_MAX) {
3238 msp->ms_sap = sap;
5455 * sap - either ETHERTYPE_ARP or ETHERTYPE_IPV6
5458 man_do_icmp_bcast(man_dest_t *mdp, t_uscalar_t sap) argument
5464 ASSERT(sap == ETHERTYPE_IPV6 || sap == ETHERTYPE_IP);
5466 if (sap == ETHERTYPE_IPV6) {
5474 mp = man_pinger(sap);
5494 man_pinger(t_uscalar_t sap) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c3122 ses_alt_node_t *sap; local
3379 if ((sap = topo_mod_zalloc(mod,
3383 sap->san_node = np;
3384 topo_list_append(&snp->sen_alt_nodes, sap);
3393 if ((sap = topo_mod_zalloc(mod,
3405 sap->san_node = np;
3406 topo_list_append(&snp->sen_alt_nodes, sap);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c679 * Concatenate together a physical address and a sap.
682 * sap_length == 0 ==> no sap
683 * sap_length > 0 ==> sap is at the head of the dlpi address
684 * sap_length < 0 ==> sap is at the tail of the dlpi address
720 ill_dlur_gen(uchar_t *addr, uint_t addr_length, t_uscalar_t sap, argument
740 ill_dlur_copy_address(addr, addr_length, sap, sap_length,
17020 * Pick a default sap until we get the DL_INFO_ACK back from

Completed in 207 milliseconds

123