Searched refs:si_flags (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_syminfo.c83 dst->si_flags = syminfo32->si_flags;
143 syminfo32->si_flags = gs->si_flags;
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c183 if ((dev->si_flags & SI_ETERNAL) != 0) {
213 KASSERT((dev->si_flags & SI_ETERNAL) != 0,
589 KASSERT(si2 == NULL || (si2->si_flags & SI_NAMED) == 0,
793 if ((dev->si_flags & SI_NAMED) == 0) {
813 dev->si_flags |= SI_ETERNAL;
814 KASSERT(!(dev->si_flags & SI_NAMED),
817 dev->si_flags |= SI_NAMED;
941 cdev->si_flags |= SI_CHILD;
973 dev->si_flags |= SI_ALIAS;
984 dev->si_flags |
[all...]
H A Dkern_physio.c67 if (dev->si_flags & SI_NOSPLIT &&
98 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) {
154 if (dev->si_flags & SI_NOSPLIT) {
H A Dvfs_aio.c1255 if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) {
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h254 unsigned char si_flags[2]; member in struct:__anon524
H A Dinternal.h214 unsigned short int si_flags; member in struct:__anon528
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi64_types.h99 _Alignas(2) cloudabi_siflags_t si_flags; member in struct:__anon5533
105 _Static_assert(offsetof(cloudabi64_send_in_t, si_flags) == 32, "Incorrect layout");
H A Dcloudabi32_types.h99 _Alignas(2) cloudabi_siflags_t si_flags; member in struct:__anon5516
105 _Static_assert(offsetof(cloudabi32_send_in_t, si_flags) == 16, "Incorrect layout");
/freebsd-11-stable/sys/sys/
H A Delf64.h257 Elf64_Half si_flags; /* per symbol flags */ member in struct:__anon8499
H A Delf32.h254 Elf32_Half si_flags; /* per symbol flags */ member in struct:__anon8481
H A Dconf.h56 u_int si_flags; member in struct:cdev
/freebsd-11-stable/sys/geom/
H A Dgeom_dev.c151 dev->si_flags |= SI_DUMPDEV;
340 dev->si_flags |= SI_UNMAPPED;
765 if (dev->si_flags & SI_DUMPDEV)
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_devs.c599 if (cdp->cdp_c.si_flags & SI_ALIAS) {
H A Ddevfs_vnops.c487 if ((dev->si_flags & SI_ETERNAL) != 0)
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_ns.c586 ns->cdev->si_flags |= SI_UNMAPPED;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c324 u_int si_flags; member in struct:sa_softc
1213 if ((softc->si_flags & SI_NOSPLIT) == 0) {
2282 dev->si_flags |= softc->si_flags;
2288 if ((dev->si_flags & SI_ALIAS) == 0)
2478 softc->si_flags = SI_NOSPLIT;
2480 softc->si_flags = 0;
2489 softc->si_flags |= SI_UNMAPPED;
/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c181 if ((dev->si_flags & SI_NAMED) == 0) {
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2818 Elf32_Half si_flags; /* Flags. */ member in struct:__anon61
2824 Elf64_Half si_flags; /* Flags. */ member in struct:__anon62
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c5986 syminfo->si_flags = BYTE_GET (extsym->si_flags);
7612 unsigned short int flags = dynamic_syminfo[i].si_flags;

Completed in 387 milliseconds