Home
last modified time | relevance | path

Searched refs:tep (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c1261 ASSERT(tep->te_abuf == &tep->te_uxaddr); in tl_free()
1265 kmem_free(tep->te_abuf, tep->te_alen); in tl_free()
1293 bzero(&tep->te_ap, sizeof (tep->te_ap)); in tl_free()
1561 tep->te_abuf = &tep->te_uxaddr; in tl_open()
1577 tep->te_acceptor_id = tep->te_minor; in tl_open()
1581 tep->te_acceptor_id = tep->te_minor; in tl_open()
1724 if (tep->te_wq->q_first && (IS_CLTS(tep) || IS_COTSORD(tep))) { in tl_close_ser()
1735 if (IS_COTS(tep) && !IS_SOCKET(tep)) { in tl_close_ser()
2792 if (!IS_SOCKET(tep) || !IS_CLTS(tep) || tep->te_qlen != 0 || in tl_unbind()
5462 tep->te_aihash : tep->te_addrhash; in tl_sock_find_peer()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_status_tbl.c69 const smb_status_table_t *tep; in xlate_nt_status() local
73 tep = bsearch(&key, ntx_table, ntx_rows, in xlate_nt_status()
74 sizeof (*tep), xlate_compare); in xlate_nt_status()
76 if (tep != NULL) in xlate_nt_status()
77 return (tep->name); in xlate_nt_status()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c555 struct entry *ep, *tep; in dumpsymtable() local
587 tep = &temp; in dumpsymtable()
593 bcopy((char *)ep, (char *)tep, sizeof (*tep)); in dumpsymtable()
595 tep->e_name = (char *)stroff; in dumpsymtable()
597 tep->e_parent = (struct entry *)ep->e_parent->e_index; in dumpsymtable()
599 tep->e_links = in dumpsymtable()
602 tep->e_sibling = in dumpsymtable()
605 tep->e_entries = in dumpsymtable()
608 tep->e_xattrs = in dumpsymtable()
611 tep->e_next = in dumpsymtable()
[all …]
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_mca_xpv.c239 char *tep = head, **ntepp; in mctelem_traverse() local
245 while (tep != NULL) { in mctelem_traverse()
247 (tep + xpv_mca_panic_data->mpd_dataptr_offset); in mctelem_traverse()
253 ntepp = (char **)(tep + noff); in mctelem_traverse()
254 tep = *ntepp; in mctelem_traverse()
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c109 tchar *tbp, *tep; /* For "%t". */ in _print() local
629 tep = tbp + 1; in _print()
648 tep = tbp + 1; in _print()
684 tep = --tbp; in _print()
736 while (tbp < tep) { in _print()
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c1884 dcentry_t **newhash, *dep, **nhp, *tep; in dnlc_dir_adjust_nhash() local
1915 tep = dep; in dnlc_dir_adjust_nhash()
1917 nhp = &newhash[tep->de_hash & newsizemask]; in dnlc_dir_adjust_nhash()
1918 tep->de_next = *nhp; in dnlc_dir_adjust_nhash()
1919 *nhp = tep; in dnlc_dir_adjust_nhash()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c856 struct pcdir *tep = NULL; in pc_dirfixdotdot() local
868 tep = ep; in pc_dirfixdotdot()
870 if (!PC_SHORTNAME_IS_DOT(tep->pcd_filename) && in pc_dirfixdotdot()