Searched defs:dchain (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c147 token_t *dchain; /* mbuf chain which is the tokens */ local
157 ((dchain = au_d[d]) == (token_t *)0)) {
164 if (dchain == (token_t *)&au_d) {
172 while (dchain != (token_t *)0) {
173 record = dchain;
174 dchain = dchain->tt_next;
188 for (record = dchain; record != (token_t *)0;
226 while (dchain != (token_t *)0) {
227 record = dchain;
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c107 token_t *dchain; /* au_membuf chain which is the tokens */ local
114 if ((dchain = (token_t *)*d) == (token_t *)NULL)
125 au_close_defer(dchain, flag, e_type, e_mod, e_time);
128 au_close_time(kctx, dchain, flag, e_type, e_mod, e_time);
137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, argument
147 au_toss_token(dchain);
154 au_toss_token(dchain);
159 attr->audi_ad = dchain;
231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type, argument
242 ASSERT(dchain !
[all...]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c212 struct dchain { struct
216 struct dchain *dc_next; /* next directory in the chain */
224 static struct dchain *dfirst; /* start of the dir chain */
225 static struct dchain *cdfirst; /* start of the current dir chain */
226 static struct dchain *dtemp; /* temporary - used for linking */
1142 struct dchain *dp;
1182 dp = malloc(sizeof (struct dchain));

Completed in 51 milliseconds