Searched refs:flags (Results 26 - 50 of 5959) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c311 dt_node_t *flist, const char *kind, uint_t flags)
320 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) {
325 if (dt_node_is_dynamic(dnp) && !(flags & DT_DP_DYNAMIC)) {
335 if (is_void && !(flags & DT_DP_VOID)) {
355 !is_void && !(flags & DT_DP_ANON)) {
310 dt_decl_prototype(dt_node_t *plist, dt_node_t *flist, const char *kind, uint_t flags) argument
H A Ddt_dis.c463 char kind[4], scope[4], flags[16] = { 0 }; local
493 (void) snprintf(flags, sizeof (flags), "/0x%x",
498 (void) strcat(flags, "/r");
500 (void) strcat(flags, "/w");
504 v->dtdv_id, kind, scope, flags + 1,
H A Ddt_ident.c766 ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers,
775 idp = dt_ident_create(name, kind, flags, id,
907 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, argument
922 idp->di_flags = flags;
765 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument
H A Ddt_impl.h136 uint_t dm_flags; /* module flags (see below) */
198 int dtat_flags; /* aggregate flags */
653 const dtrace_recdesc_t *, const dtrace_aggdata_t *, uint32_t flags);
H A Ddt_inttab.c69 dt_inttab_insert(dt_inttab_t *ip, uint64_t value, uint_t flags) argument
74 if (flags & DT_INT_SHARED) {
76 if (hp->inh_value == value && hp->inh_flags == flags)
88 hp->inh_flags = flags;
H A Ddt_open.c1029 dt_vopen(int version, int flags, int *errp, argument
1074 if (flags & ~DTRACE_O_MASK)
1077 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
1086 if (vector != NULL || (flags & DTRACE_O_NODEV))
1164 dtp->dt_oflags = flags;
1240 if (flags & DTRACE_O_NODEV)
1245 if (flags & DTRACE_O_LP64)
1247 else if (flags & DTRACE_O_ILP32)
1573 if (flags
1614 dtrace_open(int version, int flags, int *errp) argument
1620 dtrace_vopen(int version, int flags, int *errp, const dtrace_vector_t *vector, void *arg) argument
[all...]
H A Ddt_parser.c96 * flags cache the corresponding attributes of the underlying CTF type.
2371 * Set the type, attributes, and flags for the inline. If the right-
2372 * hand expression has an identifier, propagate its flags. Then cook
2798 uint_t flags = DT_IDFLG_WRITE; local
2807 flags |= DT_IDFLG_LOCAL;
2809 flags |= DT_IDFLG_TLS;
2816 idkind, flags, id, _dtrace_defattr, 0,
2820 idkind, flags, id, _dtrace_defattr, 0,
4635 (void) snprintf(buf, BUFSIZ, "type=<%s> attr=%s flags=", n, a);
4637 (void) snprintf(buf, BUFSIZ, "type=<%ld> attr=%s flags
[all...]
H A Ddt_printf.c974 "with other format flags: %%%%\n", pfv->pfv_argc);
1046 dt_printf_validate(dt_pfargv_t *pfv, uint_t flags, argument
1063 pfv->pfv_flags = flags;
1133 if (!(flags & DT_PRINTF_AGGREGATION)) {
1188 if ((flags & DT_PRINTF_EXACTLEN) && dnp != NULL) {
1391 uint32_t flags; local
1405 * prefix, setting the flags to indicate that
1408 flags = DTRACE_BUFDATA_AGGFORMAT;
1411 flags |= DTRACE_BUFDATA_AGGLAST;
1414 aggdata, flags) <
[all...]
H A Ddt_proc.c1001 dt_proc_grab(dtrace_hdl_t *dtp, pid_t pid, int flags, int nomonitor) argument
1021 if (dpr->dpr_rdonly && !(flags & PGRAB_RDONLY)) {
1044 if ((dpr->dpr_proc = Pgrab(pid, flags, &err)) == NULL) {
1046 if ((err = proc_attach(pid, flags, &dpr->dpr_proc)) != 0) {
1068 if (nomonitor || (flags & PGRAB_RDONLY)) {
1079 if (flags & PGRAB_RDONLY) {
1189 dtrace_proc_grab(dtrace_hdl_t *dtp, pid_t pid, int flags) argument
1192 struct ps_prochandle *P = dt_proc_grab(dtp, pid, flags, 0);
H A Ddt_subr.c711 const dtrace_recdesc_t *rec, const dtrace_aggdata_t *agg, uint32_t flags)
723 data.dtbda_flags = flags;
710 dt_buffered_flush(dtrace_hdl_t *dtp, dtrace_probedata_t *pdata, const dtrace_recdesc_t *rec, const dtrace_aggdata_t *agg, uint32_t flags) argument
H A Ddt_xlator.c258 dt_xlator_lookup(dtrace_hdl_t *dtp, dt_node_t *src, dt_node_t *dst, int flags) argument
309 if (flags & DT_XLATE_EXACT)
334 if (dxp != NULL || !(flags & DT_XLATE_EXTERN) ||
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c67 uu_compare_fn_t *compare_func, uint32_t flags)
79 if (flags & ~UU_AVL_POOL_DEBUG) {
94 if (flags & UU_AVL_POOL_DEBUG)
211 uu_avl_create(uu_avl_pool_t *pp, void *parent, uint32_t flags) argument
215 if (flags & ~UU_AVL_DEBUG) {
228 ap->ua_debug = pp->uap_debug || (flags & UU_AVL_DEBUG);
309 _avl_walk_init(uu_avl_walk_t *wp, uu_avl_t *ap, uint32_t flags) argument
313 int robust = (flags & UU_WALK_ROBUST);
314 int direction = (flags & UU_WALK_REVERSE)? -1 : 1;
364 uu_avl_walk_start(uu_avl_t *ap, uint32_t flags) argument
66 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) argument
397 uu_avl_walk(uu_avl_t *ap, uu_walk_fn_t *func, void *private, uint32_t flags) argument
[all...]
H A Duu_dprintf.c67 uint_t flags)
90 D->uud_flags = flags;
66 uu_dprintf_create(const char *name, uu_dprintf_severity_t severity, uint_t flags) argument
H A Duu_ident.c76 is_valid_component(const char *b, const char *e, uint_t flags) argument
80 if (flags & UU_NAME_DOMAIN) {
93 uu_check_name(const char *name, uint_t flags) argument
98 if (flags & ~(UU_NAME_DOMAIN | UU_NAME_PATH)) {
103 if (!(flags & UU_NAME_PATH)) {
104 if (!is_valid_component(name, end, flags))
110 if (!is_valid_component(name, p - 1, flags))
114 if (!is_valid_component(name, end, flags))
H A Duu_list.c64 size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags)
75 if (flags & ~UU_LIST_POOL_DEBUG) {
90 if (flags & UU_LIST_POOL_DEBUG)
180 uu_list_create(uu_list_pool_t *pp, void *parent, uint32_t flags) argument
184 if (flags & ~(UU_LIST_DEBUG | UU_LIST_SORTED)) {
189 if ((flags & UU_LIST_SORTED) && pp->ulp_cmp == NULL) {
207 lp->ul_debug = pp->ulp_debug || (flags & UU_LIST_DEBUG);
208 lp->ul_sorted = (flags & UU_LIST_SORTED);
397 list_walk_init(uu_list_walk_t *wp, uu_list_t *lp, uint32_t flags) argument
401 int robust = (flags
63 uu_list_pool_create(const char *name, size_t objsize, size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) argument
456 uu_list_walk_start(uu_list_t *lp, uint32_t flags) argument
495 uu_list_walk(uu_list_t *lp, uu_walk_fn_t *func, void *private, uint32_t flags) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c754 const char *tosnap, int flags)
777 di.scripted = (flags & ZFS_DIFF_PARSEABLE);
778 di.classify = (flags & ZFS_DIFF_CLASSIFY);
779 di.timestamped = (flags & ZFS_DIFF_TIMESTAMP);
753 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, const char *tosnap, int flags) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c434 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) argument
470 if (!(flags & FCREAT) && stat64(realpath, &st) == -1)
474 if (flags & FCREAT)
478 * The construct 'flags - FREAD' conveniently maps combinations of
481 fd = open64(realpath, flags - FREAD, mode);
483 if (flags & FCREAT)
519 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, argument
529 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h430 #define taskq_dispatch_safe(tq, func, arg, flags, task) \
431 taskq_dispatch((tq), (func), (arg), (flags))
719 int flags; member in struct:sysctl_req
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c728 int flags; local
743 flags = TDESC_F_RESOLVED;
748 flags = 0;
753 tdp->t_flags |= flags;
H A Doutput.c456 caddr_t ctfdata, size_t ctfsize, int flags)
466 int dynsym = (flags & CTF_USE_DYNSYM);
467 int keep_stabs = (flags & CTF_KEEP_STABS);
713 make_ctf_data(tdata_t *td, Elf *elf, const char *file, size_t *lenp, int flags) argument
718 iiburst = sort_iidescs(elf, file, td, flags & CTF_FUZZY_MATCH,
719 flags & CTF_USE_DYNSYM);
720 data = ctf_gen(iiburst, lenp, flags & (CTF_COMPRESS | CTF_SWAP_BYTES));
728 write_ctf(tdata_t *td, const char *curname, const char *newname, int flags) argument
762 flags &= ~CTF_SWAP_BYTES;
767 data = make_ctf_data(td, elf, curname, &len, flags);
455 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, caddr_t ctfdata, size_t ctfsize, int flags) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c51 * (currently requested by invoking ctfdump without flags) and individual
52 * requests for all of the types of data (an invocation with all flags). In the
72 } flags = 0; variable in typeref:enum:__anon81
273 if (flags != F_STATS)
285 if (flags != F_STATS) {
322 if (flags != F_STATS)
363 if (flags != F_STATS) {
398 if (flags != F_STATS)
428 if (flags != F_STATS) {
445 if (flags !
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsiftr.d61 u_int flags;
91 flags = p == NULL ? 0 : p->flags;
H A Dtcp.d58 /* TCP segment flags. */
152 uint8_t tcp_flags; /* flags */
171 uint8_t tcp_flags; /* flags */
300 inline string tcpflag_string[uint8_t flags] =
301 flags & TH_FIN ? "FIN" :
302 flags & TH_SYN ? "SYN" :
303 flags & TH_RST ? "RST" :
304 flags & TH_PUSH ? "PUSH" :
305 flags & TH_ACK ? "ACK" :
306 flags
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/printf/
H A DMakefile27 tst.flags.d \
28 tst.flags.d.out \
/freebsd-11-stable/contrib/amd/amd/
H A Damd.c199 if (gopt.flags & CFM_PRINT_PID) {
308 * various CFM_* flags that are on by default.
310 gopt.flags = CFM_DEFAULT_FLAGS;
556 if (gopt.flags & CFM_PROCESS_LOCK) {

Completed in 424 milliseconds

1234567891011>>