Searched refs:rmap (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 556 Rt_map rmap; in iter_map() local 563 if (ps_pread(rap->rd_psp, lmaddr, (char *)&rmap, in iter_map() 580 if ((FLAGS(&rmap) & FLG_RT_RELOCED) == 0) { in iter_map() 581 lmaddr = (psaddr_t)NEXT(&rmap); in iter_map() 586 lobj.rl_base = (psaddr_t)ADDR(&rmap); in iter_map() 588 lobj.rl_refnameaddr = (psaddr_t)REFNAME(&rmap); in iter_map() 601 lobj.rl_nameaddr = (psaddr_t)NAME(&rmap); in iter_map() 606 lobj.rl_nameaddr = (psaddr_t)PATHNAME(&rmap); in iter_map() 607 lobj.rl_bend = ADDR(&rmap) + MSIZE(&rmap); in iter_map() 608 lobj.rl_padstart = PADSTART(&rmap); in iter_map() [all …]
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_client.c | 212 hosereq rmap; local 288 rmap.map = map; 289 rmap.domain = domain; 298 if (clnt_call(clnt, getdbm, xdr_hosereq, (char *)&rmap, xdr_myfyl,
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 1637 ns_mapping_t *map, *rmap; in __ns_ldap_setParamValue() local 2348 rmap = (ns_mapping_t *)calloc(1, in __ns_ldap_setParamValue() 2350 if (rmap) { in __ns_ldap_setParamValue() 2351 rmap->service = strdup(sid); in __ns_ldap_setParamValue() 2352 if (rmap->service) { in __ns_ldap_setParamValue() 2353 rmap->orig = strdup(*attr); in __ns_ldap_setParamValue() 2354 if (rmap->orig) { in __ns_ldap_setParamValue() 2355 rmap->map = (char **)calloc(2, in __ns_ldap_setParamValue() 2357 if (rmap->map) { in __ns_ldap_setParamValue() 2358 (rmap->map)[0] = in __ns_ldap_setParamValue() [all …]
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_clnt.c | 540 rpcb_entry *rmap; in got_entry() local 543 rmap = &sp->rpcb_entry_map; in got_entry() 544 if ((strcmp(nconf->nc_proto, rmap->r_nc_proto) == 0) && in got_entry() 545 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) && in got_entry() 546 (nconf->nc_semantics == rmap->r_nc_semantics) && in got_entry() 547 (rmap->r_maddr != NULL) && (rmap->r_maddr[0] != 0)) { in got_entry() 548 na = uaddr2taddr(nconf, rmap->r_maddr); in got_entry()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_hio.c | 1062 nxge->shares[i].rmap = 0; in nxge_hio_init() 1398 res_map_t *rmap, in nxge_hio_share_assign() argument 1491 (*rmap) |= 1 << slot; in nxge_hio_share_assign() 1576 shp->tmap = shp->rmap = 0; /* to be assigned by ms_sbind */ in nxge_hio_share_alloc() 1600 shp->rmap = 0; in nxge_hio_share_free() 1781 uint64_t rmap, tmap, hv_rmap, hv_tmap; in nxge_hio_share_bind() local 1802 rmap = 0; in nxge_hio_share_bind() 1803 rv = nxge_hio_addres(vr, MAC_RING_TYPE_RX, &rmap); in nxge_hio_share_bind() 1817 nxge_hio_remres(vr, MAC_RING_TYPE_RX, rmap); in nxge_hio_share_bind() 1823 shp->rmap = hv_rmap; in nxge_hio_share_bind() [all …]
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 299 char *rmap, *vmap, *dst, *tail; in cpr_write_bitmap() local 313 rmap = (char *)dp->cbd_reg_bitmap; in cpr_write_bitmap() 319 *dst = *rmap++ | *vmap++; in cpr_write_bitmap()
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | libcrle.msg | 64 @ MSG_PTH_PROCRMAP "/proc/self/rmap"
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge.h | 615 uint64_t rmap; member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1144 void *rmap = kmem_alloc(BT_SIZEOFMAP(rlen), KM_SLEEP); in dumphdr_init() local 1154 dumpcfg.rbitmap = rmap; in dumphdr_init()
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 306 rmap.o \
|