Searched refs:dld (Results 1 - 17 of 17) sorted by relevance
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_pragma.c | 210 dt_lib_depend_t *dld; local 232 dld = dt_lib_depend_lookup(&dtp->dt_lib_dep, 234 assert(dld != NULL); 237 dld->dtld_libpath, nnp->dn_string); 238 if ((dt_lib_depend_add(dtp, &dld->dtld_dependencies, 255 dld = dt_lib_depend_lookup(&dtp->dt_lib_dep, 257 assert(dld != NULL); 260 dld->dtld_libpath, nnp->dn_string); 261 dld = dt_lib_depend_lookup(&dtp->dt_lib_dep_sorted, 263 assert(dld ! [all...] |
H A D | dt_cc.c | 1724 dt_lib_depend_t *dld; local 1732 if ((dld = dt_zalloc(dtp, sizeof (dt_lib_depend_t))) == NULL) 1735 if ((dld->dtld_libpath = dt_alloc(dtp, MAXPATHLEN)) == NULL) { 1736 dt_free(dtp, dld); 1740 (void) strlcpy(dld->dtld_libpath, arg, end - arg + 2); 1741 if ((dld->dtld_library = strdup(arg)) == NULL) { 1742 dt_free(dtp, dld->dtld_libpath); 1743 dt_free(dtp, dld); 1747 dt_list_append(dlp, dld); 1752 dt_lib_depend_lookup(dt_list_t *dld, cons argument 1774 dt_lib_depend_t *dld, *dpld; local 1803 dt_topo_sort(dtrace_hdl_t *dtp, dt_lib_depend_t *dld, int *count) argument 1841 dt_lib_depend_t *dld, *dpld, *dlda; local 1888 dt_lib_depend_t *dld, *dlda; local 1937 dt_lib_depend_t *dld; local [all...] |
/osnet-11/usr/src/lib/libast/common/features/ |
H A D | libpath.sh | 58 elif test -x /lib/dld.sl
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlflow.h | 35 #include <sys/dld.h>
|
H A D | libdladm.h | 29 #include <sys/dld.h> 258 * retrieve the dld file descriptor from handle, only libdladm and
|
H A D | libdllink.h | 37 #include <sys/dld.h>
|
H A D | flowprop.c | 31 #include <sys/dld.h>
|
H A D | libdlib.c | 39 #include <sys/dld.h>
|
H A D | propfuncs.c | 31 #include <sys/dld.h>
|
H A D | secobj.c | 33 #include <sys/dld.h>
|
H A D | libdladm.c | 36 #include <sys/dld.h>
|
H A D | libdllink.c | 33 #include <sys/dld.h>
|
H A D | libdlvnic.c | 38 #include <sys/dld.h>
|
H A D | libdlaggr.c | 39 #include <sys/dld.h>
|
H A D | libdlstat.c | 35 #include <sys/dld.h>
|
H A D | linkprop.c | 33 #include <sys/dld.h> 57 #include <sys/dld.h>
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_persist.c | 77 #include <sys/dld.h>
|
Completed in 104 milliseconds