Searched refs:obj (Results 201 - 225 of 705) sorted by relevance

1234567891011>>

/freebsd-10.1-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-10.1-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp88 OwningPtr<ObjectImage> obj(createObjectImage(InputBuffer));
89 if (!obj)
93 Arch = (Triple::ArchType)obj->getArch();
94 IsTargetLittleEndian = obj->getObjectFile()->isLittleEndian();
109 for (symbol_iterator i = obj->begin_symbols(), e = obj->end_symbols();
136 section_iterator si = obj->end_sections();
139 if (si == obj->end_sections()) continue;
146 unsigned SectionID = findOrEmitSection(*obj, *si, IsCode, LocalSections);
160 emitCommonSymbols(*obj, CommonSymbol
[all...]
/freebsd-10.1-release/lib/libc/db/mpool/
H A Dmpool.libtp603 bf_assign_buf ( ndx, obj, flags, len )
605 OBJ_T *obj;
612 assert ( obj->file_id < NUM_FILE_ENTRIES );
617 OBJ_ASSIGN ( (*obj), bhp->id );
633 fd = bf_fid_to_fd(obj->file_id);
635 error_log1 ("Invalid fid %d\n", obj->file_id);
639 if ( obj->obj_id >= buf_fids[obj->file_id].npages) {
640 buf_fids[obj->file_id].npages = obj
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c164 process_error_log(spa_t *spa, uint64_t obj, void *addr, size_t *count) argument
170 if (obj == 0)
173 for (zap_cursor_init(&zc, spa->spa_meta_objset, obj);
302 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx) argument
310 if (*obj == 0)
311 *obj = zap_create(spa->spa_meta_objset,
322 *obj, buf, 1, strlen(name) + 1, name, tx);
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_conn.h230 struct smb_connobj obj; member in struct:smb_vc
275 #define vc_flags obj.co_flags
294 struct smb_connobj obj; member in struct:smb_share
306 #define ss_flags obj.co_flags
309 #define VCTOCP(vcp) (&(vcp)->obj)
311 #define SSTOVC(ssp) CPTOVC(((ssp)->obj.co_parent))
312 #define SSTOCP(ssp) (&(ssp)->obj)
/freebsd-10.1-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1065 struct snmp_object obj; local
1072 memset(&obj, 0, sizeof(struct snmp_object));
1074 if ((endptr = snmp_parse_suboid(str, &(obj.val.var))) == NULL)
1076 if (snmp_suboid_append(oid, (asn_subid_t) obj.val.var.len) < 0)
1081 if (snmp_lookup_enumoid(snmptoolctx, &obj, string) < 0) {
1088 asn_append_oid(oid, &(obj.val.var));
1359 struct snmp_object *obj; local
1370 if ((obj = malloc(sizeof(struct snmp_object))) == NULL) {
1375 memset(obj, 0, sizeof(struct snmp_object));
1376 if (func(snmptoolctx, obj, strin
1470 struct snmp_object *obj; local
1512 struct snmp_object *obj; local
1696 struct snmp_object obj; local
1868 snmp_fill_object(struct snmp_toolinfo *snmptoolctx, struct snmp_object *obj, struct snmp_value *val) argument
[all...]
/freebsd-10.1-release/tools/tools/shlib-compat/
H A Dshlib-compat.py132 def put(self, id, obj):
134 if self.items.has_key(id) and obj is not self.items[id]:
136 # (id, self.items[id], obj))
138 (id, self.items[id], obj))
139 self.items[id] = obj
141 def replace(self, id, obj):
144 self.items[id] = obj
158 def run_nested(self, obj):
159 ex = obj._pp_ex(self)
162 def run(self, obj)
[all...]
/freebsd-10.1-release/contrib/dialog/
H A Dcalendar.c550 BOX *obj = (state == sDAY ? &dy_box local
556 if (obj != 0)
557 dlg_set_focus(dialog, obj->window);
611 obj = &dy_box;
618 if (obj != 0) {
620 step = next_or_previous(key, (obj == &dy_box));
625 if (obj == &dy_box) {
627 } else if (obj == &mn_box) {
634 } else if (obj == &yr_box) {
645 if (obj !
[all...]
/freebsd-10.1-release/usr.sbin/crunch/examples/
H A Dreally-big.conf127 # libs /usr/src/gnu/usr.bin/rcs/lib/obj/librcs.a
132 # libs /usr/src/gnu/usr.bin/gdb/bfd/obj/libbfd.a
133 # libs /usr/src/gnu/usr.bin/gdb/readline/obj/libreadline.a
134 # libs /usr/src/gnu/usr.bin/gdb/libiberty/obj/libiberty.a
142 # libs /usr/src/gnu/usr.bin/groff/libgroff/obj/libgroff.a
143 # libs /usr/src/gnu/usr.bin/groff/libbib/obj/libbib.a
144 # libs /usr/src/gnu/usr.bin/groff/libdriver/obj/libdriver.a
152 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_trs.c289 ASN1_OBJECT *obj; local
297 obj = sk_ASN1_OBJECT_value(ax->reject, i);
298 if (OBJ_obj2nid(obj) == id)
304 obj = sk_ASN1_OBJECT_value(ax->trust, i);
305 if (OBJ_obj2nid(obj) == id)
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dpic.y75 object *obj;
261 %type <obj> nth_primitive
328 p->obj = 0;
575 $$.obj = $1->make_object(&current_position,
577 if ($$.obj == 0)
580 if ($$.obj)
581 olist.append($$.obj);
595 $$.obj = 0;
625 $$.obj = 0;
1237 $$.obj
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dpex-win32.c119 pex_win32_open_read (struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name,
128 pex_win32_open_write (struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name,
142 pex_win32_close (struct pex_obj *obj ATTRIBUTE_UNUSED, int fd)
699 pex_win32_exec_child (struct pex_obj *obj ATTRIBUTE_UNUSED, int flags,
794 obj->funcs->close (obj, out);
796 obj->funcs->close (obj, errdes);
810 pex_win32_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, long pid,
849 pex_win32_pipe (struct pex_obj *obj ATTRIBUTE_UNUSE
[all...]
/freebsd-10.1-release/share/mk/
H A Dbsd.crunchgen.mk44 CANONICALOBJDIR:= /usr/obj${.CURDIR}
127 MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} obj; \
135 cleandepend cleandir obj objlink:
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h11 struct drm_i915_gem_object *obj; member in struct:intel_hw_status_page
44 struct drm_i915_gem_object *obj; member in struct:intel_ring_buffer
140 return ring->obj != NULL;
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h91 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj);
92 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj);
93 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle);
/freebsd-10.1-release/sys/sys/
H A Dkobj.h203 void kobj_init(kobj_t obj, kobj_class_t cls);
204 void kobj_init_static(kobj_t obj, kobj_class_t cls);
209 void kobj_delete(kobj_t obj, struct malloc_type *mtype);
/freebsd-10.1-release/contrib/ntp/tests/ntpd/
H A DMakefile.in902 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
999 .c.obj:
1020 test_leapsec-leapsec.obj: leapsec.c
1021 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-leapsec.obj -MD -MP -MF $(DEPDIR)/test_leapsec-leapsec.Tpo -c -o test_leapsec-leapsec.obj `if test -f 'leapsec.c'; then $(CYGPATH_W) 'leapsec.c'; else $(CYGPATH_W) '$(srcdir)/leapsec.c'; fi`
1023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='leapsec.c' object='test_leapsec-leapsec.obj' libtool=no @AMDEPBACKSLASH@
1025 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-leapsec.obj `if test -f 'leapsec.c'; then $(CYGPATH_W) 'leapsec.c'; else $(CYGPATH_W) '$(srcdir)/leapsec.c'; fi`
1034 test_leapsec-run-leapsec.obj: run-leapsec.c
1035 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-run-leapsec.obj -MD -MP -MF $(DEPDIR)/test_leapsec-run-leapsec.Tpo -c -o test_leapsec-run-leapsec.obj `i
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dfbsd-proc.c58 unsigned long obj; local
67 &resident, &privateresident, &obj, protection);
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dippool.c929 ipfobj_t obj; local
931 obj.ipfo_rev = IPFILTER_VERSION;
932 obj.ipfo_type = IPFOBJ_LOOKUPITER;
933 obj.ipfo_size = sizeof(iter);
934 obj.ipfo_ptr = &iter;
947 if (ioctl(fd, SIOCLOOKUPITER, &obj)) {
968 ipfobj_t obj; local
970 obj.ipfo_rev = IPFILTER_VERSION;
971 obj.ipfo_type = IPFOBJ_LOOKUPITER;
972 obj
1004 ipfobj_t obj; local
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dcompile73 *.o | *.obj)
/freebsd-10.1-release/contrib/ofed/libibcm/config/
H A Dcompile73 *.o | *.obj)
/freebsd-10.1-release/contrib/ofed/librdmacm/config/
H A Dcompile73 *.o | *.obj)
/freebsd-10.1-release/crypto/heimdal/
H A Dcompile73 *.o | *.obj)
/freebsd-10.1-release/include/rpcsvc/
H A Dnis.x435 %#define ENTRY_VAL(obj, col) \
436 (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val
437 %#define ENTRY_LEN(obj, col) \
438 (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len
/freebsd-10.1-release/libexec/rtld-elf/i386/
H A Drtld_start.S62 * order, they are (1) "obj", a pointer to the calling object's Obj_Entry,
79 pushl 20(%esp) # Copy obj argument
85 movl %eax,20(%esp) # Store target over obj argument

Completed in 410 milliseconds

1234567891011>>