Searched refs:DT_INSERT (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libast/common/cdt/ |
H A D | dthash.c | 184 if(type&(DT_MATCH|DT_SEARCH|DT_INSERT|DT_ATTACH) ) 233 else if(type&(DT_INSERT|DT_ATTACH)) 239 if(disc->makef && (type&DT_INSERT) && 250 { if(disc->makef && disc->freef && (type&DT_INSERT)) 263 if(disc->freef && (type&DT_INSERT))
|
H A D | dttree.c | 109 if(type&(DT_MATCH|DT_SEARCH|DT_INSERT|DT_ATTACH)) 296 else if(type&(DT_INSERT|DT_ATTACH)) 339 else if(type&(DT_INSERT|DT_ATTACH)) 341 if(disc->makef && (type&DT_INSERT)) 352 (type&DT_INSERT))
|
H A D | dtlist.c | 79 if(type&(DT_INSERT|DT_ATTACH)) 80 { if(disc->makef && (type&DT_INSERT) && 91 { if(disc->makef && disc->freef && (type&DT_INSERT))
|
H A D | dtview.c | 45 if(type&(DT_INSERT|DT_DELETE|DT_CLEAR|DT_RENEW))
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 155 #define DT_INSERT 0000001 /* insert object if not found */ macro 301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 155 #define DT_INSERT 0000001 /* insert object if not found */ macro 301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 155 #define DT_INSERT 0000001 /* insert object if not found */ macro 301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 155 #define DT_INSERT 0000001 /* insert object if not found */ macro 301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 155 #define DT_INSERT 0000001 /* insert object if not found */ macro 301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
|