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

1234

/freebsd-10.0-release/usr.sbin/pkg_install/version/
H A Dversion.h29 char *origin; member in struct:index_entry
H A Dperform.c100 warnx("no packages recorded with this origin");
126 if (ie->origin != NULL)
127 free(ie->origin);
138 * first slurp in the CONTENTS file, getting name and origin, then
153 plist.name = plist.origin = NULL;
168 * First we check if the installed package has an origin, and try
171 * INDEX, first matching the origin and then the package name.
173 if (plist.origin != NULL && !UseINDEXOnly) {
174 snprintf(tmp, PATH_MAX, "%s/%s", PORTS_DIR, plist.origin);
185 show_version(plist, NULL, plist.origin);
[all...]
/freebsd-10.0-release/sys/dev/fb/
H A Dsplash_pcx.c204 int banksize, origin; local
221 for (origin = 0; origin < sheight*sbpsl; origin += banksize) {
222 vidd_set_win_org(adp, origin);
228 origin = 0;
232 origin += banksize;
234 vidd_set_win_org(adp, origin);
252 origin += banksize;
254 vidd_set_win_org(adp, origin);
[all...]
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_print.c57 static size_t prune_origin(const char *name, const char *origin);
61 const u_char **p, const char *origin,
87 const char *name_ctx, const char *origin,
95 name_ctx, origin, buf, buflen);
109 const char *name_ctx, const char *origin,
126 len = prune_origin(name, origin);
134 if (((origin == NULL || origin[0] == '\0') ||
135 (origin[0] != '.' && origin[
86 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
106 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
757 prune_origin(const char *name, const char *origin) argument
825 addname(const u_char *msg, size_t msglen, const u_char **pp, const char *origin, char **buf, size_t *buflen) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.h44 int lzc_clone(const char *fsname, const char *origin, nvlist_t *props);
55 int lzc_receive(const char *snapname, nvlist_t *props, const char *origin,
H A Dlibzfs_core.c233 lzc_clone(const char *fsname, const char *origin, argument
238 fnvlist_add_string(args, "origin", origin);
550 * clone, its origin snapshot must be specified by 'origin'. The 'force'
560 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, argument
602 /* zc_string is name of clone origin (if DRR_FLAG_CLONE) */
603 if (origin != NULL)
604 (void) strlcpy(zc.zc_string, origin, sizeof (zc.zc_string));
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dzone.h132 * \param[in] *origin the zones' origin
138 ldns_status ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl, ldns_rr_class c);
144 * \param[in] *origin the zones' origin
151 ldns_status ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl, ldns_rr_class c, int *line_nr);
H A Drr.h368 * \param[in] origin when the owner is relative add this.
376 uint32_t default_ttl, ldns_rdf *origin,
386 * \param[in] origin when the owner is relative add this.
393 ldns_rdf *origin, ldns_rdf **prev);
401 * \param[in] origin when the owner is relative add this
409 ldns_status ldns_rr_new_frm_fp(ldns_rr **rr, FILE *fp, uint32_t *default_ttl, ldns_rdf **origin, ldns_rdf **prev);
417 * \param[in] origin when the owner is relative add this
426 ldns_status ldns_rr_new_frm_fp_l(ldns_rr **rr, FILE *fp, uint32_t *default_ttl, ldns_rdf **origin, ldns_rdf **prev, int *line_nr);
H A Ddnssec_zone.h365 * \param[in] *origin the zones' origin
372 ldns_rdf* origin, uint32_t ttl, ldns_rr_class c);
378 * \param[in] *origin the zones' origin
386 ldns_rdf* origin, uint32_t ttl, ldns_rr_class c, int* line_nr);
/freebsd-10.0-release/usr.bin/ldd/
H A Dsods.c130 static unsigned long origin; /* What values are relocated relative to */ variable
280 origin = 0;
290 origin = PAGE_SIZE;
291 printf(" Program, origin = %lx\n", origin);
293 printf(" Shared library, origin = %lx\n", origin);
295 printf(" Object file, origin = %lx\n", origin);
361 if (origin <
[all...]
/freebsd-10.0-release/sys/dev/random/
H A Dharvest.c89 random_harvest(void *entropy, u_int count, u_int bits, enum esource origin) argument
92 (*reap_func)(get_cyclecount(), entropy, count, bits, origin);
H A Drandom_harvestq.c283 u_int count, u_int bits, enum esource origin)
287 KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE,
288 ("random_harvest_internal: origin %d invalid\n", origin));
309 event->source = origin;
282 random_harvestq_internal(u_int64_t somecounter, const void *entropy, u_int count, u_int bits, enum esource origin) argument
/freebsd-10.0-release/contrib/ldns/
H A Dzone.c188 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) argument
190 return ldns_zone_new_frm_fp_l(z, fp, origin, ttl, c, NULL);
195 ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, ldns_rdf *origin, uint32_t ttl, argument
216 if (origin) {
217 my_origin = ldns_rdf_clone(origin);
220 my_prev = ldns_rdf_clone(origin);
241 /* set origin to soa if not specified */
257 /* the function set the origin */
H A Drr.c106 uint32_t default_ttl, ldns_rdf *origin,
245 if (origin) {
246 ldns_rr_set_owner(new, ldns_rdf_clone(origin));
267 * origin, else default to root */
270 } else if (origin) {
271 ldns_rr_set_owner(new, ldns_rdf_clone(origin));
289 if (!ldns_dname_str_absolute(owner) && origin) {
291 origin) != LDNS_STATUS_OK) {
535 /* check if the origin should be used or concatenated */
539 if (origin) {
105 ldns_rr_new_frm_str_internal(ldns_rr **newrr, const char *str, uint32_t default_ttl, ldns_rdf *origin, ldns_rdf **prev, bool question) argument
624 ldns_rr_new_frm_str(ldns_rr **newrr, const char *str, uint32_t default_ttl, ldns_rdf *origin, ldns_rdf **prev) argument
637 ldns_rr_new_question_frm_str(ldns_rr **newrr, const char *str, ldns_rdf *origin, ldns_rdf **prev) argument
649 ldns_rr_new_frm_fp(ldns_rr **newrr, FILE *fp, uint32_t *ttl, ldns_rdf **origin, ldns_rdf **prev) argument
655 ldns_rr_new_frm_fp_l(ldns_rr **newrr, FILE *fp, uint32_t *default_ttl, ldns_rdf **origin, ldns_rdf **prev, int *line_nr) argument
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-dvmrp.c172 register u_int32_t mask, origin; local
203 origin = 0;
206 origin = origin << 8 | *bp++;
209 origin <<= 8;
215 printf("\n\t %s metric %d", intoa(htonl(origin)),
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-win.c664 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1;
666 new_height = screenheight - TUI_CMD_WIN->generic.origin.y;
722 second_win->generic.origin.y = first_win->generic.height - 1;
726 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1;
1101 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1;
1160 second_win->generic.origin.y = first_win->generic.height - 1;
1163 TUI_CMD_WIN->generic.origin
[all...]
H A Dtui-wingeneral.c155 win_info->origin.y,
156 win_info->origin.x);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_send.h69 boolean_t force, char *origin, dmu_recv_cookie_t *drc);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h126 CompleteTagDeclWithOrigin (clang::TagDecl *decl, clang::TagDecl *origin);
137 DeclOrigin origin = GetDeclOrigin(decl); local
140 *original_decl = origin.decl;
143 *original_ctx = origin.ctx;
145 return origin.Valid();
/freebsd-10.0-release/contrib/gcc/
H A Dcgraph.c225 node->origin = cgraph_node (DECL_CONTEXT (decl));
226 node->next_nested = node->origin->nested;
227 node->origin->nested = node;
541 if (node->origin)
543 struct cgraph_node **node2 = &node->origin->nested;
719 if (node->origin)
720 fprintf (f, " nested in: %s", cgraph_node_name (node->origin));
1072 new->origin = n->origin;
1073 if (new->origin)
[all...]
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_hints.c284 ldns_rdf* origin = NULL; local
306 &default_ttl, &origin, &prev_rr, &lineno);
370 if (origin)
371 ldns_rdf_deep_free(origin);
387 if (origin)
388 ldns_rdf_deep_free(origin);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder_chain.c49 struct feeder_chain_state origin; /* original state */ member in struct:feeder_chain_desc
678 cdesc.origin.afmt = softfmt;
679 cdesc.origin.matrix = softmatrix;
680 cdesc.origin.rate = c->speed;
685 cdesc.origin.afmt = hwfmt;
686 cdesc.origin.matrix = hwmatrix;
687 cdesc.origin.rate = sndbuf_getspd(c->bufhard);
697 * that 'origin' and 'target' identical, skipping mostly chain
702 cdesc.origin = cdesc.target;
704 cdesc.target = cdesc.origin;
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp116 *this = tem->origin();
309 position object::origin() function in class:object
316 return origin();
321 return origin();
326 return origin();
331 return origin();
336 return origin();
341 return origin();
346 return origin();
351 return origin();
667 position origin() { return cent; } function in class:rectangle_object
1106 position origin() { return en; } function in class:move_object
1206 position origin() { return strt; } function in class:line_object
1518 position origin() { return cent; } function in class:arc_object
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c632 dsl_dataset_create_sync_dd(dsl_dir_t *dd, dsl_dataset_t *origin, argument
641 if (origin == NULL)
642 origin = dp->dp_origin_snap;
644 ASSERT(origin == NULL || origin->ds_dir->dd_pool == dp);
645 ASSERT(origin == NULL || origin->ds_phys->ds_num_children > 0);
668 if (origin == NULL) {
671 dsl_dataset_t *ohds; /* head of the origin snapshot */
673 dsphys->ds_prev_snap_obj = origin
740 dsl_dataset_create_sync(dsl_dir_t *pdd, const char *lastname, dsl_dataset_t *origin, uint64_t flags, cred_t *cr, dmu_tx_t *tx) argument
2497 dsl_dataset_t *origin = clone->ds_prev; local
[all...]
/freebsd-10.0-release/usr.sbin/pkg_install/info/
H A Dperform.c430 * packages have the given origin. Don't use read_plist()
433 * get origin.
436 find_pkgs_by_origin(const char *origin) argument
442 printf("The following installed package(s) has %s origin:\n", origin);
444 matched = matchbyorigin(origin, &errcode);

Completed in 192 milliseconds

1234