| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/ |
| HD | atomic.h | 44 extern void atomic_inc_ushort(volatile ushort_t *); 58 extern void atomic_dec_ushort(volatile ushort_t *); 72 extern void atomic_add_short(volatile ushort_t *, short); 87 extern void atomic_sub_short(volatile ushort_t *, short); 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); [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/ |
| HD | 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 …]
|
| HD | 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 */
|
| HD | stdtypes.h | 32 typedef unsigned short ushort_t; typedef 47 typedef ushort_t o_mode_t; /* old file attribute type */
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/ |
| HD | atomic.c | 42 ATOMIC_INC(ushort, ushort_t) in ATOMIC_INC() 58 ATOMIC_DEC(ushort, ushort_t) 74 ATOMIC_ADD(short, ushort_t, short) 96 ATOMIC_SUB(short, ushort_t, short) in ATOMIC_SUB() 118 ATOMIC_OR(ushort, ushort_t) in ATOMIC_OR() 134 ATOMIC_AND(ushort, ushort_t) 154 ATOMIC_INC_NV(ushort, ushort_t) 170 ATOMIC_DEC_NV(ushort, ushort_t) 186 ATOMIC_ADD_NV(short, ushort_t, short) 208 ATOMIC_SUB_NV(short, ushort_t, short) in ATOMIC_SUB_NV() [all …]
|
| /freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_ident.h | 72 ushort_t di_kind; /* identifier kind (see below) */ 73 ushort_t di_flags; /* identifier flags (see below) */ 151 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, const char *, ushort_t, 152 ushort_t, uint_t, dtrace_attribute_t, uint_t, 165 extern dt_ident_t *dt_ident_create(const char *, ushort_t, ushort_t, uint_t, 168 extern void dt_ident_morph(dt_ident_t *, ushort_t, const dt_idops_t *, void *);
|
| HD | dt_decl.h | 46 ushort_t dd_kind; /* declaration kind (CTF_K_* kind) */ 47 ushort_t dd_attr; /* attributes (DT_DA_* flags) */ 87 extern dt_decl_t *dt_decl_alloc(ushort_t, char *); 106 extern dt_decl_t *dt_decl_spec(ushort_t, char *); 107 extern dt_decl_t *dt_decl_attr(ushort_t);
|
| HD | dt_pcb.h | 57 ushort_t *pcb_sflagv; /* script argument flags (DT_IDFLG_* bits) */
|
| HD | dt_ident.c | 767 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, in dt_idhash_insert() 768 ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, in dt_idhash_insert() 909 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, in dt_ident_create() 953 dt_ident_morph(dt_ident_t *idp, ushort_t kind, in dt_ident_morph()
|
| HD | dt_parser.h | 55 ushort_t dn_op; /* operator (DT_TOK_*, defined by lex) */
|
| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/ |
| HD | tst.basics.d | 52 printf("%%ho = %ho\n", (ushort_t)i); 53 printf("%%hu = %hu\n", (ushort_t)i); 54 printf("%%hx = %hx\n", (ushort_t)i); 55 printf("%%hX = %hX\n", (ushort_t)i);
|
| HD | tst.uints.d | 43 printf("%u\n", (ushort_t)123);
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | 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 */
|
| HD | types.h | 65 typedef u_short ushort_t; typedef
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | 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 */
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/ |
| HD | fmd_api.h | 67 ushort_t ci_state; /* case state (see below) */ 68 ushort_t ci_flags; /* case flags (see below) */
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | vfs.h | 41 ushort_t len; /* length of data in bytes */
|
| HD | types.h | 35 typedef unsigned short ushort_t; typedef
|
| HD | vnode.h | 97 ushort_t va_mode; /* acc mode */
|
| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
| HD | tst.struct.d.out | 8 ushort_t d = 0x5
|
| HD | tst.struct.d | 37 ushort_t d;
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/dktp/ |
| HD | fdisk.h | 152 ushort_t signature;
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zpl_export.c | 44 ushort_t empty_fid = 0;
|
| /freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/ |
| HD | ctf_create.c | 108 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers() 109 ctm.ctm_offset = (ushort_t)dmd->dmd_offset; in ctf_copy_smembers() 149 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers() 408 ctt.ctt_info = (ushort_t)dtd->dtd_data.ctt_info; in ctf_update() 409 ctt.ctt_size = (ushort_t)dtd->dtd_data.ctt_size; in ctf_update() 477 ushort_t arg; in ctf_update() 482 (ushort_t)dtd->dtd_u.dtu_argv[argc]; in ctf_update()
|
| /freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/dump/ |
| HD | dump.c | 340 ushort_t kind = hp->cth_version == CTF_VERSION_2 ? in read_funcs() 342 ushort_t n = hp->cth_version == CTF_VERSION_2 ? in read_funcs() 344 ushort_t i; in read_funcs()
|