Searched refs:tdp (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c70 static void addhash(tdesc_t *tdp, int num);
71 static int tagadd(char *w, int h, tdesc_t *tdp);
149 tdesc_t *tdp; local
151 tdp = xcalloc(sizeof (*tdp));
152 tdp->t_type = TYPEDEF_UNRES;
153 tdp->t_id = tid;
155 return (tdp);
161 tdesc_t *tdp; local
169 if (!(cp = tdefdecl(cp + 1, tid, &tdp)))
190 tdesc_t *tdp; local
248 tdesc_t *tdp; local
288 tdesc_t *tdp, *ntdp; local
361 tdesc_t *tdp; local
466 tdesc_t *tdp = hash_table[bucket]; local
549 tagadd(char *w, int h, tdesc_t *tdp) argument
776 tdesc_t *tdp; local
867 find_intrinsic(tdesc_t *tdp) argument
891 tdesc_t *tdp, *itdp; local
1056 tdesc_t *tdp, *ttdp = NULL; local
1080 addhash(tdesc_t *tdp, int num) argument
1133 tdesc_t *tdp; local
1168 tdesc_t *tdp = ml->ml_type; local
[all...]
H A Dtdata.c57 tdesc_t *tdp = node; local
61 if (tdp->t_name)
62 name = tdp->t_name;
64 switch (tdp->t_type) {
70 name = tdp->t_tdesc->t_name;
73 h = tdp->t_fndef->fn_nargs +
74 tdp->t_fndef->fn_vargs;
75 name = tdp->t_fndef->fn_ret->t_name;
78 h = tdp->t_ardef->ad_nelems;
79 name = tdp
131 tdesc_t *tdp = data; local
150 tdesc_t *tdp = data; local
181 tdesc_t *tdp = data; local
190 free_intr(tdesc_t *tdp) argument
196 free_ardef(tdesc_t *tdp) argument
202 free_mlist(tdesc_t *tdp) argument
218 free_elist(tdesc_t *tdp) argument
254 tdesc_t *tdp = arg; local
265 tdesc_free(tdesc_t *tdp) argument
[all...]
H A Ddwarf.c150 tdesc_add(dwarf_t *dw, tdesc_t *tdp) argument
152 hash_add(dw->dw_tidhash, tdp);
159 void *tdp; local
163 if (hash_find(dw->dw_tidhash, &tmpl, &tdp))
164 return (tdp);
174 tdesc_size(tdesc_t *tdp) argument
177 switch (tdp->t_type) {
185 return (tdp->t_size);
194 tdp = tdp
208 tdesc_bitsize(tdesc_t *tdp) argument
244 tdesc_basetype(tdesc_t *tdp) argument
464 tdesc_t *tdp = xcalloc(sizeof (tdesc_t)); local
477 tdesc_t *tdp; local
565 tdesc_t *tdp; local
712 die_array_create(dwarf_t *dw, Dwarf_Die arr, Dwarf_Off off, tdesc_t *tdp) argument
762 die_array_resolve(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private) argument
793 die_array_failed(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private __unused) argument
813 die_enum_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
888 tdesc_t *tdp = arg1, **fullp = arg2; local
900 die_enum_resolve(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private) argument
945 die_sou_create(dwarf_t *dw, Dwarf_Die str, Dwarf_Off off, tdesc_t *tdp, int type, const char *typename) argument
1118 die_struct_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1124 die_union_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1131 die_sou_resolve(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private) argument
1195 die_sou_failed(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private __unused) argument
1217 die_funcptr_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1470 die_base_create(dwarf_t *dw, Dwarf_Die base, Dwarf_Off off, tdesc_t *tdp) argument
1528 die_through_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp, int type, const char *typename) argument
1559 die_typedef_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1565 die_const_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1571 die_pointer_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1577 die_restrict_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1583 die_volatile_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) argument
1782 tdesc_t *tdp; local
[all...]
H A Dctf.c1015 tdesc_t *tdp; local
1053 tdp = tdarr[tid];
1059 tdp->t_name =
1062 tdp->t_name = NULL;
1069 tdp->t_type = INTRINSIC;
1070 tdp->t_size = size;
1092 tdp->t_intr = ip;
1096 tdp->t_type = INTRINSIC;
1097 tdp->t_size = size;
1108 tdp
[all...]
H A Dutil.c247 tdesc_name(tdesc_t *tdp) argument
249 return (tdp->t_name == NULL ? "(anon)" : tdp->t_name);
H A Doutput.c80 save_type_by_id(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private) argument
89 if (tdp->t_id > iiburst->iib_maxtypeid)
90 iiburst->iib_maxtypeid = tdp->t_id;
92 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp);
H A Dinput.c226 tdata_t **tdp = retp; local
228 *tdp = td;
H A Dmerge.c1003 tdesc_t *tdp = data; local
1008 newid = get_mapping(mcd->md_ta, tdp->t_id);
1011 if ((rc = add_tdesc(tdp, newid, mcd)))
1012 hash_remove(mcd->md_tdtba, (void *)tdp);
/freebsd-11-stable/lib/libkvm/
H A Dkvm_vnet.c87 uintptr_t tdp; local
149 tdp = (uintptr_t)TAILQ_FIRST(&proc.p_threads);
150 while (tdp != 0) {
151 if (kvm_read(kd, tdp, &td, sizeof(td)) !=
161 tdp = (uintptr_t)TAILQ_NEXT(&td, td_plist);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c225 spa_config_dirent_t *dp, *tdp; local
267 tdp = list_head(&spa->spa_config_list);
269 tdp->scd_path == NULL ||
270 strcmp(tdp->scd_path, dp->scd_path) != 0) {
323 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) {
324 list_remove(&target->spa_config_list, tdp);
325 if (tdp->scd_path != NULL)
326 spa_strfree(tdp->scd_path);
327 kmem_free(tdp, sizeof (spa_config_dirent_t));
/freebsd-11-stable/sys/sys/
H A Dmutex.h138 #define thread_lock(tdp) \
139 thread_lock_flags_((tdp), 0, __FILE__, __LINE__)
141 #define thread_lock(tdp) \
142 _thread_lock((tdp), 0, __FILE__, __LINE__)
144 #define thread_lock(tdp) \
145 _thread_lock((tdp))
149 #define thread_lock_flags(tdp, opt) \
150 thread_lock_flags_((tdp), (opt), __FILE__, __LINE__)
152 #define thread_lock_flags(tdp, opt) \
153 _thread_lock(tdp)
[all...]
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_lookup.c80 ufs_delete_denied(struct vnode *vdp, struct vnode *tdp, struct ucred *cred, argument
99 error = VOP_ACCESSX(tdp, VDELETE, cred, td);
128 VOP_ACCESS(tdp, VADMIN, cred, td))
210 struct vnode *tdp; /* returned by VFS_VGET */ local
595 LK_EXCLUSIVE, &tdp)) != 0)
597 error = ufs_delete_denied(vdp, tdp, cred, cnp->cn_thread);
599 vput(tdp);
605 vput(tdp);
609 *vpp = tdp;
636 LK_EXCLUSIVE, &tdp)) !
[all...]
H A Dufs_vnops.c1105 struct inode *fip, *tip, *tdp, *fdp; local
1226 tdp = VTOI(tdvp);
1266 if (fdp->i_number != tdp->i_number)
1267 newparent = tdp->i_number;
1289 error = ufs_checkpath(ino, fdp->i_number, tdp, tcnp->cn_cred,
1313 tdp->i_effnlink == 0)
1314 panic("Bad effnlink fip %p, fdp %p, tdp %p", fip, fdp, tdp);
1327 softdep_setup_link(tdp, fip);
1340 if (ITODEV(tdp) !
[all...]
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_lookup.c123 struct vnode *tdp; /* returned by cd9660_vget_internal */ local
392 cnp->cn_lkflags, &tdp);
396 *vpp = tdp;
413 cnp->cn_lkflags, &tdp,
418 *vpp = tdp;
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c319 struct vnode *tdp; /* returned by VFS_VGET */ local
583 &tdp)) != 0)
594 VTOI(tdp)->i_uid != cred->cr_uid) {
595 vput(tdp);
598 *vpp = tdp;
621 &tdp)) != 0)
623 *vpp = tdp;
651 error = vn_vget_ino(pdp, ino, cnp->cn_lkflags, &tdp);
654 vput(tdp);
666 vput(tdp);
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c129 struct denode *tdp; local
216 tdp = NULL;
500 error = deget(pmp, cluster, blkoff, &tdp);
503 *vpp = DETOV(tdp);
528 if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0)
530 *vpp = DETOV(tdp);
574 if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0)
576 *vpp = DETOV(tdp);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-forces.c650 register const u_char *tdp = (const u_char *) TLV_DATA(tlv); local
651 const struct res_val *r = (const struct res_val *)tdp;
689 register const u_char *tdp = (const u_char *) TLV_DATA(tlv); local
707 hex_print_with_offset(ndo, ib, tdp, rlen, 0);
737 register const u_char *tdp = (const u_char *) ILV_DATA(ilv); local
742 hex_print_with_offset(ndo, ib, tdp, rlen, 0);
750 hex_print_with_offset(ndo, "\t\t[", tdp, ilvl-ILV_HDRL, 0);
770 register const u_char *tdp = (const u_char *) TLV_DATA(tlv); local
785 return sdatailv_print(ndo, tdp, rlen, op_msk, indent);
798 register const u_char *tdp local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_lookup.c648 struct vnode *tdp; /* saved dp */ local
850 tdp = dp;
853 vput(tdp);
916 tdp = dp;
919 vput(tdp);
989 cnp->cn_flags), &tdp);
997 ndp->ni_vp = dp = tdp;
H A Dkern_cpuset.c405 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp, argument
414 *tdp = td = NULL;
479 *tdp = td;
H A Dkern_resource.c373 struct thread *tdp; local
411 FOREACH_THREAD_IN_PROC(p, tdp) {
412 pri_to_rtp(tdp, &rtp2);
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c1116 struct vnode *tdp = NULL; local
1207 error = vn_vget_ino(dvp, id, lkflags, &tdp);
1221 tdp = dvp;
1223 error = udf_vget(udfmp->im_mountp, id, lkflags, &tdp);
1225 *vpp = tdp;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c429 struct nfscldeleg *dp = *dpp, *tdp; local
446 tdp = nfscl_finddeleg(clp, nfhp, fhlen);
447 if (tdp == NULL) {
468 *dpp = tdp;
1966 struct nfscldeleg *dp, *ndp, *tdp; local
2196 tdp = NULL;
2199 nop->nfso_mode, nop, NULL, 0, &tdp, 1,
2201 if (tdp != NULL) {
2202 if ((tdp->nfsdl_flags & NFSCLDL_WRITE))
2207 nop->nfso_fhlen == tdp
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1462 vnode_t fdirp = NULL, tdirp = NULL, tdp = NULL; local
1491 * tdp gets locked. This avoids a potential LOR if tdp is the
1495 tdp = todp;
1497 if (dp != tdp) {
1499 tdirfor_ret = nfsvno_getattr(tdp, &tdirfor, nd->nd_cred,
1500 p, 0); /* Might lock tdp. */
1502 tdirfor_ret = nfsvno_getattr(tdp, &tdirfor, nd->nd_cred,
1522 tdp = dp;
1524 tdirfor_ret = nfsvno_getattr(tdp,
[all...]
/freebsd-11-stable/tools/KSE/ksetest/
H A Dkse_threads_test.c96 extern int uts_to_thread(struct kse_thr_mailbox *tdp,
/freebsd-11-stable/tools/KSE/rr/
H A Drr.c93 extern int uts_to_thread(struct kse_thr_mailbox *tdp,

Completed in 472 milliseconds

12