Home
last modified time | relevance | path

Searched refs:t_uname (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h143 t_uname[32], member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_value.c120 .t_uname = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_target_impl.h67 int (*t_uname)(mdb_tgt_t *, struct utsname *); member
H A Dmdb_rawfile.c373 .t_uname = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_kproc.c898 .t_uname = kp_uname,
H A Dmdb_target.c378 return (t->t_ops->t_uname(t, utsp)); in mdb_tgt_uname()
H A Dmdb_proc.c4718 .t_uname = pt_uname,
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c117 .t_uname = kt_uname,
H A Dkvm_ia32dep.c117 .t_uname = kt_uname,
H A Dmdb_bhyve.c1419 .t_uname = (int (*)())(uintptr_t)mdb_tgt_notsup,
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c2409 .t_uname = kmt_uname,
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5951 (void) sscanf(Thdr_p->tbuf.t_uname, "%32s", in read_hdr()
7342 (void) strcpy(Thdr_p->tbuf.t_uname, G_p->g_uname); in write_hdr()