Searched refs:DT_ANNOUNCE (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/cdt/
H A Ddtmethod.c94 if((type&DT_ANNOUNCE) &&
95 (!dt->meth->eventf || (*dt->meth->eventf)(dt, DT_ANNOUNCE, (Void_t*)((long)action)) >= 0) )
97 dt->data->type &= ~DT_ANNOUNCE;
98 else dt->data->type |= DT_ANNOUNCE;
99 done |= DT_ANNOUNCE;
H A Dcdtlib.h133 #define DTANNOUNCE(dt,ob,ty) ( ((ob) && ((ty)&DT_TOANNOUNCE) && ((dt)->data->type&DT_ANNOUNCE) && \
135 (*(dt)->disc->eventf)((dt), DT_ANNOUNCE|(ty), (ob), (dt)->disc) : 0 )
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c129 else if(type & DT_ANNOUNCE)
135 mmdc->pid, type&~DT_ANNOUNCE, obj->dval, obj->refn, obj->fpid);
138 mmdc->pid, type&~DT_ANNOUNCE, obj->dval, obj->refn, obj->fpid);
141 obj->type = type & ~DT_ANNOUNCE; /* record the announcement */
150 if(type & ~(DT_ANNOUNCE|DT_INSERT|DT_ATTACH) )
157 mmdc->pid, type&~DT_ANNOUNCE, obj->dval, obj->refn, obj->fpid);
231 if(dtcustomize(dt, (DT_ANNOUNCE|DT_SHARE), 1) != (DT_ANNOUNCE|DT_SHARE) )
/ast/src/lib/libast/include/
H A Dcdt.h215 #define DT_ANNOUNCE 0040000000 /* announcing a successful operation */ macro

Completed in 21 milliseconds