Searched refs:tep (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 1205 tl_refhold(tl_endpt_t *tep) in tl_refhold() argument 1207 atomic_inc_32(&tep->te_refcnt); in tl_refhold() 1211 tl_refrele(tl_endpt_t *tep) in tl_refrele() argument 1213 ASSERT(tep->te_refcnt != 0); in tl_refrele() 1215 if (atomic_dec_32_nv(&tep->te_refcnt) == 0) in tl_refrele() 1216 tl_free(tep); in tl_refrele() 1223 tl_endpt_t *tep = buf; in tl_constructor() local 1225 bzero(tep, sizeof (tl_endpt_t)); in tl_constructor() 1226 mutex_init(&tep->te_closelock, NULL, MUTEX_DEFAULT, NULL); in tl_constructor() 1227 cv_init(&tep->te_closecv, NULL, CV_DEFAULT, NULL); in tl_constructor() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | symtab.c | 555 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 D | gcpu_mca_xpv.c | 239 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 D | printf.c | 109 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 D | dnlc.c | 1884 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 D | pc_dir.c | 857 struct pcdir *tep = NULL; in pc_dirfixdotdot() local 869 tep = ep; in pc_dirfixdotdot() 871 if (!PC_SHORTNAME_IS_DOT(tep->pcd_filename) && in pc_dirfixdotdot()
|