Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c201 hdl_create(Lm_list *lml, Rt_map *rlmp, Rt_map *clmp, uint_t hflags, in hdl_create() argument
212 if (hflags & GPH_ZERO) in hdl_create()
227 if ((aghp->gh_flags & GPH_FIRST) == (hflags & GPH_FIRST)) { in hdl_create()
268 ghp->gh_flags = hflags; in hdl_create()
278 if (hflags & GPH_ZERO) { in hdl_create()
292 if (hflags & GPH_PRIVATE) in hdl_create()
301 if ((hflags & GPH_LDSO) == 0) in hdl_create()
344 if (hflags & GPH_PRIVATE) { in hdl_create()
359 ghp->gh_flags |= hflags; in hdl_create()
670 uint_t hflags, rdflags, cdflags; in dlmopen_core() local
[all …]
H A Danalyze.c2222 uint_t oflags, hflags, cdflags = 0; in load_finish() local
2239 hflags = GPH_PUBLIC; in load_finish()
2241 hflags = GPH_PRIVATE; in load_finish()
2244 hflags |= GPH_FIRST; in load_finish()
2273 if ((ghp = hdl_create(lml, nlmp, clmp, hflags, rdflags, in load_finish()
H A Delf.c967 uint_t hflags, rdflags, cdflags; local
982 hflags = (GPH_PUBLIC | GPH_LDSO |
1009 hflags, rdflags, cdflags)) == NULL)
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_rx.c366 uint32_t hflags = 0; in ena_ring_rx() local
462 hflags |= HCK_IPV4_HDRCKSUM_OK; in ena_ring_rx()
478 hflags |= HCK_FULLCKSUM_OK; in ena_ring_rx()
482 if (hflags != 0) { in ena_ring_rx()
483 mac_hcksum_set(mp, 0, 0, 0, 0, hflags); in ena_ring_rx()
/illumos-gate/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 …]
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c554 uint_t hflags; in ctf_bufopen() local
636 hflags = hp.cth_flags; in ctf_bufopen()
686 fp->ctf_hflags = hflags; in ctf_bufopen()