HomeSort by relevance Sort by last modified time
    Searched defs:scf_handle (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
uadmin.c 57 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); local
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");
61 (scf_handle == NULL)? NULL :
62 (scf_simple_prop_next_boolean_t)dlsym(scf_handle,
65 (scf_handle == NULL)? NULL :
66 (scf_simple_prop_free_t)dlsym(scf_handle, "scf_simple_prop_free");
76 scf_handle = NULL; /* don't dlclose it */
84 scf_handle = NULL; /* don't dlclose it */
91 scf_handle = NULL; /* don't dlclose it *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/
uadmin.c 73 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); local
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");
77 (scf_handle == NULL)? NULL :
78 (scf_simple_prop_next_boolean_t)dlsym(scf_handle,
81 (scf_handle == NULL)? NULL :
82 (scf_simple_prop_free_t)dlsym(scf_handle, "scf_simple_prop_free");
92 scf_handle = NULL; /* don't dlclose it */
100 scf_handle = NULL; /* don't dlclose it */
107 scf_handle = NULL; /* don't dlclose it *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
uadmin.c 72 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); local
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");
76 (scf_handle == NULL)? NULL :
77 (scf_simple_prop_next_boolean_t)dlsym(scf_handle,
80 (scf_handle == NULL)? NULL :
81 (scf_simple_prop_free_t)dlsym(scf_handle, "scf_simple_prop_free");
91 scf_handle = NULL; /* don't dlclose it */
99 scf_handle = NULL; /* don't dlclose it */
106 scf_handle = NULL; /* don't dlclose it *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libndmp/common/
libndmp_prop.c 67 scf_handle_t *scf_handle; member in struct:ndmp_scfhandle
188 if ((value = scf_value_create(h->scf_handle)) == NULL)
191 if ((prop = scf_property_create(h->scf_handle)) == NULL) {
242 (void) scf_handle_unbind(handle->scf_handle);
243 scf_handle_destroy(handle->scf_handle);
260 if (((handle->scf_handle =
262 (scf_handle_bind(handle->scf_handle) == 0)) {
264 scf_scope_create(handle->scf_handle)) == NULL)
267 if (scf_handle_get_local_scope(handle->scf_handle,
272 scf_service_create(handle->scf_handle)) == NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshare/smbfs/
libshare_smbfs.h 93 scf_handle_t *scf_handle; member in struct:smb_scfhandle
  /onnv/onnv-gate/usr/src/lib/libscf/common/
lowlevel_impl.h 62 struct scf_handle { struct
  /onnv/onnv-gate/usr/src/lib/libshare/common/
libshare.c 3050 scfutilhandle_t *scf_handle; local
3259 scfutilhandle_t *scf_handle; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
libsmb.h 85 scf_handle_t *scf_handle; member in struct:smb_scfhandle

Completed in 4750 milliseconds