Searched refs:dchain (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | au_open.c | 147 token_t *dchain; /* mbuf chain which is the tokens */ in au_close() local 157 ((dchain = au_d[d]) == (token_t *)0)) { in au_close() 164 if (dchain == (token_t *)&au_d) { in au_close() 172 while (dchain != (token_t *)0) { in au_close() 173 record = dchain; in au_close() 174 dchain = dchain->tt_next; in au_close() 188 for (record = dchain; record != (token_t *)0; in au_close() 226 while (dchain != (token_t *)0) { in au_close() 227 record = dchain; in au_close() 228 dchain = dchain->tt_next; in au_close() [all …]
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_io.c | 107 token_t *dchain; /* au_membuf chain which is the tokens */ in au_close() local 114 if ((dchain = (token_t *)*d) == (token_t *)NULL) in au_close() 125 au_close_defer(dchain, flag, e_type, e_mod, e_time); in au_close() 128 au_close_time(kctx, dchain, flag, e_type, e_mod, e_time); in au_close() 137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, in au_close_defer() argument 147 au_toss_token(dchain); in au_close_defer() 154 au_toss_token(dchain); in au_close_defer() 159 attr->audi_ad = dchain; in au_close_defer() 231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type, in au_close_time() argument 242 ASSERT(dchain != NULL); in au_close_time() [all …]
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 211 struct dchain { struct 215 struct dchain *dc_next; /* next directory in the chain */ argument 218 static struct dchain *dfirst; /* start of the dir chain */ 219 static struct dchain *cdfirst; /* start of the current dir chain */ 220 static struct dchain *dtemp; /* temporary - used for linking */ 1132 struct dchain *dp; in pdirectory() 1172 dp = malloc(sizeof (struct dchain)); in pdirectory()
|