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

1234567891011>>

/freebsd-9.3-release/contrib/ipfilter/l4check/
H A Dl4check.c109 ipfobj_t obj; local
111 bzero(&obj, sizeof(obj));
112 obj.ipfo_rev = IPFILTER_VERSION;
113 obj.ipfo_size = sizeof(*ipn);
114 obj.ipfo_ptr = ipn;
116 if (ioctl(natfd, SIOCADNAT, &obj) == -1)
131 ipfobj_t obj; local
133 bzero(&obj, sizeof(obj));
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmisc.c419 ComposeObj *obj = NULL, *first; local
431 layout[n].obj = NewStringObj(win, layout[n].prompt, layout[n].var,
433 ((StringObj *)layout[n].obj)->attr_mask = ATTR_OF_OBJ(layout[n].type);
437 layout[n].obj = NewButtonObj(win, layout[n].prompt, layout[n].var, layout[n].y + y, layout[n].x + x);
443 AddObj(&obj, t, (void *) layout[n].obj);
448 for (first = obj; first->prev; first = first->prev);
453 layoutDialogLoop(WINDOW *win, Layout *layout, ComposeObj **obj, int *n, int max, int *cbutton, int *cancel) argument
467 ret = PollObj(obj);
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_trs.c287 ASN1_OBJECT *obj; local
295 obj = sk_ASN1_OBJECT_value(ax->reject, i);
296 if (OBJ_obj2nid(obj) == id)
302 obj = sk_ASN1_OBJECT_value(ax->trust, i);
303 if (OBJ_obj2nid(obj) == id)
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ipfilter/tools/
H A Dippool.c794 ipfobj_t obj; local
796 obj.ipfo_rev = IPFILTER_VERSION;
797 obj.ipfo_type = IPFOBJ_LOOKUPITER;
798 obj.ipfo_size = sizeof(iter);
799 obj.ipfo_ptr = &iter;
810 if (ioctl(fd, SIOCLOOKUPITER, &obj)) {
828 ipfobj_t obj; local
830 obj.ipfo_rev = IPFILTER_VERSION;
831 obj.ipfo_type = IPFOBJ_LOOKUPITER;
832 obj
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.crunchgen.mk42 CANONICALOBJDIR:= /usr/obj${.CURDIR}
122 MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} obj; \
130 cleandepend cleandir obj objlink:
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacoutput.h219 #define ACPI_DEBUG_OBJECT(obj,l,i) AcpiExDoDebugObject(obj,l,i)
229 #define ACPI_DEBUG_OBJECT(obj,l,i)
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/usr.bin/ncplist/
H A Dncplist.c155 struct ncp_bindery_object obj; local
164 obj.object_id = 0xffffffff;
166 while (ncp_scan_bindery_object(connid, obj.object_id, NCP_BINDERY_FSERVER,
167 pattern, &obj) == 0) {
172 printf("%-48s", obj.object_name);
175 obj.object_name, 1, "NET_ADDRESS",
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dp5_pbev2.c99 ASN1_OBJECT *obj;
107 obj = OBJ_nid2obj(alg_nid);
115 scheme->algorithm = obj;
/freebsd-9.3-release/contrib/cvs/
H A Dcompile73 *.o | *.obj)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dfbsd-proc.c58 unsigned long obj; local
67 &resident, &privateresident, &obj, protection);
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dcompile73 *.o | *.obj)
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dcompile73 *.o | *.obj)
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dcompile73 *.o | *.obj)
/freebsd-9.3-release/crypto/heimdal/
H A Dcompile73 *.o | *.obj)
/freebsd-9.3-release/include/rpcsvc/
H A Dnis.x434 %#define ENTRY_VAL(obj, col) \
435 (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val
436 %#define ENTRY_LEN(obj, col) \
437 (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len
/freebsd-9.3-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
/freebsd-9.3-release/release/arm/
H A Drelease.sh99 WITH_GCC=1 ${WORLD_FLAGS} -j1 obj depend all install
126 cp -p ${CHROOTDIR}/usr/obj/*.img ${CHROOTDIR}/R/
/freebsd-9.3-release/release/scripts/
H A Dmm-mtree.sh117 od=${TEMPROOT}/usr/obj
135 find ${TEMPROOT}/usr/obj -type f -delete 2>/dev/null
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_dev.c251 if (on && (vcp->obj.co_flags & SMBV_PERMANENT) == 0) {
252 vcp->obj.co_flags |= SMBV_PERMANENT;
254 } else if (!on && (vcp->obj.co_flags & SMBV_PERMANENT)) {
255 vcp->obj.co_flags &= ~SMBV_PERMANENT;
269 if (on && (ssp->obj.co_flags & SMBS_PERMANENT) == 0) {
270 ssp->obj.co_flags |= SMBS_PERMANENT;
272 } else if (!on && (ssp->obj.co_flags & SMBS_PERMANENT)) {
273 ssp->obj.co_flags &= ~SMBS_PERMANENT;

Completed in 270 milliseconds

1234567891011>>