| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/ |
| H A D | atomic.h | 44 extern void atomic_inc_ushort(volatile ushort_t *); 102 extern void atomic_or_ushort(volatile ushort_t *, ushort_t); 116 extern void atomic_and_ushort(volatile ushort_t *, ushort_t); 138 extern ushort_t atomic_inc_ushort_nv(volatile ushort_t *); 152 extern ushort_t atomic_dec_ushort_nv(volatile ushort_t *); 166 extern ushort_t atomic_add_short_nv(volatile ushort_t *, short); 181 extern ushort_t atomic_sub_short_nv(volatile ushort_t *, short); 196 extern ushort_t atomic_or_ushort_nv(volatile ushort_t *, ushort_t); 210 extern ushort_t atomic_and_ushort_nv(volatile ushort_t *, ushort_t); 224 extern ushort_t atomic_cas_ushort(volatile ushort_t *, ushort_t, ushort_t); [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | vtoc.h | 100 ushort_t p_tag; /* ID tag of partition */ 101 ushort_t p_flag; /* permission flags */ 111 ushort_t v_sectorsz; /* sector size in bytes */ 112 ushort_t v_nparts; /* number of partitions */ 120 ushort_t p_tag; /* ID tag of partition */ 121 ushort_t p_flag; /* permission flags */ 122 ushort_t p_pad[2]; 133 ushort_t v_sectorsz; /* sector size in bytes */ 134 ushort_t v_nparts; /* number of partitions */ 135 ushort_t pad[2]; [all …]
|
| H A D | dkio.h | 53 ushort_t dki_ctype; /* controller type */ 54 ushort_t dki_flags; /* flags */ 55 ushort_t dki_cnum; /* controller number */ 62 ushort_t dki_partition; /* partition number */ 63 ushort_t dki_maxtransfer; /* max. transfer size in DEV_BSIZE */
|
| H A D | stdtypes.h | 32 typedef unsigned short ushort_t; typedef 47 typedef ushort_t o_mode_t; /* old file attribute type */
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/ |
| H A D | atomic.c | 54 ATOMIC_INC(ushort, ushort_t) in ATOMIC_INC() 72 ATOMIC_DEC(ushort, ushort_t) 90 ATOMIC_ADD(short, ushort_t, short) 142 ATOMIC_OR(ushort, ushort_t) in ATOMIC_OR() 160 ATOMIC_AND(ushort, ushort_t) 184 ATOMIC_INC_NV(ushort, ushort_t) 204 ATOMIC_DEC_NV(ushort, ushort_t) 288 ATOMIC_OR_NV(ushort, ushort_t) in ATOMIC_OR_NV() 308 ATOMIC_AND_NV(ushort, ushort_t) 334 ATOMIC_CAS(ushort, ushort_t) [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | dkio.h | 63 ushort_t dki_ctype; /* controller type */ 64 ushort_t dki_flags; /* flags */ 65 ushort_t dki_cnum; /* controller number */ 72 ushort_t dki_partition; /* partition number */ 73 ushort_t dki_maxtransfer; /* max. transfer size in DEV_BSIZE */
|
| H A D | types.h | 65 typedef u_short ushort_t; typedef
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | efi_partition.h | 290 ushort_t efi_gpe_PartitionName[EFI_PART_NAME_LEN]; 305 ushort_t p_tag; /* converted to part'n type GUID */ 306 ushort_t p_flag; /* attributes */
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | vfs.h | 41 ushort_t len; /* length of data in bytes */
|
| H A D | types.h | 35 typedef unsigned short ushort_t; typedef
|
| H A D | vnode.h | 97 ushort_t va_mode; /* acc mode */
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.h | 67 ushort_t ci_state; /* case state (see below) */ 68 ushort_t ci_flags; /* case flags (see below) */
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/dktp/ |
| H A D | fdisk.h | 152 ushort_t signature;
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 15 #define ushort_t u_short macro 43 ushort_t portev_source; /* event source */ 44 ushort_t portev_pad; /* port internal use */
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 215 ushort_t pd_mech_indx[KCF_OPS_CLASSSIZE]\ 512 #define KCF_INVALID_INDX ((ushort_t)-1)
|
| /f-stack/freebsd/contrib/openzfs/lib/libefi/ |
| H A D | rdwr_efi.c | 1491 LE_16((ushort_t)vtoc->efi_parts[i].p_name[j]); in efi_write()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 1776 ushort_t reclen; in zfs_readdir()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 2773 …<typedef-decl name='ushort_t' type-id='type-id-206' filepath='../../lib/libspl/include/sys/stdtype…
|