HomeSort by relevance Sort by last modified time
    Searched refs:scf_handle (Results 1 - 11 of 11) 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/smbsrv/libsmb/common/
smb_scfutil.c 80 scf_pg_create(handle->scf_handle)) == NULL)
129 scf_transaction_create(handle->scf_handle);
197 value = scf_value_create(handle->scf_handle);
198 entry = scf_entry_create(handle->scf_handle);
257 value = scf_value_create(handle->scf_handle);
258 prop = scf_property_create(handle->scf_handle);
298 value = scf_value_create(handle->scf_handle);
299 entry = scf_entry_create(handle->scf_handle);
351 value = scf_value_create(handle->scf_handle);
352 prop = scf_property_create(handle->scf_handle);
    [all...]
libsmb.h 85 scf_handle_t *scf_handle; member in struct:smb_scfhandle
  /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/
smbfs_scfutil.c 98 if (handle->scf_handle != NULL) {
101 (void) scf_handle_unbind(handle->scf_handle);
102 scf_handle_destroy(handle->scf_handle);
103 handle->scf_handle = NULL;
122 handle->scf_instance = scf_instance_create(handle->scf_handle);
157 handle->scf_instance = scf_instance_create(handle->scf_handle);
187 handle->scf_instance = scf_instance_create(handle->scf_handle);
217 handle->scf_handle = scf_handle_create(SCF_VERSION);
218 if (handle->scf_handle != NULL) {
219 if (scf_handle_bind(handle->scf_handle) == 0)
    [all...]
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/libscf/inc/
libscf.h 44 typedef struct scf_handle scf_handle_t;

Completed in 558 milliseconds