Home
last modified time | relevance | path

Searched refs:aep (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c244 struct alloc_ext_desc *aep; in getallocext() local
261 aep = (struct alloc_ext_desc *)extbuf; in getallocext()
262 err = verifytag(&aep->aed_tag, loc, &aep->aed_tag, UD_ALLOC_EXT_DESC); in getallocext()
269 dir_adrlist = (uint8_t *)(aep + 1); in getallocext()
270 dir_naddrs = aep->aed_len_aed / dir_adrsize; in getallocext()
/titanic_41/usr/src/cmd/auditreduce/
H A Doption.c449 struct au_event_ent *aep; in proc_type() local
462 if ((aep = getauevnam(optstr)) != NULL) in proc_type()
463 m_type = aep->ae_number; in proc_type()
465 if ((aep = getauevnum((au_event_t)atoi(optstr))) != in proc_type()
467 m_type = aep->ae_number; in proc_type()
/titanic_41/usr/src/lib/libeti/form/common/
H A Dregex.c150 __advance(char *alp, char *aep) in __advance() argument
157 ep = aep; in __advance()