Searched refs:tmpdesc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Diidesc.c113 iidesc_t tmpdesc; local
114 bzero(&tmpdesc, sizeof (iidesc_t));
115 tmpdesc.ii_name = (char *)name;
116 (void) hash_match(td->td_iihash, &tmpdesc, (int (*)())func, data);
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c4521 struct cat_desc tmpdesc; local
4524 tmpdesc.cd_nameptr = (const u_int8_t *)fcnp->cn_nameptr;
4525 tmpdesc.cd_namelen = fcnp->cn_namelen;
4526 tmpdesc.cd_parentcnid = fdcp->c_fileid;
4527 tmpdesc.cd_hint = fdcp->c_childhint;
4528 tmpdesc.cd_flags = fcp->c_desc.cd_flags & CD_ISDIR;
4529 tmpdesc.cd_encoding = 0;
4533 if (cat_lookup(hfsmp, &tmpdesc, 0, 0, NULL, NULL, NULL, &real_cnid) != 0) {

Completed in 79 milliseconds