Searched refs:scf_simple_prop_get_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duadmin.c45 typedef scf_simple_prop_t *(*scf_simple_prop_get_t)(scf_handle_t *, typedef
47 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL;
58 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL :
59 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
73 real_scf_simple_prop_get = (scf_simple_prop_get_t)(-1);
114 if (real_scf_simple_prop_get == (scf_simple_prop_get_t)(-1) ||
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c61 typedef scf_simple_prop_t *(*scf_simple_prop_get_t)(scf_handle_t *, typedef
63 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL;
74 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL :
75 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
89 real_scf_simple_prop_get = (scf_simple_prop_get_t)(-1);
130 if (real_scf_simple_prop_get == (scf_simple_prop_get_t)(-1) ||
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c60 typedef scf_simple_prop_t *(*scf_simple_prop_get_t)(scf_handle_t *, typedef
62 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL;
73 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL :
74 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
88 real_scf_simple_prop_get = (scf_simple_prop_get_t)(-1);
129 if (real_scf_simple_prop_get == (scf_simple_prop_get_t)(-1) ||

Completed in 44 milliseconds