| /freebsd-12.1/sys/sys/ |
| H A D | random.h | 111 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() argument 114 if (hc_source_mask & (1 << origin)) in random_harvest_queue() 115 random_harvest_queue_(entropy, size, origin); in random_harvest_queue() 119 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast() argument 122 if (hc_source_mask & (1 << origin)) in random_harvest_fast() 127 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct() argument 130 if (hc_source_mask & (1 << origin)) in random_harvest_direct() 131 random_harvest_direct_(entropy, size, origin); in random_harvest_direct()
|
| /freebsd-12.1/sys/dev/fb/ |
| H A D | splash_pcx.c | 206 int banksize, origin; in pcx_draw() local 223 for (origin = 0; origin < sheight*sbpsl; origin += banksize) { in pcx_draw() 224 vidd_set_win_org(adp, origin); in pcx_draw() 230 origin = 0; in pcx_draw() 234 origin += banksize; in pcx_draw() 236 vidd_set_win_org(adp, origin); in pcx_draw() 254 origin += banksize; in pcx_draw() 256 vidd_set_win_org(adp, origin); in pcx_draw() 263 origin += banksize; in pcx_draw() 265 vidd_set_win_org(adp, origin); in pcx_draw()
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_008_pos.ksh | 71 typeset origin 74 origin=$(get_prop origin ${dtst[$i]}) 76 if [[ $origin != "-" ]]; then 83 origin=$(get_prop origin $POOL2) 84 if [[ $origin != "-" ]]; then
|
| /freebsd-12.1/lib/libc/nameser/ |
| H A D | ns_print.c | 63 const u_char **p, const char *origin, 92 const char *name_ctx, const char *origin, in ns_sprintrr() argument 100 name_ctx, origin, buf, buflen); in ns_sprintrr() 131 len = prune_origin(name, origin); in ns_sprintrrf() 139 if (((origin == NULL || origin[0] == '\0') || in ns_sprintrrf() 140 (origin[0] != '.' && origin[1] != '\0' && in ns_sprintrrf() 1109 if (origin != NULL && ns_samename(name, origin) == 1) in prune_origin() 1174 const u_char **pp, const char *origin, in addname() argument 1184 newlen = prune_origin(*buf, origin); in addname() 1194 if (((origin == NULL || origin[0] == '\0') || in addname() [all …]
|
| /freebsd-12.1/sys/dev/random/ |
| H A D | random_harvestq.c | 461 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_() argument 466 …KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE, ("%s: origin %d invalid\n", __func__, or… in random_harvest_queue_() 473 event->he_source = origin; in random_harvest_queue_() 474 event->he_destination = harvest_context.hc_destination[origin]++; in random_harvest_queue_() 512 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_() argument 516 …KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE, ("%s: origin %d invalid\n", __func__, or… in random_harvest_direct_() 520 event.he_source = origin; in random_harvest_direct_() 521 event.he_destination = harvest_context.hc_destination[origin]++; in random_harvest_direct_()
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | drop2rpz | 17 my $origin = 'drop.spamhaus.org.rpz.local.'; 26 print "$origin SOA $mname $rname 1 43200 7200 2419200 3600\n"; 27 print "$origin NS $ns\n"; 30 print "$m.$o4.$o3.$o2.$o1.rpz-ip.$origin CNAME $rpz_action\n";
|
| /freebsd-12.1/usr.bin/ldd/ |
| H A D | sods.c | 132 static unsigned long origin; /* What values are relocated relative to */ variable 281 origin = 0; in dump_file() 291 origin = PAGE_SIZE; in dump_file() 292 printf(" Program, origin = %lx\n", origin); in dump_file() 294 printf(" Shared library, origin = %lx\n", origin); in dump_file() 296 printf(" Object file, origin = %lx\n", origin); in dump_file() 362 if (origin <= (unsigned long)r->r_address in dump_rels() 363 && (unsigned long)r->r_address < origin + ex->a_text + ex->a_data in dump_rels() 423 printf(" Text segment starts at address %lx\n", origin + N_TXTOFF(*ex)); in dump_segs() 431 printf(" Data segment starts at address %lx\n", origin + N_DATOFF(*ex)); in dump_segs() [all …]
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | zone.c | 187 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) in ldns_zone_new_frm_fp() argument 189 return ldns_zone_new_frm_fp_l(z, fp, origin, ttl, c, NULL); in ldns_zone_new_frm_fp() 194 ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, in ldns_zone_new_frm_fp_l() argument 215 if (origin) { in ldns_zone_new_frm_fp_l() 216 my_origin = ldns_rdf_clone(origin); in ldns_zone_new_frm_fp_l() 219 my_prev = ldns_rdf_clone(origin); in ldns_zone_new_frm_fp_l()
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui-win.c | 664 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_resize_all() 666 new_height = screenheight - TUI_CMD_WIN->generic.origin.y; in tui_resize_all() 722 second_win->generic.origin.y = first_win->generic.height - 1; in tui_resize_all() 726 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_resize_all() 1101 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_adjust_win_heights() 1160 second_win->generic.origin.y = first_win->generic.height - 1; in tui_adjust_win_heights() 1163 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_adjust_win_heights() 1190 second_win->generic.origin.y = first_win->generic.height - 1; in tui_adjust_win_heights() 1196 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_adjust_win_heights() 1243 gen_win_info->origin.y = win_info->generic.origin.y; in make_invisible_and_set_new_height() [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-dvmrp.c | 167 register uint32_t mask, origin; in print_report() local 198 origin = 0; in print_report() 201 origin = origin << 8 | *bp++; in print_report() 204 origin <<= 8; in print_report() 210 ND_PRINT((ndo, "\n\t %s metric %d", intoa(htonl(origin)), in print_report()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | cgraph.c | 225 node->origin = cgraph_node (DECL_CONTEXT (decl)); in cgraph_node() 226 node->next_nested = node->origin->nested; in cgraph_node() 227 node->origin->nested = node; in cgraph_node() 541 if (node->origin) in cgraph_remove_node() 719 if (node->origin) in dump_cgraph_node() 1072 new->origin = n->origin; in cgraph_clone_node() 1073 if (new->origin) in cgraph_clone_node() 1075 new->next_nested = new->origin->nested; in cgraph_clone_node() 1076 new->origin->nested = new; in cgraph_clone_node() 1135 gcc_assert (node->origin); in cgraph_unnest_node() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | DiagnosticManager.h | 61 DiagnosticOrigin origin, uint32_t compiler_id) in Diagnostic() argument 62 : m_message(message), m_severity(severity), m_origin(origin), in Diagnostic() 121 DiagnosticOrigin origin, 124 new Diagnostic(message, severity, origin, compiler_id));
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_poisoning.cc | 148 void SetOrigin(const void *dst, uptr size, u32 origin) { in SetOrigin() argument 155 u64 origin64 = ((u64)origin << 32) | origin; in SetOrigin() 159 *(u32 *)beg = origin; in SetOrigin() 163 if (end & 7ULL) *(u32 *)(end - 4) = origin; in SetOrigin()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| H A D | libzfs_core.c | 254 lzc_clone(const char *fsname, const char *origin, argument 259 fnvlist_add_string(args, "origin", origin); 691 recv_impl(const char *snapname, nvlist_t *props, const char *origin, argument 735 if (origin != NULL) 736 (void) strlcpy(zc.zc_string, origin, sizeof (zc.zc_string)); 784 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, argument 787 return (recv_impl(snapname, props, origin, force, B_FALSE, fd, NULL)); 797 lzc_receive_resumable(const char *snapname, nvlist_t *props, const char *origin, argument 800 return (recv_impl(snapname, props, origin, force, B_TRUE, fd, NULL)); 816 const char *origin, boolean_t force, boolean_t resumable, int fd, argument [all …]
|
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | feeder_chain.c | 51 struct feeder_chain_state origin; /* original state */ member 694 cdesc.origin.afmt = softfmt; in feeder_chain() 695 cdesc.origin.matrix = softmatrix; in feeder_chain() 696 cdesc.origin.rate = c->speed; in feeder_chain() 701 cdesc.origin.afmt = hwfmt; in feeder_chain() 702 cdesc.origin.matrix = hwmatrix; in feeder_chain() 703 cdesc.origin.rate = sndbuf_getspd(c->bufhard); in feeder_chain() 718 cdesc.origin = cdesc.target; in feeder_chain() 720 cdesc.target = cdesc.origin; in feeder_chain() 734 if (feeder_matrix_compare(cdesc.origin.matrix, in feeder_chain() [all …]
|
| /freebsd-12.1/contrib/unbound/sldns/ |
| H A D | str2wire.c | 145 uint8_t* origin, size_t origin_len) in sldns_str2wire_dname_buf_origin() argument 152 if(rel && origin && dlen > 0) { in sldns_str2wire_dname_buf_origin() 201 if (origin) { in rrinternal_get_owner() 203 tocopy = origin; in rrinternal_get_owner() 223 } else if(origin) { in rrinternal_get_owner() 225 tocopy = origin; in rrinternal_get_owner() 237 origin, origin_len); in rrinternal_get_owner() 476 uint8_t* origin, size_t origin_len) in rrinternal_parse_rdf() argument 487 if(origin) { in rrinternal_parse_rdf() 489 tocopy = origin; in rrinternal_parse_rdf() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 729 status_bar.origin.x = origin.x; in MakeStatusBar() 743 menubar.origin.x = origin.x; in MakeMenuBar() 744 menubar.origin.y = origin.y; in MakeMenuBar() 763 bottom.origin.x = origin.x; in HorizontalSplit() 764 bottom.origin.y = origin.y + top.size.height; in HorizontalSplit() 782 right.origin.x = origin.x + left.size.width; in VerticalSplit() 783 right.origin.y = origin.y; in VerticalSplit() 793 return lhs.origin == rhs.origin && lhs.size == rhs.size; in operator ==() 797 return lhs.origin != rhs.origin || lhs.size != rhs.size; in operator !=() 964 ::mvwin(m_window, origin.y, origin.x); in MoveWindow() [all …]
|
| /freebsd-12.1/release/packages/ |
| H A D | acct.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | dma.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | jail-lib32.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | runtime-profile.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | acpi.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | apm.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | autofs.ucl | 6 origin = "base" 20 origin: "base",
|
| H A D | bhyve.ucl | 6 origin = "base" 20 origin: "base",
|