Searched defs:scf_simple_prop_free (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duadmin.c43 * scf_simple_prop_free
64 scf_simple_prop_free_t scf_simple_prop_free = local
66 (scf_simple_prop_free_t)dlsym(scf_handle, "scf_simple_prop_free");
86 if (scf_simple_prop_free == NULL)
90 real_scf_simple_prop_free = scf_simple_prop_free;
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c59 * scf_simple_prop_free
80 scf_simple_prop_free_t scf_simple_prop_free = local
82 (scf_simple_prop_free_t)dlsym(scf_handle, "scf_simple_prop_free");
102 if (scf_simple_prop_free == NULL)
106 real_scf_simple_prop_free = scf_simple_prop_free;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c58 * scf_simple_prop_free
79 scf_simple_prop_free_t scf_simple_prop_free = local
81 (scf_simple_prop_free_t)dlsym(scf_handle, "scf_simple_prop_free");
101 if (scf_simple_prop_free == NULL)
105 real_scf_simple_prop_free = scf_simple_prop_free;
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c393 scf_simple_prop_free(thisprop);
1237 scf_simple_prop_free(prop);
1242 scf_simple_prop_free(prop);
1245 scf_simple_prop_free(prop);
1263 scf_simple_prop_free(prop);
1275 scf_simple_prop_free(prop);
1291 scf_simple_prop_free(prop);
1298 scf_simple_prop_free(prop);
1746 scf_simple_prop_free(scf_simple_prop_t *prop) function
2151 scf_simple_prop_free(propthi
[all...]
/illumos-gate/usr/src/man/man3scf/
H A DMakefile133 scf_simple_prop_free.3scf \
348 scf_simple_prop_free.3scf := LINKSRC = scf_simple_prop_get.3scf

Completed in 80 milliseconds