/titanic_44/usr/src/cmd/sgs/librtld_db/demo/ |
H A D | 00README | 26 This directory contains source code to the rdb debugger. This debugger 29 librtld_db.so.1 interface rdb also offers a sample implementation of the 30 proc_services (/usr/include/proc_service.h) that rdb is dependent upon. 35 rdb.man - man page for the rdb debugger 43 amd64/Makefile - makefiles to build rdb for each architecture 47 test/* - sample command files which can be used to test rdb 50 Building rdb 53 To build rdb:
|
H A D | Makefile.targ | 67 ./rdb -f ../tests/loadmaps ./simp 70 ./rdb -f ../tests/breaks ./simp 73 ./rdb -f ../tests/steps ./simp 76 ./rdb -f ../tests/plt_skip ./simp 79 ./rdb -f ../tests/test-sparc-regs simp 82 ./rdb -f ../tests/object_padding_maps simp
|
H A D | Makefile | 60 common/rdb.h \ 61 common/rdb.man \
|
H A D | Makefile.com | 23 PROG= rdb
|
/titanic_44/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 457 Rtld_db_priv rdb; in _rd_event_enable32() local 465 if (ps_pread(php, rap->rd_rdebug, (char *)&rdb, in _rd_event_enable32() 468 EC_ADDR((uintptr_t)&rdb))); in _rd_event_enable32() 473 rdb.rtd_rdebug.r_flags |= RD_FL_DBG; in _rd_event_enable32() 475 rdb.rtd_rdebug.r_flags &= ~RD_FL_DBG; in _rd_event_enable32() 477 if (ps_pwrite(php, rap->rd_rdebug, (char *)&rdb, in _rd_event_enable32() 480 EC_ADDR((uintptr_t)&rdb))); in _rd_event_enable32() 491 Rtld_db_priv rdb; in _rd_event_getmsg32() local 493 if (ps_pread(rap->rd_psp, rap->rd_rdebug, (char *)&rdb, in _rd_event_getmsg32() 499 emsg->type = rdb.rtd_rdebug.r_rdevent; in _rd_event_getmsg32() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | dns-sd.c | 447 char rdb[1000]; in qr_reply() local 464 case kDNSServiceType_A: sprintf(rdb, "%d.%d.%d.%d", rd[0], rd[1], rd[2], rd[3]); break; in qr_reply() 465 …case kDNSServiceType_AAAA: sprintf(rdb, "%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02… in qr_reply() 469 default : sprintf(rdb, "%d bytes%s", rdlen, rdlen ? ":" : ""); unknowntype = 1; break; in qr_reply() 472 printf("%s%6X%3d %-30s%4d%4d %s", op, flags, ifIndex, fullname, rrtype, rrclass, rdb); in qr_reply()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 65 tavor_rsrc_t *qpc, *rsrc, *rdb; in tavor_qp_alloc() local 298 sleepflag, &rdb); in tavor_qp_alloc() 304 qp->qp_rdbrsrcp = rdb; in tavor_qp_alloc() 308 (rdb->tr_indx << TAVOR_RDB_SIZE_SHIFT); in tavor_qp_alloc() 608 tavor_rsrc_free(state, &rdb); in tavor_qp_alloc() 1055 tavor_rsrc_t *qpc, *rdb, *rsrc; in tavor_qp_free() local 1086 rdb = qp->qp_rdbrsrcp; in tavor_qp_free() 1232 tavor_rsrc_free(state, &rdb); in tavor_qp_free()
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 1494 struct bsd_db *rdb = (struct bsd_db *)rarg; in bsd_set_effort() local 1498 if (rdb != NULL) { in bsd_set_effort() 1499 rdb->flags |= DS_TESTIN; in bsd_set_effort()
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | prototype_com | 167 f none $SGSDIR/usr/demo/librtld_db/common/rdb.h=usr/demo/librtld_db/common/rdb.h 644 root bin 168 f none $SGSDIR/usr/demo/librtld_db/common/rdb.man=usr/demo/librtld_db/common/rdb.man 644 root bin 223 f none opt/SUNWonld/bin/rdb 755 root bin
|
H A D | prototype_i386 | 96 f none opt/SUNWonld/bin/amd64/rdb 755 root bin
|
H A D | prototype_sparc | 97 f none opt/SUNWonld/bin/sparcv9/rdb 755 root bin
|
H A D | SUNWonld-README | 434 4450225 The rdb command can fall into an infinite loop
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.h | 245 extern mDNSu32 RDataHashValue(mDNSu16 const rdlength, const RDataBody *const rdb);
|
H A D | DNSCommon.c | 1137 mDNSexport mDNSu32 RDataHashValue(mDNSu16 const rdlength, const RDataBody *const rdb) in RDataHashValue() argument 1143 sum += (((mDNSu32)(rdb->data[i])) << 8) | rdb->data[i+1]; in RDataHashValue() 1148 sum += ((mDNSu32)(rdb->data[i])) << 8; in RDataHashValue()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | source-demo-system.mf | 237 file path=usr/demo/librtld_db/common/rdb.h 238 file path=usr/demo/librtld_db/common/rdb.man
|