Searched refs:tep (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 1139 tl_refhold(tl_endpt_t *tep) in tl_refhold() argument 1141 atomic_inc_32(&tep->te_refcnt); in tl_refhold() 1145 tl_refrele(tl_endpt_t *tep) in tl_refrele() argument 1147 ASSERT(tep->te_refcnt != 0); in tl_refrele() 1149 if (atomic_dec_32_nv(&tep->te_refcnt) == 0) in tl_refrele() 1150 tl_free(tep); in tl_refrele() 1157 tl_endpt_t *tep = buf; in tl_constructor() local 1159 bzero(tep, sizeof (tl_endpt_t)); in tl_constructor() 1160 mutex_init(&tep->te_closelock, NULL, MUTEX_DEFAULT, NULL); in tl_constructor() 1161 cv_init(&tep->te_closecv, NULL, CV_DEFAULT, NULL); in tl_constructor() [all …]
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_status_tbl.c | 69 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()
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | symtab.c | 581 struct entry *ep, *tep; local 613 tep = &temp; 619 bcopy((char *)ep, (char *)tep, sizeof (*tep)); 621 tep->e_name = (char *)stroff; 623 tep->e_parent = (struct entry *)ep->e_parent->e_index; 625 tep->e_links = 628 tep->e_sibling = 631 tep->e_entries = 634 tep->e_xattrs = 637 tep->e_next = [all …]
|
/titanic_44/usr/src/uts/i86xpv/cpu/generic_cpu/ |
H A D | gcpu_mca_xpv.c | 241 char *tep = head, **ntepp; in mctelem_traverse() local 247 while (tep != NULL) { in mctelem_traverse() 249 (tep + xpv_mca_panic_data->mpd_dataptr_offset); in mctelem_traverse() 255 ntepp = (char **)(tep + noff); in mctelem_traverse() 256 tep = *ntepp; in mctelem_traverse()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | printf.c | 111 tchar *tbp, *tep; /* For "%t". */ in _print() local 631 tep = tbp + 1; in _print() 650 tep = tbp + 1; in _print() 686 tep = --tbp; in _print() 738 while (tbp < tep) { in _print()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | dnlc.c | 1885 dcentry_t **newhash, *dep, **nhp, *tep; in dnlc_dir_adjust_nhash() local 1916 tep = dep; in dnlc_dir_adjust_nhash() 1918 nhp = &newhash[tep->de_hash & newsizemask]; in dnlc_dir_adjust_nhash() 1919 tep->de_next = *nhp; in dnlc_dir_adjust_nhash() 1920 *nhp = tep; in dnlc_dir_adjust_nhash()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 851 struct pcdir *tep = NULL; in pc_dirfixdotdot() local 863 tep = ep; in pc_dirfixdotdot() 865 if (!PC_SHORTNAME_IS_DOT(tep->pcd_filename) && in pc_dirfixdotdot()
|