Searched refs:ddp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_decl.c41 dt_decl_check(dt_decl_t *ddp) argument
43 if (ddp->dd_kind == CTF_K_UNKNOWN)
44 return (ddp); /* nothing to check if the type is not yet set */
46 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "char") == 0 &&
47 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) {
52 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "void") == 0 &&
53 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG |
59 if (ddp
78 dt_decl_t *ddp = malloc(sizeof (dt_decl_t)); local
95 dt_decl_free(dt_decl_t *ddp) argument
111 dt_decl_t *ddp = dsp->ds_decl; local
122 dt_decl_push(dt_decl_t *ddp) argument
144 dt_decl_t *ddp = dt_decl_top(); local
178 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
195 dt_decl_t *ddp = dsp->ds_decl; local
233 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
268 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
373 dt_decl_t *ddp = dt_decl_push(dt_decl_alloc(CTF_K_ARRAY, NULL)); local
434 dt_decl_t *ddp = dt_decl_alloc(CTF_K_FUNCTION, NULL); local
465 dt_decl_t *ddp = dt_decl_spec(kind, name); local
510 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
662 dt_decl_t *ddp = dt_decl_spec(CTF_K_ENUM, name); local
815 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument
[all...]
H A Ddt_parser.c1309 dt_node_type(dt_decl_t *ddp) argument
1318 * If 'ddp' is NULL, we get a decl by popping the decl stack. This
1321 if (ddp == NULL)
1322 ddp = dt_decl_pop_param(&name);
1324 err = dt_decl_type(ddp, &dtt);
1325 dt_decl_free(ddp);
1376 dt_decl_t *ddp = dt_decl_top(); local
1385 if (dt_decl_type(ddp, &dtt) != 0)
1394 if (ddp->dd_kind != CTF_K_STRUCT &&
1395 ddp
1754 dt_node_offsetof(dt_decl_t *ddp, char *s) argument
2170 dt_decl_t *ddp = dt_decl_top(); local
2359 dt_node_member(dt_decl_t *ddp, char *name, dt_node_t *expr) argument
2384 dt_node_xlator(dt_decl_t *ddp, dt_decl_t *sdp, char *name, dt_node_t *members) argument
[all...]
H A Ddt_lex.l786 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl;
814 if (ddp != NULL && ddp->dd_name != NULL)
H A Ddt_cc.c2444 dt_decl_t *ddp; local
2579 ddp = (dt_decl_t *)yypcb->pcb_root; /* root is really a decl */
2580 err = dt_decl_type(ddp, arg);
2581 dt_decl_free(ddp);
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Ddirentry.h162 void msdosfs_unix2dostime(struct timespec *tsp, u_int16_t *ddp,
H A Dmsdosfs_conv.c133 void msdosfs_unix2dostime(struct timespec *tsp, u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp) argument
190 *ddp = lastddate;
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c135 static void SetUpBlitGlobals(DeviceDescriptionPtr ddp);
136 static void BlitBufferGraph(DeviceDescriptionPtr ddp);
3029 static void SetUpBlitGlobals(DeviceDescriptionPtr ddp)
3034 ddp->fScreenBaseAddr = gdh[0]->gdPMap[0]->baseAddr;
3035 ddp->fRowBytes = gdh[0]->gdPMap[0]->rowBytes & 0x3FFF;
3036 ddp->fPixDepth = gdh[0]->gdPMap[0]->pixelSize;
3048 static void BlitBufferGraph(DeviceDescriptionPtr ddp)
3058 if (ddp->fPixDepth != 16 || ddp->fScreenBaseAddr ==0 || ddp
[all...]
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dprotocols47 ddp 37 DDP # Datagram Delivery Protocol
H A Dservices21 rtmp 1/ddp #Routing Table Maintenance Protocol
25 nbp 2/ddp #Name Binding Protocol
31 echo 4/ddp #AppleTalk Echo Protocol
37 zip 6/ddp #Zone Information Protocol
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_mgr.c374 dhcdbd_destination[]="com.redhat.dhcp", *ddp[1]={ &(dhcdbd_destination[0]) }, local
390 TYPE_STRING, &ddp,

Completed in 213 milliseconds