/vbox/src/VBox/ValidationKit/ |
H A D | td-dummy.py | 49 td = DummyTestDriver(); variable 50 sys.exit(td.main());
|
/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/ |
H A D | VBoxNetAdp-freebsd.c | 166 VBoxNetAdpFreeBSDCtrlioctl(struct cdev *dev, u_long iCmd, caddr_t data, int flags, struct thread *td) argument
|
/vbox/src/VBox/Additions/freebsd/vboxvfs/ |
H A D | vboxvfs_vfsops.c | 69 static int vboxvfs_cmount(struct mntarg *ma, void * data, int flags, struct thread *td) argument 95 static int vboxvfs_mount(struct mount *mp, struct thread *td) argument 166 static int vboxvfs_unmount(struct mount *mp, int mntflags, struct thread *td) argument 180 rc = vflush(mp, 1, flags, td); 191 static int vboxvfs_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td) argument 202 vn_lock(vp, flags | LK_RETRY, td); 210 static int vboxvfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, struct thread *td) argument 255 int vboxvfs_statfs(struct mount *mp, struct statfs *sbp, struct thread *td) argument
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | msg_out.c | 226 struct snmp_trap_dst *td; local 232 for (i=0, td = &trap_dst[0]; i<SNMP_TRAP_DESTINATIONS; i++, td++) 234 if ((td->enable != 0) && (td->dip.addr != 0)) 237 trap_msg.dip.addr = td->dip.addr; 239 dst_if = ip_route(&td->dip);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | msg_out.c | 215 struct snmp_trap_dst *td; local 222 for (i=0, td = &trap_dst[0]; i<SNMP_TRAP_DESTINATIONS; i++, td++) 224 if ((td->enable != 0) && !ip_addr_isany(&td->dip)) 227 ip_addr_copy(trap_msg.dip, td->dip); 229 dst_if = ip_route(&td->dip);
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/ |
H A D | xpt_dump.c | 115 XPT_GetStringForType(XPTHeader *header, XPTTypeDescriptor *td, 129 XPT_DumpTypeDescriptor(XPTTypeDescriptor *td, 651 XPT_GetStringForType(XPTHeader *header, XPTTypeDescriptor *td, argument 658 int tag = XPT_TDP_TAG(td->prefix); 662 td = &id->additional_types[td->type.additional_type]; 663 tag = XPT_TDP_TAG(td->prefix); 667 int idx = td->type.iface; 672 } else if (XPT_TDP_IS_POINTER(td->prefix.flags)) { 673 if (XPT_TDP_IS_REFERENCE(td 767 XPT_DumpTypeDescriptor(XPTTypeDescriptor *td, XPTInterfaceDescriptor *id, int indent, PRBool verbose_mode) argument [all...] |
H A D | xpt_link.c | 132 XPTTypeDescriptor *td; local 503 /* Define td to save some keystrokes. 505 td = &id->method_descriptors[j].params[k].type; 507 while (XPT_TDP_TAG(td->prefix) == TD_ARRAY) { 508 td = &id->additional_types[td->type.additional_type]; 511 if (XPT_TDP_TAG(td->prefix) == TD_INTERFACE_TYPE) { 512 td->type.iface = 516 td->type.iface); 520 /* Check the result param too. Define td agai [all...] |
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuest-freebsd.c | 362 static int VBoxGuestFreeBSDPoll (struct cdev *pDev, int fEvents, struct thread *td) argument 384 selrecord(td, &g_SelInfo);
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfo.cpp | 416 const XPTTypeDescriptor *td = ¶m->type; local 418 while (XPT_TDP_TAG(td->prefix) == TD_ARRAY) { 419 td = &mInterface->mDescriptor->additional_types[td->type.additional_type]; 422 if(XPT_TDP_TAG(td->prefix) != TD_INTERFACE_TYPE) { 429 GetEntryAt(td->type.iface - 1); 494 const XPTTypeDescriptor *td = ¶m->type; local 499 if(XPT_TDP_TAG(td->prefix) != TD_ARRAY) { 503 td = &additional_types[td 530 const XPTTypeDescriptor *td; local 564 const XPTTypeDescriptor *td; local 609 const XPTTypeDescriptor *td; local 654 const XPTTypeDescriptor *td = ¶m->type; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
H A D | xpt_struct.c | 49 SizeOfTypeDescriptor(XPTTypeDescriptor *td, XPTInterfaceDescriptor *id); 82 DoTypeDescriptor(XPTArena *arena, XPTCursor *cursor, XPTTypeDescriptor *td, 517 SizeOfTypeDescriptor(XPTTypeDescriptor *td, XPTInterfaceDescriptor *id) argument 521 switch (XPT_TDP_TAG(td->prefix)) { 530 &id->additional_types[td->type.additional_type], id); 824 DoTypeDescriptor(XPTArena *arena, XPTCursor *cursor, XPTTypeDescriptor *td, argument 827 if (!DoTypeDescriptorPrefix(arena, cursor, &td->prefix)) { 831 switch (XPT_TDP_TAG(td->prefix)) { 833 if (!XPT_Do16(cursor, &td->type.iface)) 837 if (!XPT_Do8(cursor, &td [all...] |
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_transform.c | 982 GLuint td = to->modelViewStack.depth; local 985 if (td != fd || 990 if (fd > td) 992 for (i = td; i < fd; i++) 996 fd = td; 999 for (i = fd; i <= td; i++) 1017 GLuint td = to->projectionStack.depth; local 1020 if (td != fd || 1025 if (fd > td) 1027 for (i = td; 1057 GLuint td = to->textureStack[j].depth; local 1098 GLuint td = to->colorStack.depth; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | skge.c | 1870 struct skge_tx_desc *td; local 1878 td = e->desc; 1879 assert(!(td->control & BMU_OWN)); 1884 td->dma_lo = map; 1885 td->dma_hi = map >> 32; 1892 td->control = BMU_OWN | BMU_SW | BMU_STF | control | len; 1897 DBGIO(PFX "%s: tx queued, slot %td, len %d\n", 1917 struct skge_tx_desc *td = e->desc; local 1918 td->control = 0;
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcdclient.cpp | 120 ipcTargetData *td = new ipcTargetData; local 121 if (!td) 124 if (!td->monitor) 126 delete td; 129 return td; 228 GetTarget(const nsID &aTarget, ipcTargetData **td) argument 232 return gClientState->targetMap.Get(nsIDHashKey(&aTarget).GetKey(), td); 235 PRBool fRc = gClientState->targetMap.Get(nsIDHashKey(&aTarget).GetKey(), td); 242 PutTarget(const nsID &aTarget, ipcTargetData *td) argument 246 return gClientState->targetMap.Put(nsIDHashKey(&aTarget).GetKey(), td); 294 nsRefPtr<ipcTargetData> td; local 345 DefaultSelector(void *arg, ipcTargetData *td, const ipcMessage *msg) argument 362 nsRefPtr<ipcTargetData> td; local 594 CallProcessPendingQ(const nsID &target, ipcTargetData *td) argument 618 nsRefPtr<ipcTargetData> td; local 629 nsRefPtr<ipcTargetData> td; local 664 WaitIPCMResponseSelector(void *arg, ipcTargetData *td, const ipcMessage *msg) argument 911 nsRefPtr<ipcTargetData> td; local 1003 WaitMessageSelector(void *arg, ipcTargetData *td, const ipcMessage *msg) argument 1364 PlaceOnPendingQ(const nsID &target, ipcTargetData *td, ipcMessage *msg) argument 1477 nsRefPtr<ipcTargetData> td; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_typelib.c | 647 fill_td_from_type(TreeState *state, XPTTypeDescriptor *td, IDL_tree type) argument 679 td->prefix.flags = TD_ARRAY | XPT_TDP_POINTER; 680 td->argnum = size_is_argnum; 683 td->argnum2 = length_is_argnum; 685 td->argnum2 = size_is_argnum; 690 * uses. The underlying 'td' can change as we recurse in to get 700 td->type.additional_type = NEXT_TYPE(state); 701 td = &CURRENT(state)->additional_types[NEXT_TYPE(state)]; 712 td->prefix.flags = sign ? TD_INT16 : TD_UINT16; 715 td [all...] |