Home
last modified time | relevance | path

Searched refs:hflags (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/cmd/avs/dsstat/
H A Dreport.c362 if (hflags & HEADERS_EXL) in header()
366 if (hflags & HEADERS_BOR) in header()
370 if (hflags & HEADERS_ATT) in header()
371 if (hflags & HEADERS_OUT) in header()
374 hflags |= HEADERS_OUT; in header()
H A Dsdbc_stats.c354 if (hflags == HEADERS_EXL) in sdbc_header()
358 if (hflags == HEADERS_BOR) in sdbc_header()
362 if (hflags & HEADERS_ATT) in sdbc_header()
363 if (hflags & HEADERS_OUT) in sdbc_header()
366 hflags |= HEADERS_OUT; in sdbc_header()
H A Ddsstat.c46 short hflags = HEADERS_EXL; variable
358 hflags = HEADERS_ATT; in main()
361 hflags = HEADERS_BOR; in main()
H A Ddsstat.h45 extern short hflags;
H A Dmulti_stats.c191 hflags &= (HEADERS_EXL | HEADERS_ATT | HEADERS_BOR); in report()
/titanic_53/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c200 hdl_create(Lm_list *lml, Rt_map *rlmp, Rt_map *clmp, uint_t hflags, in hdl_create() argument
211 if (hflags & GPH_ZERO) in hdl_create()
226 if ((aghp->gh_flags & GPH_FIRST) == (hflags & GPH_FIRST)) { in hdl_create()
267 ghp->gh_flags = hflags; in hdl_create()
277 if (hflags & GPH_ZERO) { in hdl_create()
291 if (hflags & GPH_PRIVATE) in hdl_create()
300 if ((hflags & GPH_LDSO) == 0) in hdl_create()
343 if (hflags & GPH_PRIVATE) { in hdl_create()
358 ghp->gh_flags |= hflags; in hdl_create()
669 uint_t hflags, rdflags, cdflags; in dlmopen_core() local
[all …]
H A Danalyze.c2232 uint_t oflags, hflags, cdflags = 0; in load_finish() local
2249 hflags = GPH_PUBLIC; in load_finish()
2251 hflags = GPH_PRIVATE; in load_finish()
2254 hflags |= GPH_FIRST; in load_finish()
2283 if ((ghp = hdl_create(lml, nlmp, clmp, hflags, rdflags, in load_finish()
H A Delf.c993 uint_t hflags, rdflags, cdflags; local
1008 hflags = (GPH_PUBLIC | GPH_LDSO |
1035 hflags, rdflags, cdflags)) == NULL)
/titanic_53/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c1693 … s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) in item() argument
1736 if (*hflags & HELP_head) in item()
1739 *hflags |= HELP_head; in item()
1762 *hflags |= HELP_index; in item()
1803 …tyle, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags, int line) in trace_textout() argument
1808 p = textout(sp, p, conform, conformlen, style, level, bump, ip, version, id, catalog, hflags); in trace_textout()
1816 …len, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) in textout() argument
1819 …vel,bump,ip,version,id,catalog,hflags) trace_textout(sp,s,conform,conformlen,style,level,bump,ip,v… in textout() argument
1908 par = item(sp, w, about, level, style, ip, version, id, ID, hflags); in textout()
1945 par = item(sp, t, about, level, style, ip, version, id, catalog, hflags); in textout()
[all …]
/titanic_53/usr/src/common/ctf/
H A Dctf_open.c553 uint_t hflags; in ctf_bufopen() local
635 hflags = hp.cth_flags; in ctf_bufopen()
685 fp->ctf_hflags = hflags; in ctf_bufopen()