Searched refs:origin (Results 1 - 25 of 222) sorted by relevance

123456789

/openbsd-current/usr.bin/make/
H A Dlowparse.c58 Location origin; /* Name of file and line number */ member in struct:input_stream
80 /* obj = new_input_string(str, origin);
81 * Create input stream from str, origin. */
154 istream->origin.fname = simplify(name);
158 istream->origin.lineno = 0;
180 new_input_string(char *str, const Location *origin) argument
188 istream->origin = *origin;
199 Location origin; local
201 origin
467 Parse_SetLocation(Location *origin) argument
473 Parse_FillLocation(Location *origin) argument
[all...]
H A Derror.c145 ParseVErrorInternal(const Location *origin, int type, const char *fmt, argument
158 if (origin->fname)
159 fprintf(stderr, " (%s:%lu)", origin->fname, origin->lineno);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_frontbuffer.h81 enum fb_op_origin origin,
87 * @origin: which operation caused the invalidation
96 enum fb_op_origin origin)
107 __intel_fb_invalidate(front, origin, frontbuffer_bits);
112 enum fb_op_origin origin,
118 * @origin: which operation caused the flush
124 enum fb_op_origin origin)
135 __intel_fb_flush(front, origin, frontbuffer_bits);
95 intel_frontbuffer_invalidate(struct intel_frontbuffer *front, enum fb_op_origin origin) argument
123 intel_frontbuffer_flush(struct intel_frontbuffer *front, enum fb_op_origin origin) argument
H A Dintel_fbc.h40 enum fb_op_origin origin);
42 unsigned int frontbuffer_bits, enum fb_op_origin origin);
H A Dintel_frontbuffer.c71 * @origin: which operation caused the flush
81 enum fb_op_origin origin)
91 trace_intel_frontbuffer_flush(i915, frontbuffer_bits, origin);
95 intel_psr_flush(i915, frontbuffer_bits, origin);
96 intel_fbc_flush(i915, frontbuffer_bits, origin);
167 enum fb_op_origin origin,
172 if (origin == ORIGIN_CS) {
179 trace_intel_frontbuffer_invalidate(i915, frontbuffer_bits, origin);
182 intel_psr_invalidate(i915, frontbuffer_bits, origin);
184 intel_fbc_invalidate(i915, frontbuffer_bits, origin);
79 frontbuffer_flush(struct drm_i915_private *i915, unsigned int frontbuffer_bits, enum fb_op_origin origin) argument
166 __intel_fb_invalidate(struct intel_frontbuffer *front, enum fb_op_origin origin, unsigned int frontbuffer_bits) argument
187 __intel_fb_flush(struct intel_frontbuffer *front, enum fb_op_origin origin, unsigned int frontbuffer_bits) argument
[all...]
H A Dintel_psr.h33 enum fb_op_origin origin);
36 enum fb_op_origin origin);
/openbsd-current/usr.sbin/dvmrpd/
H A Drde_mfc.c74 nmfc.origin = mn->origin;
146 if (ntohl(a->origin.s_addr) < ntohl(b->origin.s_addr))
148 if (ntohl(a->origin.s_addr) > ntohl(b->origin.s_addr))
158 mfc_find(in_addr_t origin, in_addr_t group) argument
162 s.origin.s_addr = origin;
215 mfcctl.origin
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_report.h23 void ReportUMR(StackTrace *stack, u32 origin);
H A Dmsan_poisoning.h20 // Return origin for the first poisoned byte in the memory range, or 0.
23 // Walk [addr, addr+size) app memory region, copying origin tags from the
28 // Copy origin from src (app address) to dst (app address), creating chained
29 // origin ids as necessary, without overriding origin for fully initialized
33 // memmove() shadow and origin. Dst and src are application addresses.
34 // See CopyOrigin() for the origin copying logic.
38 // memcpy() shadow and origin. Dst and src are application addresses.
39 // See CopyOrigin() for the origin copying logic.
44 // origin region
[all...]
/openbsd-current/sys/arch/alpha/include/
H A Dfpu.h105 #define FLD_CLEAR(obj, origin, len) \
106 ((obj) & ~(FLD_MASK(len) << (origin)))
107 #define FLD_INSERT(obj, origin, len, value) \
108 (FLD_CLEAR(obj, origin, len) | (value) << origin)
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.mrt.conf7 origin egp
20 origin egp
38 origin egp
51 origin egp
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DLibSpec.pm127 sub register($repo, $lib, $origin)
129 $lib->set_origin($origin);
170 sub set_origin($self, $origin)
172 $self->{origin} = $origin;
173 if ($origin eq 'system') {
179 sub origin($self) subroutine
181 return $self->{origin};
/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h32 dfsan_origin origin);
37 dfsan_origin origin,
60 /// Retrieves the immediate origin associated with the given data. The returned
61 /// origin may point to another origin.
69 /// Return the origin associated with the first taint byte in the size bytes
127 /// Prints the origin trace of the label at the address addr to stderr. It also
128 /// prints description at the beginning of the trace. If origin tracking is not
131 /// As above, but use an origin id from dfsan_get_origin() instead of address.
133 void dfsan_print_origin_id_trace(dfsan_origin origin);
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Expression/
H A DDiagnosticManager.h59 DiagnosticOrigin origin, uint32_t compiler_id)
60 : m_message(message), m_severity(severity), m_origin(origin),
110 DiagnosticOrigin origin,
113 std::make_unique<Diagnostic>(message, severity, origin, compiler_id));
58 Diagnostic(llvm::StringRef message, DiagnosticSeverity severity, DiagnosticOrigin origin, uint32_t compiler_id) argument
109 AddDiagnostic(llvm::StringRef message, DiagnosticSeverity severity, DiagnosticOrigin origin, uint32_t compiler_id = LLDB_INVALID_COMPILER_ID) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp73 // | origin 1 |
81 // | origin 3 |
85 // | origin 2 |
106 // origin of the first taint byte at the low 32 bit.
174 // Return the origin of the first taint byte in the size bytes from the address
207 // from_init = true if this is the first chain of an origin tracking path.
215 // As an optimization the origin of an application byte is updated only when
217 // taint labels, it does not matter what origin a zero label has. This reduces
221 Printf(" DFSan found invalid origin invariant\n");
244 // contiguous bytes share the same origin
355 SetOrigin(const void *dst, uptr size, u32 origin) argument
547 SetShadow(dfsan_label label, void *addr, uptr size, dfsan_origin origin) argument
577 __dfsan_set_label( dfsan_label label, dfsan_origin origin, void *addr, uptr size) argument
655 dfsan_set_label_origin(dfsan_label label, dfsan_origin origin, void *addr, uptr size) argument
674 ConditionalCallback(dfsan_label label, dfsan_origin origin) argument
702 __dfsan_conditional_callback_origin(dfsan_label label, dfsan_origin origin) argument
731 ReachesFunctionCallback(dfsan_label label, dfsan_origin origin, const char *file, unsigned int line, const char *function) argument
759 __dfsan_reaches_function_callback_origin(dfsan_label label, dfsan_origin origin, const char *file, unsigned int line, const char *function) argument
812 PrintInvalidOriginIdWarning(dfsan_origin origin) argument
853 const dfsan_origin origin = *__dfsan::origin_for(addr); local
920 dfsan_print_origin_id_trace( dfsan_origin origin) argument
938 dfsan_sprint_origin_id_trace( dfsan_origin origin, char *out_buf, uptr out_buf_size) argument
973 const dfsan_origin origin = *__dfsan::origin_for(addr); local
[all...]
/openbsd-current/regress/usr.sbin/bgpd/unittests/
H A Drde_decide_test.c81 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .weight = 1000 },
83 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .flags=F_ATTR_PARSE_ERR },
84 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP, .flags=F_ATTR_LOOP },
86 { .aspath = &asdata[0].a, .med = 100, .lpref = 50, .origin = ORIGIN_IGP },
88 { .aspath = &asdata[1].a, .med = 100, .lpref = 100, .origin = ORIGIN_IGP },
89 /* 5 & 6: origin */
90 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_EGP },
91 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin = ORIGIN_INCOMPLETE },
93 { .aspath = &asdata[0].a, .med = 200, .lpref = 100, .origin = ORIGIN_IGP },
95 { .aspath = &asdata[0].a, .med = 100, .lpref = 100, .origin
[all...]
/openbsd-current/usr.sbin/mrouted/
H A Dkern.c147 void k_add_rg(u_int32_t origin, struct gtable *g) argument
153 md_logit(MD_ADD, origin, g->gt_mcastgrp);
156 mc.mfcc_origin.s_addr = origin;
169 md_logit(MD_ADD_FAIL, origin, g->gt_mcastgrp);
179 int k_del_rg(u_int32_t origin, struct gtable *g) argument
185 md_logit(MD_DEL, origin, g->gt_mcastgrp);
188 mc.mfcc_origin.s_addr = origin;
198 md_logit(MD_DEL_FAIL, origin, g->gt_mcastgrp);
H A Droute.c44 static int find_route(u_int32_t origin, u_int32_t mask);
45 static void create_route(u_int32_t origin, u_int32_t mask);
243 * look for a route entry matching the specified origin and mask. If a
246 * entry preceding the point at which the new origin should be inserted.
251 find_route(u_int32_t origin, u_int32_t mask) argument
257 if (origin == r->rt_origin && mask == r->rt_originmask) {
263 ntohl(origin) < ntohl(r->rt_origin))) {
273 * Create a new routing table entry for the specified origin and link it into
278 * Only the origin, originmask, originwidth and flags fields are initialized
282 create_route(u_int32_t origin, u_int32_ argument
341 update_route(u_int32_t origin, u_int32_t mask, u_int metric, u_int32_t src, vifi_t vifi) argument
699 u_int32_t origin; member in struct:newrt
739 u_int32_t origin; local
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i34 bool Seek(int64_t offset, lldb::TraceCursorSeekType origin);
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dsoa_6.c60 sub = name_prefix(&mname, tctx->origin, &prefix);
65 sub = name_prefix(&rname, tctx->origin, &prefix);
183 dns_name_toregion(&soa->origin, &region);
214 dns_name_init(&soa->origin, NULL);
215 RETERR(name_duporclone(&name, &soa->origin));
241 dns_name_free(&soa->origin);
252 dns_name_free(&soa->origin);
H A Dtalink_58.c43 sub = name_prefix(&prev, tctx->origin, &prefix);
48 sub = name_prefix(&next, tctx->origin, &prefix);
H A Drp_17.c47 sub = name_prefix(&rmail, tctx->origin, &prefix);
52 sub = name_prefix(&email, tctx->origin, &prefix);
/openbsd-current/regress/libexec/ld.so/subst/prog1/
H A DMakefile17 LDFLAGS+= -Wl,-z,origin,-rpath,'$$ORIGIN/$${OSNAME}/$$OSREL/$${PLATFORM}'
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DProjectMap.py85 origin: str = ""
163 origin, commit = ProjectMap._get_git_params(raw_project)
165 origin, commit = "", ""
167 return ProjectInfo(name, build_mode, source, origin, commit,
177 return raw_project["origin"], raw_project["commit"]
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h105 /// Make the cursor point to an item in the trace based on an origin point and
109 /// origin + offset
116 /// negative) from the given origin point. For example, if origin is \b
120 /// \param[in] origin
125 bool Seek(int64_t offset, lldb::TraceCursorSeekType origin);

Completed in 173 milliseconds

123456789