Searched refs:obj (Results 1 - 25 of 681) sorted by path

1234567891011>>

/freebsd-9.3-release/
H A DMakefile49 # If you want to build your system from source be sure that /usr/obj has
102 obj objlink regress rerelease showconfig tags toolchain update \
122 MAKEOBJDIRPREFIX?= /usr/obj
190 # created by bsd.obj.mk, except that we don't want to .include that file
204 .if ${.CURDIR} == ${.OBJDIR} || ${.CURDIR}/obj == ${.OBJDIR}
303 PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \
328 ${MMAKE} obj && \
H A DMakefile.inc114 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel
39 # obj depend all install clean cleandepend cleanobj
123 MAKEOBJDIRPREFIX?= /usr/obj
476 ${_+_}cd ${.CURDIR}; ${WMAKE} par-obj
533 .for _t in obj depend all
539 .for _t in obj includes
554 cd ${.CURDIR}/${_dir}; ${LIB32WMAKE} DIRPRFX=${_dir}/ obj
564 .for _t in obj depend all
813 # If you have a build server, you can NFS mount the source and obj directories
943 cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} obj
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_stat.d100 tcl*:::obj-create
105 tcl*:::obj-free
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_stat.d100 tcl*:::obj-create
105 tcl*:::obj-free
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java567 checkEquality(Object obj, Object newobj) argument
572 Method eq = obj.getClass().getDeclaredMethod("equals",
574 Boolean ret = (Boolean) eq.invoke(obj, newobj);
577 obj.getClass().getName());
592 Object obj = null;
596 obj = method.invoke(null);
603 String serialized = getString(obj);
607 out.writeObject(obj);
620 checkEquality(obj, newobj);
627 Object obj
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1301 dump_bptree(objset_t *os, uint64_t obj, char *name) argument
1310 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db));
1322 (void) bptree_iterate(os, obj, B_FALSE, dump_bptree_cb, NULL, NULL);
1430 (void) printf("mintxg %llu -> obj %llu\n",
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c220 dump_obj(objset_t *os, uint64_t obj, const char *name) argument
227 for (zap_cursor_init(&zc, os, obj);
237 VERIFY(zap_lookup(os, obj, za.za_name,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3966 uint64_t dsobj, obj; local
3972 &obj) == 0);
3973 zpool_obj_to_path(zhp, dsobj, obj, pathname, len);
/freebsd-9.3-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c808 #define AVL_REINSERT(tree, obj) \
809 avl_remove((tree), (obj)); \
810 avl_add((tree), (obj))
813 avl_update_lt(avl_tree_t *t, void *obj) argument
817 ASSERT(((neighbor = AVL_NEXT(t, obj)) == NULL) ||
818 (t->avl_compar(obj, neighbor) <= 0));
820 neighbor = AVL_PREV(t, obj);
821 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) {
822 AVL_REINSERT(t, obj);
830 avl_update_gt(avl_tree_t *t, void *obj) argument
847 avl_update(avl_tree_t *t, void *obj) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1104 process_obj(dtrace_hdl_t *dtp, const char *obj, int *eprobesp) argument
1128 if ((fd = open64(obj, O_RDWR)) == -1) {
1130 "failed to open %s: %s", obj, strerror(errno)));
1135 "failed to process %s: %s", obj, elf_errmsg(elf_errno())));
1144 obj));
1147 "invalid file type: %s", obj));
1152 obj));
1188 "incorrect ELF class for object file: %s", obj));
1193 "incorrect ELF machine type for object file: %s", obj));
1201 if ((objkey = ftok(obj,
[all...]
H A Ddt_parser.c200 const char *p, *q, *end, *obj; local
236 obj = DTRACE_OBJ_CDEFS;
238 obj = DTRACE_OBJ_EVERY;
240 return (dtrace_lookup_by_type(dtp, obj, s, tip));
H A Ddt_pid.c70 dt_pid_objname(char *buf, size_t len, Lmid_t lmid, const char *obj) argument
74 (void) strncpy(buf, obj, len);
76 (void) snprintf(buf, len, "LM%lx`%s", lmid, obj);
78 (void) strncpy(buf, obj, len);
257 dt_pid_per_mod(void *arg, const prmap_t *pmp, const char *obj) argument
265 if (obj == NULL)
273 if ((pp->dpp_obj = strrchr(obj, '/')) == NULL)
274 pp->dpp_obj = obj;
278 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret1", &sym,
284 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, "
394 dt_pid_mod_filt(void *arg, const prmap_t *pmp, const char *obj) argument
437 const char *obj; local
544 char *obj; local
[all...]
H A Ddt_subr.c949 char *obj; local
964 obj = dt_basename(objname);
967 (void) snprintf(c, sizeof (c), "%s`%s+0x%llx", obj,
970 (void) snprintf(c, sizeof (c), "%s`%s", obj, name);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c88 get_stats_for_obj(differ_info_t *di, const char *dsname, uint64_t obj, argument
95 zc.zc_obj = obj;
119 "object %lld in %s"), obj, dsname);
H A Dlibzfs_pool.c3815 zpool_obj_to_path(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj, argument
3825 (void) snprintf(pathname, len, "<metadata>:<0x%llx>", obj);
3836 dsobj, obj);
3846 zc.zc_obj = obj;
3857 (void) snprintf(pathname, len, "%s:<0x%llx>", dsname, obj);
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkconf.c77 directory_callback(const char *clausename, const cfg_obj_t *obj, void *arg) { argument
89 directory = cfg_obj_asstring(obj);
92 cfg_obj_log(obj, logc, ISC_LOG_ERROR,
102 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
107 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
113 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument
129 *obj = checknames;
139 *obj = cfg_tuple_get(value, "mode");
146 config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
152 if (cfg_map_get(maps[i], name, obj)
198 const cfg_obj_t *obj = NULL; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c283 ns_config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
289 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
296 const cfg_obj_t **obj)
314 *obj = checknames;
324 *obj = cfg_tuple_get(value, "mode");
295 ns_checknames_get(const cfg_obj_t **maps, const char *which, const cfg_obj_t **obj) argument
H A Dcontrolconf.c655 const cfg_obj_t *obj; local
661 obj = cfg_listelt_value(element);
662 str = cfg_obj_asstring(cfg_map_getname(obj));
668 obj = cfg_listelt_value(element);
669 *objp = obj;
680 const cfg_obj_t *obj; local
687 obj = cfg_listelt_value(element);
688 str = cfg_obj_asstring(obj);
1239 const cfg_obj_t *obj; local
1249 obj
[all...]
H A Dlwresd.c295 const cfg_obj_t *obj, *viewobj, *searchobj; local
311 obj = NULL;
312 (void)cfg_map_get(lwres, "ndots", &obj);
313 if (obj != NULL)
314 lwresd->ndots = cfg_obj_asuint32(obj);
326 obj = cfg_tuple_get(viewobj, "class");
327 result = ns_config_getclass(obj, dns_rdataclass_in, &vclass);
H A Dserver.c493 const cfg_obj_t *obj = NULL; local
514 (void)ns_config_get(maps, confname, &obj);
515 if (obj == NULL)
522 obj = cfg_tuple_get(obj, conftuplename);
523 if (cfg_obj_isvoid(obj))
533 for (element = cfg_list_first(obj);
764 const cfg_obj_t *obj = NULL; local
887 obj = NULL;
888 (void)ns_config_get(maps, "managed-keys-directory", &obj);
909 const cfg_obj_t *obj; local
950 const cfg_obj_t *obj = NULL; local
1054 const cfg_obj_t *obj; local
1118 const cfg_obj_t *obj; local
1532 configure_rpz_name(dns_view_t *view, const cfg_obj_t *obj, dns_name_t *name, const char *str, const char *msg) argument
1545 configure_rpz_name2(dns_view_t *view, const cfg_obj_t *obj, dns_name_t *name, const char *str, const dns_name_t *origin) argument
1562 const cfg_obj_t *rpz_obj, *obj; local
1678 const cfg_obj_t *obj; local
1887 const cfg_obj_t *obj; local
2075 const cfg_obj_t *obj; local
4186 const cfg_obj_t *obj = NULL; local
4199 directory_callback(const char *clausename, const cfg_obj_t *obj, void *arg) argument
4462 setoptstring(ns_server_t *server, char **field, const cfg_obj_t *obj) argument
4474 const cfg_obj_t *obj = NULL; local
4522 const cfg_obj_t *obj = cfg_listelt_value(element); local
4694 const cfg_obj_t *obj; local
4889 const cfg_obj_t *obj; local
8196 const cfg_obj_t *obj = NULL; local
[all...]
H A Dstatschannel.c1817 const cfg_obj_t *obj; local
1822 obj = cfg_tuple_get(listen_params, "address");
1823 addr = *cfg_obj_assockaddr(obj);
H A Dtkeyconf.c64 const cfg_obj_t *obj; local
71 obj = NULL;
72 result = cfg_map_get(options, "tkey-dhkey", &obj);
74 s = cfg_obj_asstring(cfg_tuple_get(obj, "name"));
75 n = cfg_obj_asuint32(cfg_tuple_get(obj, "keyid"));
86 obj = NULL;
87 result = cfg_map_get(options, "tkey-domain", &obj);
89 s = cfg_obj_asstring(obj);
104 obj = NULL;
105 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
[all...]
H A Dzoneconf.c522 const cfg_obj_t *obj; local
528 obj = cfg_listelt_value(element);
529 str = cfg_obj_asstring(obj);
575 const cfg_obj_t *obj; local
612 obj = NULL;
613 result = cfg_map_get(zconfig, "server-addresses", &obj);
615 INSIST(obj != NULL);
616 result = configure_staticstub_serveraddrs(obj, zone,
624 obj = NULL;
625 result = cfg_map_get(zconfig, "server-names", &obj);
721 const cfg_obj_t *obj = NULL; local
804 const cfg_obj_t *obj; local
1656 const cfg_obj_t *obj = NULL; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dconfig.h34 ns_config_get(const cfg_obj_t **maps, const char* name, const cfg_obj_t **obj);
38 const cfg_obj_t **obj);
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.c633 const cfg_obj_t *obj; local
635 obj = cfg_tuple_get(address, "name");
636 name = cfg_obj_asstring(obj);
637 obj = cfg_tuple_get(address, "port");
638 if (cfg_obj_isuint32(obj)) {
639 myport = cfg_obj_asuint32(obj);

Completed in 313 milliseconds

1234567891011>>