HomeSort by relevance Sort by last modified time
    Searched refs:dchain (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbsm/common/
au_open.c 149 token_t *dchain; /* mbuf chain which is the tokens */ local
159 ((dchain = au_d[d]) == (token_t *)0)) {
166 if (dchain == (token_t *)&au_d) {
174 while (dchain != (token_t *)0) {
175 record = dchain;
176 dchain = dchain->tt_next;
190 for (record = dchain; record != (token_t *)0;
250 while (dchain != (token_t *)0) {
251 (void) memcpy(adr.adr_now, dchain->tt_data, dchain->tt_size)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_io.c 107 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);
128 au_close_time(kctx, dchain, flag, e_type, e_mod, NULL);
137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod)
146 au_toss_token(dchain);
153 au_toss_token(dchain);
158 attr->audi_ad = dchain;
227 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type,
237 ASSERT(dchain != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 211 struct dchain { struct
215 struct dchain *dc_next; /* next directory in the chain */
223 static struct dchain *dfirst; /* start of the dir chain */
224 static struct dchain *cdfirst; /* start of the current dir chain */
225 static struct dchain *dtemp; /* temporary - used for linking */
1131 struct dchain *dp;
1171 dp = malloc(sizeof (struct dchain));
    [all...]

Completed in 180 milliseconds