Home
last modified time | relevance | path

Searched refs:object (Results 101 – 125 of 408) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.flat.blurb33 If the same function name appears in multiple object
36 object modules listing that follows maps these
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.msg70 object. The si_boundto field will be set to the index of the\n\
86 An integer value that describes the object this symbol is\n\
114 the external object the symbol is bound to. This information\n\
118 ELF object.\n\
130 object. If -needed is is used, si_boundto will be set to the\n\
H A Ddyn.msg59 will be unable to use this object: %s\n"
184 New runpath string for the ELF object.\n"
206 Machine type of link-editor that built the object being edited.\n\
246 Other parts of the ELF object may have dependencies on the\n\
248 deleting dynamic elements can therefore break the object,\n\
264 Other parts of the ELF object may have dependencies on the\n\
266 deleting dynamic elements can therefore break the object,\n\
279 runpath of the ELF object.\n\
426 DT_SUNW_LDMACH dynamic element of the ELF object. This dynamic\n\
428 the object. This is of special interest if the object was built\n\
[all …]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c819 portfop_t *pfp, void *objptr, uintptr_t object) in port_check_timestamp() argument
872 tpfp = port_cache_lookup_fop(pfcp, curproc->p_pid, object); in port_check_timestamp()
1143 pfp->pfop_object = object; in port_pfp_setup()
1147 pkevp->portkev_object = object; in port_pfp_setup()
1277 if (copyin((void *)object, &fobj, sizeof (file_obj_t))) in port_associate_fop()
1351 pfp = port_cache_lookup_fop(pfcp, curproc->p_pid, object); in port_associate_fop()
1372 if (error = port_pfp_setup(&pfp, pp, vp, pfcp, object, in port_associate_fop()
1420 curproc->p_pid, object); in port_associate_fop()
1508 port_check_timestamp(pfcp, vp, dvp, pfp, objptr, object); in port_associate_fop()
1551 port_dissociate_fop(port_t *pp, uintptr_t object) in port_dissociate_fop() argument
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c1102 intfc->object = internals; in dwarf_elf_object_access_init()
1123 if (obj->object) { in dwarf_elf_object_access_finish()
1125 (dwarf_elf_object_access_internals_t *)obj->object; in dwarf_elf_object_access_finish()
1133 free(obj->object); in dwarf_elf_object_access_finish()
1154 if (obj && obj->object) { in dwarf_get_elf()
1156 char typeletter = *(char *)(obj->object); in dwarf_get_elf()
1162 internals = (dwarf_elf_object_access_internals_t*)obj->object; in dwarf_get_elf()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2885 idm_tx_obj_t *object, *next; in idm_sotx_thread() local
2912 list_remove(&so_conn->ic_tx_list, object); in idm_sotx_thread()
2915 switch (object->idm_tx_obj_magic) { in idm_sotx_thread()
2917 idm_pdu_t *pdu = (idm_pdu_t *)object; in idm_sotx_thread()
2919 idm_pdu_t *, (idm_pdu_t *)object); in idm_sotx_thread()
2929 idm_buf_t *idb = (idm_buf_t *)object; in idm_sotx_thread()
2986 while (object != NULL) { in idm_sotx_thread()
2990 switch (object->idm_tx_obj_magic) { in idm_sotx_thread()
2992 idm_pdu_complete((idm_pdu_t *)object, in idm_sotx_thread()
2997 idm_buf_t *idb = (idm_buf_t *)object; in idm_sotx_thread()
[all …]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h221 .type name, #object; \
229 .type name, #object; \
/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c20 static void ast_finalize(GObject *object);
192 ast_finalize (GObject *object) in ast_finalize() argument
199 (* parent_class->finalize) (object); in ast_finalize()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt2340 object type
3717 object.
5742 object
7062 object
7866 object to the Debug object could cause a fault.
9635 object
10731 Enhanced miscellaneous object output for the debug object. Any object can
11326 object.)
11519 object.
12155 object
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dconstants.py26 class ListType(object):
/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/
H A Dexclude.s4 .type foo,@object
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c112 nwamd_object_t object; in test_condition_object_state() local
115 object = nwamd_object_find(object_type, object_name); in test_condition_object_state()
116 if (object == NULL) in test_condition_object_state()
119 state = object->nwamd_object_state; in test_condition_object_state()
120 nwamd_object_release(object); in test_condition_object_state()
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py36 class Property(object):
88 class Dataset(object):
/illumos-gate/usr/src/uts/intel/sys/
H A Dasm_linkage.h250 .type name, @object; \
258 .type name, @object; \
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_disk.c171 ((zjni_Object_t *)list_class_p)->object, in create_SliceDeviceBean_array()
195 (*env)->CallBooleanMethod(env, ((zjni_Object_t *)list)->object, in zjni_create_add_DiskDevice()
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h45 void *object; /* I/O object (normally a stream). */ member
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h45 void *object; /* I/O object (normally a stream). */ member
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk132 produce the work, or an object code interpreter used to run it.
134 The "Corresponding Source" for a work in object code form means all
136 work) run the object code and to modify the work, including scripts to
247 You may convey a covered work in object code form under the terms
252 a) Convey the object code in, or embodied in, a physical product
257 b) Convey the object code in, or embodied in, a physical product
261 model, to give anyone who possesses the object code either (1) a
275 d) Convey the object code by offering access from a designated
289 you inform other peers where the object code and Corresponding
295 included in conveying the object code work.
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dfreelist.h85 void *_del_FreeListNode(FreeList *fl, void *object);
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c3164 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in listFunc() argument
3169 switch (object) { in listFunc()
3200 showFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in showFunc() argument
3205 switch (object) { in showFunc()
3235 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, in modifyFunc() argument
3240 switch (object) { in modifyFunc()
3272 switch (object) { in enableFunc()
3300 switch (object) { in disableFunc()
3328 switch (object) { in failoverFunc()
3352 int object, cmdOptions_t *options, in overrideFunc() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_indirect_births.c120 vdev_indirect_births_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in vdev_indirect_births_free() argument
122 VERIFY0(dmu_object_free(os, object, tx)); in vdev_indirect_births_free()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in37 # file =~ -> $file =~ where $file is `/bin/file /path/to/object`
38 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object`
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c472 if (!xdr_nfslog_nfs_fh3(xdrs, &objp->res_u.ok.object)) in xdr_nfslog_LOOKUP3res()
550 return (xdr_nfslog_nfs_fh3(xdrs, &objp->object)); in xdr_nfslog_ACCESS3args()
562 if (!xdr_nfslog_nfs_fh3(xdrs, &objp->object)) in xdr_nfslog_SETATTR3args()
726 return (xdr_nfslog_diropargs3(xdrs, &objp->object)); in xdr_nfslog_REMOVE3args()
738 return (xdr_nfslog_diropargs3(xdrs, &objp->object)); in xdr_nfslog_RMDIR3args()
882 return (xdr_nfslog_nfs_fh3(xdrs, &objp->object)); in xdr_nfslog_PATHCONF3args()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlot.h60 struct object *sl_tobj_list; /* token object list */
/illumos-gate/usr/src/cmd/tic/
H A Dreq.flg32 echo_file usr/src/lib/libcurses/screen/object.h

12345678910>>...17