Searched defs:handle (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c351 * - Public Key with handle:
352 * The handle is type converted and returned. Validity of the handle is
431 PKCS_VerifyData(KMF_HANDLE_T handle, argument
439 KMF_HANDLE *kmfh = (KMF_HANDLE *)handle;
481 /* Get handle for the digest operation */
487 rv = PKCS_DigestData(handle, hashSession,
799 PKCS_DigestData(KMF_HANDLE_T handle, argument
808 KMF_HANDLE *kmfh = (KMF_HANDLE *)handle;
H A Dpolicy.c932 * Set the policy record in the handle. This searches
938 kmf_set_policy(KMF_HANDLE_T handle, char *policyfile, char *policyname) argument
943 CLEAR_ERROR(handle, ret);
964 if (handle->policy != NULL) {
965 kmf_free_policy_record(handle->policy);
966 free(handle->policy);
969 handle->policy = newpolicy;
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c65 /* NDMP scf handle structure */
376 ndmp_scfhandle_t *handle = NULL; local
384 if ((handle = ndmp_smf_scf_init(NDMP_GROUP_FMRI_PREFIX)) == NULL) {
388 if (ndmp_smf_get_pg_name(handle, prop, &pgname)) {
393 if (ndmp_smf_create_service_pgroup(handle, pgname)) {
394 ndmp_smf_scf_fini(handle);
398 if (ndmp_smf_get_property(handle, prop, lval, NDMP_PROP_LEN) != 0) {
399 ndmp_smf_scf_fini(handle);
405 ndmp_smf_scf_fini(handle);
412 ndmp_scfhandle_t *handle local
499 ndmp_config_saveenv(ndmp_scfhandle_t *handle) argument
515 ndmp_smf_scf_fini(ndmp_scfhandle_t *handle) argument
535 ndmp_scfhandle_t *handle; local
584 ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *handle, char *pgroup) argument
632 ndmp_smf_start_transaction(ndmp_scfhandle_t *handle) argument
666 ndmp_smf_end_transaction(ndmp_scfhandle_t *handle) argument
684 ndmp_smf_delete_property(ndmp_scfhandle_t *handle, char *propname) argument
716 ndmp_smf_set_property(ndmp_scfhandle_t *handle, char *propname, char *valstr) argument
803 ndmp_smf_get_property(ndmp_scfhandle_t *handle, char *propname, char *valstr, size_t sz) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c290 * This routine will return a client handle that is connected to the
303 * If tp is NULL, use default timeout to get a client handle.
332 * case where a client handle is created
333 * without a targaddr and the handle is
437 * This routine will return a client handle that is connected to the local
685 * returns the client handle that it uses to contact the remote rpcbind.
697 * handle for COTS cases and hence in these cases we do not return the
698 * client handle. This code will change if t_connect() ever
742 void *handle; local
744 if ((handle
866 void *handle; local
1207 void *handle; local
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c300 * The mlsvc_handle_t is a wrapper that is used to associate an RPC handle
301 * with the client context for an instance of the interface. The handle
302 * is zeroed to ensure that it doesn't look like a valid handle -
303 * handle content is provided by the remove service.
305 * The client points to this top-level handle so that we know when to
306 * unbind and teardown the connection. As each handle is initialized it
315 ndr_rpc_bind(mlsvc_handle_t *handle, char *server, char *domain, argument
330 if (handle == NULL || server == NULL || domain == NULL)
441 clnt->handle = &handle
564 ndr_rpc_unbind(mlsvc_handle_t *handle) argument
588 ndr_rpc_call(mlsvc_handle_t *handle, int opnum, void *params) argument
642 ndr_rpc_derive_nbhandle(mlsvc_handle_t *handle, const char *server) argument
657 ndr_rpc_set_nonull(mlsvc_handle_t *handle) argument
666 ndr_rpc_server_info(mlsvc_handle_t *handle) argument
675 ndr_rpc_server_os(mlsvc_handle_t *handle) argument
695 ndr_rpc_get_ssnkey(mlsvc_handle_t *handle, unsigned char *ssn_key, size_t len) argument
709 ndr_rpc_malloc(mlsvc_handle_t *handle, size_t size) argument
720 ndr_rpc_get_heap(mlsvc_handle_t *handle) argument
737 ndr_rpc_release(mlsvc_handle_t *handle) argument
754 ndr_is_null_handle(mlsvc_handle_t *handle) argument
772 ndr_is_bind_handle(mlsvc_handle_t *handle) argument
788 ndr_rpc_status(mlsvc_handle_t *handle, int opnum, DWORD status) argument
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c329 record(void* handle, const char* s, size_t len) argument
331 record_handle *r_x = (record_handle *)handle;
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c81 * environment. In particular, it is designed to handle the following
317 lookup_dn(void *handle, boolean_t partial, uint_t query, int count, argument
320 dn_handle_t *dhp = (dn_handle_t *)handle;
568 add_dn(void *handle, dn_rec_t *addp) argument
575 dn_handle_t *dhp = (dn_handle_t *)handle;
693 delete_dn(void *handle, const dn_rec_t *delp) argument
700 dn_handle_t *dhp = (dn_handle_t *)handle;
828 modify_dn(void *handle, const dn_rec_t *origp, dn_rec_t *newp) argument
835 dn_handle_t *dhp = (dn_handle_t *)handle;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow.c102 i_dladm_flow_remove_db(dladm_handle_t handle, const char *name, argument
105 if (dladm_remove_flowconf(handle, name, root) != DLADM_STATUS_OK)
155 i_dladm_flow_create_db(dladm_handle_t handle, const char *name, argument
161 if ((status = dladm_create_flowconf(handle, name, attrp->fi_linkid))
167 status = dladm_datalink_id2info(handle, attrp->fi_linkid, NULL,
171 status = dladm_set_flowconf_field(handle, name, FLINKOVER,
180 status = dladm_set_flowconf_field(handle, name, FMAXBW,
188 status = dladm_set_flowconf_field(handle, name, FDSFIELD,
193 status = dladm_set_flowconf_field(handle, name, FDSFIELD_MASK,
203 status = dladm_set_flowconf_field(handle, nam
258 i_dladm_flow_add(dladm_handle_t handle, char *flowname, datalink_id_t linkid, flow_desc_t *flowdesc, mac_resource_props_t *mrp) argument
289 i_dladm_flow_remove(dladm_handle_t handle, char *flowname, zoneid_t zoneid) argument
304 dladm_flow_create_ngz_kstat(dladm_handle_t handle, char *flowname, zoneid_t zoneid) argument
320 dladm_flow_add(dladm_handle_t handle, datalink_id_t linkid, dladm_arg_list_t *attrlist, dladm_arg_list_t *proplist, char *flowname, boolean_t tempop, const char *root) argument
372 dladm_flow_remove(dladm_handle_t handle, char *flowname, boolean_t tempop, const char *root) argument
436 dladm_walk_flow(int (*fn)(dladm_handle_t, dladm_flow_attr_t *, void *), dladm_handle_t handle, datalink_id_t linkid, void *arg, boolean_t persist) argument
617 dladm_flow_init(dladm_handle_t handle, zoneid_t zoneid) argument
655 dladm_flow_fini(dladm_handle_t handle, zoneid_t zoneid) argument
[all...]
H A Dlibdlvnic.c108 i_dladm_vnic_create_modify_sys(dladm_handle_t handle, dladm_vnic_attr_t *attr, argument
140 rc = ioctl(dladm_dld_fd(handle), ioc_cmd, &ioc);
165 i_dladm_vnic_create_sys(dladm_handle_t handle, dladm_vnic_attr_t *attr) argument
167 return (i_dladm_vnic_create_modify_sys(handle, attr, B_TRUE));
171 i_dladm_vnic_modify_sys(dladm_handle_t handle, dladm_vnic_attr_t *attr) argument
173 return (i_dladm_vnic_create_modify_sys(handle, attr, B_FALSE));
180 i_dladm_vnic_info_active(dladm_handle_t handle, datalink_id_t linkid, argument
192 rc = ioctl(dladm_dld_fd(handle), VNIC_IOC_INFO, &ioc);
218 i_dladm_vnic_info_persist(dladm_handle_t handle, datalink_id_t linkid, argument
229 if ((status = dladm_getsnap_conf(handle, linki
324 dladm_vnic_info(dladm_handle_t handle, datalink_id_t linkid, dladm_vnic_attr_t *attrp, uint32_t flags) argument
339 i_dladm_vnic_delete_sys(dladm_handle_t handle, datalink_id_t linkid) argument
499 dladm_vnic_create(dladm_handle_t handle, const char *vnic, datalink_id_t linkid, zoneid_t zoneid, vnic_mac_addr_type_t mac_addr_type, uchar_t *mac_addr, uint_t mac_len, int *mac_slot, uint_t mac_prefix_len, uchar_t *auto_mac_addr, size_t auto_mac_addr_size, uint16_t vid, vrid_t vrid, int af, datalink_id_t *vnic_id_out, dladm_arg_list_t *proplist, uint32_t flags) argument
656 dladm_vnic_modify(dladm_handle_t handle, datalink_id_t linkid, datalink_id_t lower_linkid, zoneid_t zoneid, vnic_mac_addr_type_t mac_addr_type, uchar_t *mac_addr, uint_t mac_len, int *mac_slot, uint_t mac_prefix_len, uchar_t *auto_mac_addr, size_t auto_mac_addr_size, uint16_t vid, vrid_t vrid, int af, dladm_arg_list_t *proplist, uint32_t flags) argument
815 dladm_vnic_delete(dladm_handle_t handle, datalink_id_t linkid, uint32_t flags) argument
905 dladm_vnic_persist_conf(dladm_handle_t handle, const char *name, dladm_vnic_attr_t *attrp, datalink_class_t class, boolean_t create) argument
1029 i_dladm_vnic_up(dladm_handle_t handle, datalink_id_t linkid, void *arg) argument
1066 dladm_vnic_up(dladm_handle_t handle, datalink_id_t linkid, uint32_t flags) argument
1089 i_dladm_vnic_down(dladm_handle_t handle, datalink_id_t linkid, void *arg) argument
1111 dladm_vnic_down(dladm_handle_t handle, datalink_id_t linkid, uint32_t flags) argument
[all...]
H A Dsecobj.c127 dladm_set_secobj(dladm_handle_t handle, const char *obj_name, argument
157 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_SET, &secobj_set) < 0)
165 status = i_dladm_set_secobj_db(handle, obj_name, class,
172 dladm_get_secobj(dladm_handle_t handle, const char *obj_name, argument
186 return (i_dladm_get_secobj_db(handle, obj_name, classp,
195 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_GET, &secobj_get) < 0)
210 dladm_unset_secobj(dladm_handle_t handle, const char *obj_name, uint_t flags) argument
225 if (ioctl(dladm_dld_fd(handle), DLDIOC_SECOBJ_UNSET, &secobj_unset) < 0)
233 status = i_dladm_unset_secobj_db(handle, obj_name);
239 dladm_walk_secobj(dladm_handle_t handle, voi argument
323 process_secobj_set(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, secobj_info_t *sip, dladm_status_t *statusp) argument
352 process_secobj_get(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, secobj_info_t *sip, dladm_status_t *statusp) argument
367 process_secobj_unset(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, secobj_info_t *sip, dladm_status_t *statusp) argument
379 process_secobj_walk(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, secobj_info_t *sip, dladm_status_t *statusp) argument
400 process_secobj_init(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, secobj_info_t *sip, dladm_status_t *statusp) argument
420 process_secobj_line(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, dladm_status_t *statusp) argument
501 process_secobj_db(dladm_handle_t handle, void *arg, FILE *fp, FILE *nfp) argument
552 i_dladm_set_secobj_db(dladm_handle_t handle, const char *obj_name, dladm_secobj_class_t class, uint8_t *obj_val, uint_t obj_len) argument
568 i_dladm_get_secobj_db(dladm_handle_t handle, const char *obj_name, dladm_secobj_class_t *classp, uint8_t *obj_val, uint_t *obj_lenp) argument
584 i_dladm_unset_secobj_db(dladm_handle_t handle, const char *obj_name) argument
599 i_dladm_walk_secobj_db(dladm_handle_t handle, void *arg, boolean_t (*func)(dladm_handle_t, void *, const char *)) argument
630 dladm_init_secobj(dladm_handle_t handle) argument
[all...]
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c45 treehdl_to_rawlist(fru_treehdl_t handle) argument
52 treehdl_to_conthdl(fru_treehdl_t handle) argument
56 ptr = treehdl_to_rawlist(handle);
170 frt_get_child(fru_treehdl_t handle, fru_treehdl_t *child) argument
177 frt_get_parent(fru_treehdl_t handle, fru_treehdl_t *parent) argument
184 frt_get_name_from_hdl(fru_treehdl_t handle, char **name) argument
207 int num_segment = fru_get_num_segments(section->handle, NULL);
219 acc_err = fru_get_segments(section->handle, segs, num_segment, NULL);
249 frt_get_seg_list(fru_treehdl_t handle, fru_strlist_t *list) argument
259 cont = treehdl_to_conthdl(handle);
338 find_segment(fru_treehdl_t handle, const char *seg_name, int *prot_flg, segment_t *segment) argument
379 frt_get_seg_def(fru_treehdl_t handle, const char *seg_name, fru_segdef_t *def) argument
407 frt_add_seg(fru_treehdl_t handle, fru_segdef_t *def) argument
415 frt_delete_seg(fru_treehdl_t handle, const char *seg_name) argument
568 frt_add_tag_to_seg(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, uint8_t *data, size_t data_len) argument
578 frt_get_tag_list(fru_treehdl_t handle, const char *seg_name, fru_tag_t **tags, int *number) argument
588 frt_get_tag_data(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, int instance, uint8_t **data, size_t *data_len) argument
599 frt_set_tag_data(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, int instance, uint8_t *data, size_t data_len) argument
610 frt_delete_tag(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, int instance) argument
[all...]
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c697 /* Parse handle */
700 i_hp_dprintf("i_hp_call_hotplugd: missing handle.\n");
716 hp_clear_state_ceiling(hp_node_t node, uint32_t handle, int flags, argument
726 i_hp_dprintf("hp_clear_state_ceiling: node=%p, handle=%x, "
727 "flags=0x%x\n", (void *)node, handle, flags);
736 if (handle == 0 && flags != HPFORCE) {
737 i_hp_dprintf("hp_clear_state_ceiling: no handle or "
755 0, 0, handle)) == NULL)
1807 uint_t flags, const char *options, int state, uint32_t handle)
1835 /* Add handle, bu
1806 i_hp_set_args(hp_cmd_t cmd, const char *path, const char *connection, uint_t flags, const char *options, int state, uint32_t handle) argument
[all...]
/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp_query.c235 * Using `handle', get the group list and store the results in a dynamically
239 ipmp_getgrouplist(ipmp_handle_t handle, ipmp_grouplist_t **grlistpp) argument
241 ipmp_state_t *statep = handle;
268 * Using `handle', get the group information associated with group `name' and
273 ipmp_getgroupinfo(ipmp_handle_t handle, const char *name, argument
276 ipmp_state_t *statep = handle;
317 * Using `handle', get the interface information associated with interface
322 ipmp_getifinfo(ipmp_handle_t handle, const char *name, ipmp_ifinfo_t **ifinfopp) argument
324 ipmp_state_t *statep = handle;
365 * Using `handle', ge
370 ipmp_getaddrinfo(ipmp_handle_t handle, const char *grname, struct sockaddr_storage *addrp, ipmp_addrinfo_t **adinfopp) argument
802 ipmp_setqcontext(ipmp_handle_t handle, ipmp_qcontext_t qcontext) argument
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c769 scf_handle_t *handle = NULL; local
780 handle = scf_handle_create(SCF_VERSION);
781 CHECK_NOT_NULL(handle);
783 scope = scf_scope_create(handle);
786 svc = scf_service_create(handle);
789 inst = scf_instance_create(handle);
792 svc_iter = scf_iter_create(handle);
795 inst_iter = scf_iter_create(handle);
798 err = scf_handle_bind(handle);
801 err = scf_handle_get_scope(handle, SCF_SCOPE_LOCA
[all...]
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c140 nd_get_pg(nd_hdl_t *nhdl, scf_handle_t *handle, const char *svcname, argument
147 sc = scf_scope_create(handle);
148 svc = scf_service_create(handle);
149 pg = scf_pg_create(handle);
157 if (scf_handle_bind(handle) != -1 &&
158 scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) != -1 &&
176 scf_handle_t *handle = NULL; local
183 if ((handle = scf_handle_create(SCF_VERSION)) == NULL)
186 if ((pg = nd_get_pg(nhdl, handle, svcname, pgname)) == NULL) {
191 prop = scf_property_create(handle);
220 scf_handle_t *handle = NULL; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c98 long handle; /* _findfirst/_findnext handle */ member in struct:__anon1056
110 long handle; local
125 if ((handle = _findfirst(filespec, &(dp->fileinfo))) < 0) {
136 dp->handle = handle;
147 if (_findnext(dp->handle, &(dp->fileinfo)) < 0) {
165 _findclose(dp->handle);
199 void *handle = NULL; local
272 handle
295 HMODULE handle = NULL; local
594 struct plugin_file_handle *handle = NULL; local
619 struct plugin_file_handle *handle = NULL; local
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c307 * get a client handle to use for future RPCSEC calls.
313 _kadm5_initialize_rpcsec_gss_handle(kadm5_server_handle_t handle, argument
360 addr.sin_port = htons((ushort_t)handle->params.kadmind_port);
363 printf("kadmin_port %d\n", handle->params.kadmind_port);
425 handle->clnt = clnt_tli_create(fd, nconf, NULL,
429 handle->clnt = clnt_tli_create(fd, nconf, NULL,
435 if (handle->clnt == NULL) {
443 * The rpc-handle was created on an fd opened and connected
446 if (clnt_control(handle->clnt, CLSET_FD_CLOSE, NULL) != TRUE) {
455 handle
579 clean_up(kadm5_server_handle_t handle, enum init_type init_type, char **server, krb5_creds *creds, krb5_principal *clientp, krb5_principal *serverp, krb5_ccache *ccache) argument
638 kadm5_server_handle_t handle; local
1062 kadm5_server_handle_t handle = local
1121 _kadm5_check_handle(void *handle) argument
1137 kadm5_init_iprop(void *handle, char **db_args) argument
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c895 kadm5_server_handle_t handle = server_handle;
902 k_error = krb5_parse_name(handle->context,
910 if (aentry = kadm5int_acl_find_entry(handle->context, caller_principal,
913 krb5_free_principal(handle->context, caller_principal);
884 kadm5_server_handle_t handle = server_handle; local
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c33 /* The handle of GRUB itself. Filled in by the startup code. */
100 grub_efi_open_protocol_full (grub_efi_handle_t handle, argument
111 status = efi_call_6 (b->open_protocol, handle,
313 grub_efi_get_device_path (grub_efi_handle_t handle) argument
315 return grub_efi_open_protocol (handle, &device_path_guid,
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c101 /* Let driver handle creation of the new path */
678 cfga_flags_t flags, char **errstring, HBA_HANDLE handle,
758 status = getPortAttrsByWWN(handle,
786 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN,
811 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN,
884 status = getPortAttrsByWWN(handle, *((HBA_WWN *)(pwwn)),
944 status = getPortAttrsByWWN(handle, *((HBA_WWN *)(pwwn)),
1540 char **errstring, HBA_HANDLE handle, int portIndex,
1562 if (getDiscPortAttrs(handle, portIndex,
1586 flags, errstring, handle, portAttr
677 dev_change_state(cfga_cmd_t state_change_cmd, apid_t *apidt, la_wwn_t *pwwn, cfga_flags_t flags, char **errstring, HBA_HANDLE handle, HBA_PORTATTRIBUTES portAttrs) argument
1539 handle_devs(cfga_cmd_t cmd, apid_t *apidt, cfga_flags_t flags, char **errstring, HBA_HANDLE handle, int portIndex, HBA_PORTATTRIBUTES portAttrs) argument
1654 HBA_HANDLE handle; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c89 gl_dirnext(glob_t* gp, void* handle) argument
93 while (dp = (struct dirent*)(*gp->gl_readdir)(handle))
109 gl_dirclose(glob_t* gp, void* handle) argument
111 (gp->gl_closedir)(handle);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c1093 static void *handle = NULL; local
1098 if (handle == NULL) {
1102 if (handle == NULL) {
1108 handle = htmp;
1121 if ((sym = dlsym(handle, name)) == NULL)
1135 if ((sym = dlsym(handle, name)) == NULL)
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c170 ns_msg *handle, ns_sect section,
192 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
195 if (ns_parserr(handle, section, rrnum, &rr)) {
264 n = ns_sprintrr(handle, &rr, NULL, NULL,
299 ns_msg handle; local
303 if (ns_initparse(msg, len, &handle) < 0) {
307 opcode = ns_msg_getflag(handle, ns_f_opcode);
308 rcode = ns_msg_getflag(handle, ns_f_rcode);
309 id = ns_msg_id(handle);
310 qdcount = ns_msg_count(handle, ns_s_q
169 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c157 scf_handle_t *handle; member in struct:scfutilhandle
183 * Must be called when done. Called with the handle allocated in
188 sa_upgrade_scf_fini(scfutilhandle_t *handle) argument
192 if (handle != NULL) {
193 if (handle->scope != NULL) {
195 scf_scope_destroy(handle->scope);
197 if (handle->instance != NULL)
198 scf_instance_destroy(handle->instance);
199 if (handle->service != NULL)
200 scf_service_destroy(handle
222 scfutilhandle_t *handle; local
507 sa_upgrade_extract_share_prop(nvlist_t *group, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *id) argument
645 sa_upgrade_extract_share(nvlist_t *group, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *id) argument
786 sa_upgrade_extract_group_prop(nvlist_t *group, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *proto, char *sectype) argument
890 sa_upgrade_extract_group(nvlist_t *glist, scfutilhandle_t *handle, scf_instance_t *instance) argument
1061 sa_upgrade_get_config(scfutilhandle_t *handle, nvlist_t *root, char *gname, boolean_t force_upgrade) argument
1109 sa_upgrade_delete_config(scfutilhandle_t *handle, char *gname, boolean_t force_upgrade) argument
1621 scfutilhandle_t *handle; local
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c215 static void hist_touch(void *handle) argument
217 touch((char*)handle, (time_t)0, (time_t)0, 0);
793 static ssize_t hist_write(Sfio_t *iop,const void *buff,register size_t insize,Sfdisc_t* handle) argument
795 static int hist_write(Sfio_t *iop,const void *buff,register int insize,Sfdisc_t* handle)
798 register History_t *hp = (History_t*)handle;
1182 static int hist_exceptf(Sfio_t* fp, int type, void *data, Sfdisc_t *handle) argument
1184 static int hist_exceptf(Sfio_t* fp, int type, Sfdisc_t *handle)
1188 History_t *hp = (History_t*)handle;

Completed in 1384 milliseconds

1234567891011>>