OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ushort_t
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
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
);
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 *);
dt_pcb.h
57
ushort_t
*pcb_sflagv; /* script argument flags (DT_IDFLG_* bits) */
dt_ident.c
765
dt_idhash_insert(dt_idhash_t *dhp, const char *name,
ushort_t
kind,
766
ushort_t
flags, uint_t id, dtrace_attribute_t attr, uint_t vers,
907
dt_ident_create(const char *name,
ushort_t
kind,
ushort_t
flags, uint_t id,
951
dt_ident_morph(dt_ident_t *idp,
ushort_t
kind,
dt_parser.h
55
ushort_t
dn_op; /* operator (DT_TOK_*, defined by lex) */
dt_decl.c
78
dt_decl_alloc(
ushort_t
kind, char *name)
233
dt_decl_spec(
ushort_t
kind, char *name)
263
dt_decl_attr(
ushort_t
attr)
dt_parser.c
1558
ushort_t
idflags;
1900
dnp->dn_op = (
ushort_t
)op;
2103
dnp->dn_op = (
ushort_t
)op;
dt_cc.c
2423
pcb.pcb_sflagv = argc ? calloc(argc, sizeof (
ushort_t
)) : NULL;
/src/sys/dev/sbus/
stp4020reg.h
277
volatile
ushort_t
ctl0; /* window control register 0 */
278
volatile
ushort_t
ctl1; /* window control register 1 */
286
volatile
ushort_t
ctl0; /* socket control register 0 */
287
volatile
ushort_t
ctl1; /* socket control register 1 */
288
volatile
ushort_t
stat0; /* socket status register 0 */
289
volatile
ushort_t
stat1; /* socket status register 1 */
/src/external/cddl/osnet/sys/sys/
opentypes.h
27
typedef unsigned short
ushort_t
;
typedef
66
typedef
ushort_t
o_mode_t; /* old file attribute type */
/src/external/cddl/osnet/dev/fbt/
fbt.c
456
ushort_t
info;
457
ushort_t
vlen;
517
objtoff += sizeof (
ushort_t
);
528
info = *((const
ushort_t
*)(ctfdata + funcoff));
537
funcoff += sizeof (
ushort_t
); /* skip pad */
539
funcoff += sizeof (
ushort_t
) * (vlen + 2);
601
ushort_t
kind = CTF_INFO_KIND(tp->ctt_info);
619
vbytes = sizeof (
ushort_t
) * (vlen + (vlen & 1));
690
ushort_t
kind = CTF_INFO_KIND(tp->ctt_info);
708
vbytes = sizeof (
ushort_t
) * (vlen + (vlen & 1))
[
all
...]
/src/external/cddl/osnet/dist/common/ctf/
ctf_create.c
115
ctm.ctm_type = (
ushort_t
)dmd->dmd_type;
116
ctm.ctm_offset = (
ushort_t
)dmd->dmd_offset;
156
ctlm.ctlm_type = (
ushort_t
)dmd->dmd_type;
416
ctt.ctt_info = (
ushort_t
)dtd->dtd_data.ctt_info;
417
ctt.ctt_size = (
ushort_t
)dtd->dtd_data.ctt_size;
485
ushort_t
arg;
490
(
ushort_t
)dtd->dtd_u.dtu_argv[argc];
ctf_open.c
53
return (CTF_V2_INFO_KIND((
ushort_t
)info));
59
return (CTF_V2_INFO_ISROOT((
ushort_t
)info));
65
return (CTF_V2_INFO_VLEN((
ushort_t
)info));
/src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c
346
ushort_t
kind = hp->cth_version == CTF_VERSION_2 ?
348
ushort_t
n = hp->cth_version == CTF_VERSION_2 ?
350
ushort_t
i;
/src/tools/compat/
compat_defs.h
91
typedef unsigned short
ushort_t
;
typedef
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c
2833
ushort_t
reclen;
Completed in 57 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026