Home
last modified time | relevance | path

Searched refs:os_flags (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Dtoffset.c54 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_TIME) | in krb5_set_real_time()
71 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_VALID) | in krb5_set_debugging_time()
85 os_ctx->os_flags &= ~(KRB5_OS_TOFFSET_VALID|KRB5_OS_TOFFSET_TIME); in krb5_use_natural_time()
116 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_TIME) | in krb5_set_time_offsets()
H A Dtimeofday.c41 if (os_ctx->os_flags & KRB5_OS_TOFFSET_TIME) { in krb5_timeofday()
48 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) in krb5_timeofday()
H A Dustime.c72 if (os_ctx->os_flags & KRB5_OS_TOFFSET_TIME) { in krb5_us_timeofday()
76 } else if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in krb5_us_timeofday()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Dtoffset.c54 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_TIME) | in krb5_set_real_time()
71 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_VALID) | in krb5_set_debugging_time()
85 os_ctx->os_flags &= ~(KRB5_OS_TOFFSET_VALID|KRB5_OS_TOFFSET_TIME); in krb5_use_natural_time()
116 os_ctx->os_flags = ((os_ctx->os_flags & ~KRB5_OS_TOFFSET_TIME) | in krb5_set_time_offsets()
H A Dtimeofday.c41 if (os_ctx->os_flags & KRB5_OS_TOFFSET_TIME) { in krb5_timeofday()
48 if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) in krb5_timeofday()
H A Dustime.c72 if (os_ctx->os_flags & KRB5_OS_TOFFSET_TIME) { in krb5_us_timeofday()
76 } else if (os_ctx->os_flags & KRB5_OS_TOFFSET_VALID) { in krb5_us_timeofday()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/if-mib/data_access/
H A Dinterface_ioctl.c253 ifentry->os_flags = ifrq.ifr_flags; in netsnmp_access_interface_ioctl_flags_get()
259 if(ifentry->os_flags & IFF_UP) { in netsnmp_access_interface_ioctl_flags_get()
261 if(ifentry->os_flags & IFF_RUNNING) in netsnmp_access_interface_ioctl_flags_get()
277 if(ifentry->os_flags & IFF_LOOPBACK) { in netsnmp_access_interface_ioctl_flags_get()
345 ifentry->os_flags = 0; in netsnmp_access_interface_ioctl_flags_set()
352 ifentry->os_flags = ifrq.ifr_flags; in netsnmp_access_interface_ioctl_flags_set()
/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_layout.c370 if ((os->os_flags & SHF_ALLOC) == 0) { in ld_layout_calc_header_size()
375 if ((os->os_flags & SHF_WRITE) != w || new) { in ld_layout_calc_header_size()
378 w = os->os_flags & SHF_WRITE; in ld_layout_calc_header_size()
381 if ((os->os_flags & SHF_TLS) != 0 && !tls) { in ld_layout_calc_header_size()
552 os->os_flags |= SHF_ALLOC; in _set_output_section_loadable_flag()
556 os->os_flags |= SHF_ALLOC; in _set_output_section_loadable_flag()
560 os->os_flags &= ~SHF_ALLOC; in _set_output_section_loadable_flag()
879 if (os->os_flags == flags) { in ld_layout_insert_output_section()
881 if (_os == NULL || _os->os_flags != flags) in ld_layout_insert_output_section()
892 _os->os_flags |= flags & SHF_ALLOC; in ld_layout_insert_output_section()
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_layout.c370 if ((os->os_flags & SHF_ALLOC) == 0) { in ld_layout_calc_header_size()
375 if ((os->os_flags & SHF_WRITE) != w || new) { in ld_layout_calc_header_size()
378 w = os->os_flags & SHF_WRITE; in ld_layout_calc_header_size()
381 if ((os->os_flags & SHF_TLS) != 0 && !tls) { in ld_layout_calc_header_size()
552 os->os_flags |= SHF_ALLOC; in _set_output_section_loadable_flag()
556 os->os_flags |= SHF_ALLOC; in _set_output_section_loadable_flag()
560 os->os_flags &= ~SHF_ALLOC; in _set_output_section_loadable_flag()
879 if (os->os_flags == flags) { in ld_layout_insert_output_section()
881 if (_os == NULL || _os->os_flags != flags) in ld_layout_insert_output_section()
892 _os->os_flags |= flags & SHF_ALLOC; in ld_layout_insert_output_section()
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/numerics/
H A Ddense_vector_base.C34 std::ios_base::fmtflags os_flags = os.flags(); in print_scientific() local
45 os.flags(os_flags); in print_scientific()
/dports/math/libmesh/libmesh-1.6.2/include/numerics/
H A Ddense_matrix_base_impl.h104 std::ios_base::fmtflags os_flags = os.flags(); in print_scientific() local
119 os.flags(os_flags); in print_scientific()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c207 osp->os_flags = BSWAP_64(osp->os_flags); in dmu_objset_byteswap()
268 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
582 os->os_phys->os_flags |= OBJSET_FLAG_USERACCOUNTING_COMPLETE; in dmu_objset_create_impl()
583 os->os_flags = os->os_phys->os_flags; in dmu_objset_create_impl()
1005 os->os_phys->os_flags = os->os_flags; in dmu_objset_sync()
1143 return (os->os_phys->os_flags & in dmu_objset_userspace_present()
1191 os->os_flags |= OBJSET_FLAG_USERACCOUNTING_COMPLETE; in dmu_objset_userspace_upgrade()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h53 uint64_t os_flags; member
86 uint64_t os_flags; member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/zfs/
H A Ddmu_objset.h23 uint64_t os_flags; member

123456789