Searched defs:temp_addr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dutil.c288 uintptr_t temp_addr; local
316 prexstat = _tnfctl_sym_find(hndl, MEMSEG_PTR, &temp_addr);
321 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->memseg_p,
331 prexstat = _tnfctl_sym_find(hndl, NONTHREAD_TEST, &temp_addr);
336 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->nonthread_test,
341 prexstat = _tnfctl_sym_find(hndl, THREAD_TEST, &temp_addr);
346 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->thread_test,
355 prexstat = _tnfctl_sym_find(hndl, LIBTHREAD_PRESENT, &temp_addr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c764 struct in_addr temp_addr; local
833 for (i = 0; len >= sizeof (temp_addr.s_addr); i++) {
834 memcpy(&(temp_addr.s_addr), p - sizeof (exthdr_t),
835 sizeof (temp_addr.s_addr));
839 inet_ntoa(temp_addr),
840 addrtoname(AF_INET, &temp_addr));
842 p += sizeof (temp_addr);
843 len -= sizeof (temp_addr);
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c542 uintptr_t temp_addr; local
551 temp_addr = addr;
562 mdb_printf("%t%l#r::print struct scsi_vhci_lun", temp_addr);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c406 char *temp_addr; local
453 temp_addr = ioc.ret_buf[i].ret_addr;
454 if (*temp_addr == 'w') {
455 temp_addr++;
457 (void) strcpy(pathlist_p->path_info[i].path_addr, temp_addr);
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c3102 caddr_t temp_addr; local
3259 temp_addr = (caddr_t)kmem_alloc(tlen,
3313 csb->csb_addr = temp_addr;
3363 kmem_free(temp_addr, tlen);
3374 bcopy(temp_addr, addr, len);
3375 kmem_free(temp_addr, tlen);

Completed in 97 milliseconds