Searched defs:handle (Results 351 - 375 of 719) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c106 xenbus_transaction_t handle; member in struct:xenbus_dev_transaction
414 (void) xenbus_transaction_end(trans->handle, 1);
578 /* handle transaction start/end */
582 (unsigned long *)&trans->handle);
590 if (trans->handle ==
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c146 * NOTE: We intentionaly don't handle DCOPY_SLEEP (if no channels are
151 ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags, argument
180 channel->ic_dcopy_handle = handle;
619 /* unbind, then free up the memory, dma handle */
746 /* unbind, then free up the memory, dma handle */
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c65 ddi_acc_handle_t handle = i_ddi_get_pci_config_handle(dip); local
74 ASSERT((handle != NULL) && (cap_ptr != 0));
106 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSI_CTRL);
110 pci_config_put16(handle, cap_ptr + PCI_MSI_CTRL, msi_ctrl);
115 pci_config_put32(handle,
119 pci_config_put32(handle,
121 pci_config_put16(handle,
124 pci_config_put16(handle,
414 ddi_acc_handle_t handle = i_ddi_get_pci_config_handle(rdip); local
416 ASSERT((handle !
511 ddi_acc_handle_t handle; local
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_virtual.c727 hpi_handle_t handle; local
738 handle = HXGE_DEV_HPI_HANDLE(hxgep);
760 rs = hpi_intr_mask_set(handle, ldvp->ldv,
779 rs = hpi_intr_ldg_mgmt_set(handle, ldgp->ldg,
804 hpi_handle_t handle; local
816 handle = HXGE_DEV_HPI_HANDLE(hxgep);
845 rs = hpi_intr_mask_set(handle, ldvp->ldv,
869 rs = hpi_intr_ldg_mgmt_set(handle, ldgp->ldg,
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c133 * handle - NPI handle
143 npi_txc_dump_tdc_fzc_regs(npi_handle_t handle, uint8_t tdc) argument
150 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL,
157 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
164 NXGE_REG_RD64(handle, offset, &value);
165 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx "
170 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL,
187 npi_txc_dump_fzc_regs(npi_handle_t handle) argument
193 NPI_REG_DUMP_MSG((handle
223 npi_txc_dump_port_fzc_regs(npi_handle_t handle, uint8_t port) argument
267 npi_txc_dma_max_burst(npi_handle_t handle, io_op_t op_mode, uint8_t channel, uint32_t *dma_max_burst_p) argument
319 npi_txc_dma_max_burst_set(npi_handle_t handle, uint8_t channel, uint32_t max_burst) argument
354 npi_txc_dma_bytes_transmitted(npi_handle_t handle, uint8_t channel, uint32_t *dma_bytes_p) argument
392 npi_txc_control(npi_handle_t handle, io_op_t op_mode, p_txc_control_t txc_control_p) argument
428 npi_txc_global_enable(npi_handle_t handle) argument
454 npi_txc_global_disable(npi_handle_t handle) argument
481 npi_txc_control_clear(npi_handle_t handle, uint8_t port) argument
504 npi_txc_training_set(npi_handle_t handle, uint32_t vector) argument
525 npi_txc_training_get(npi_handle_t handle, uint32_t *vector_p) argument
551 npi_txc_port_enable(npi_handle_t handle, uint8_t port) argument
578 npi_txc_port_disable(npi_handle_t handle, uint8_t port) argument
607 npi_txc_port_dma_enable(npi_handle_t handle, uint8_t port, uint32_t port_dma_list_bitmap) argument
619 npi_txc_port_dma_list_get(npi_handle_t handle, uint8_t port, uint32_t *port_dma_list_bitmap) argument
648 npi_txc_port_dma_channel_enable(npi_handle_t handle, uint8_t port, uint8_t channel) argument
686 npi_txc_port_dma_channel_disable(npi_handle_t handle, uint8_t port, uint8_t channel) argument
723 npi_txc_reorder_set(npi_handle_t handle, uint8_t port, uint8_t *reorder) argument
753 npi_txc_reorder_get(npi_handle_t handle, uint8_t port, uint32_t *reorder) argument
785 npi_txc_pkt_stuffed_get(npi_handle_t handle, uint8_t port, uint32_t *pkt_assy_p, uint32_t *pkt_reorder_p) argument
820 npi_txc_pkt_xmt_to_mac_get(npi_handle_t handle, uint8_t port, uint32_t *mac_bytes_p, uint32_t *mac_pkts_p) argument
853 npi_txc_ro_states_get(npi_handle_t handle, uint8_t port, txc_ro_states_t *states) argument
919 npi_txc_ro_ecc_state_clr(npi_handle_t handle, uint8_t port) argument
948 npi_txc_sf_states_get(npi_handle_t handle, uint8_t port, txc_sf_states_t *states) argument
991 npi_txc_sf_ecc_state_clr(npi_handle_t handle, uint8_t port) argument
1011 npi_txc_global_istatus_get(npi_handle_t handle, txc_int_stat_t *istatus) argument
1031 npi_txc_global_istatus_clear(npi_handle_t handle, uint64_t istatus) argument
1037 npi_txc_global_imask_set(npi_handle_t handle, uint8_t portn, uint8_t istatus) argument
[all...]
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.h73 * Korean keyboard keys. We handle these specially to avoid having to
88 ddi_acc_handle_t handle; member in struct:kb8042
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c96 * Allocate a handle for the ops function .. our handle is a resource list
97 * Return the handle to our caller, so he can call us with it when we need it.
131 * Free any resources associated with this handle.
164 fc_ops(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) argument
171 return (pv->f(ap, handle, cp));
219 * Make sure this is a handle we gave out ...
223 return (fc_priv_error(cp, "unknown handle"));
266 * Make sure this is a handle we gave out ...
270 return (fc_priv_error(cp, "unknown handle"));
[all...]
H A Dfc_subr.c144 fcode_interpreter(dev_info_t *ap, fc_ops_t *ops, fco_handle_t handle) argument
152 ASSERT(handle);
164 fp->handle = handle;
410 fc_success_op(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) argument
420 * handle it.
424 fc_fail_op(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) argument
469 fc_phandle_to_dip(struct fc_phandle_entry **head, fc_phandle_t handle) argument
476 if (ip->h == handle)
501 * If we already have this dip in the table, just return the handle
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c271 /* Initialize device handle */
640 /* Initialize handle */
694 /* Initialize handle */
902 * bus dma alloc handle entry point:
928 /* check and convert dma attributes to handle parameters */
940 * bus dma free handle entry point:
944 px_dma_freehdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle) argument
947 ddi_driver_name(rdip), ddi_get_instance(rdip), handle);
948 px_dma_freemp((ddi_dma_impl_t *)handle);
951 DBG(DBG_DMA_FREEH, dip, "run handle callbac
962 px_dma_bindhdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, ddi_dma_req_t *dmareq, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
1038 px_dma_unbindhdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle) argument
1089 px_dma_win(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep, uint_t *ccountp) argument
1189 px_dma_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, enum ddi_dma_ctlops cmd, off_t *offp, size_t *lenp, caddr_t *objp, uint_t cache_flags) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h133 caddr_t handle; member in struct:hpc3130_callback_arg
197 * The handle within the I2C nexus that this instance
/illumos-gate/usr/src/uts/sun4u/io/
H A Disadma.c356 isadma_norep_get8(ddi_acc_impl_t *handle, uint8_t *host_addr, argument
363 isadma_norep_get16(ddi_acc_impl_t *handle, uint16_t *host_addr, argument
370 isadma_norep_get32(ddi_acc_impl_t *handle, uint32_t *host_addr, argument
377 isadma_norep_get64(ddi_acc_impl_t *handle, uint64_t *host_addr, argument
384 isadma_norep_put8(ddi_acc_impl_t *handle, uint8_t *host_addr, argument
391 isadma_norep_put16(ddi_acc_impl_t *handle, uint16_t *host_addr, argument
398 isadma_norep_put32(ddi_acc_impl_t *handle, uint32_t *host_addr, argument
405 isadma_norep_put64(ddi_acc_impl_t *handle, uint64_t *host_addr, argument
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c556 cpu_acpi_handle_t handle; local
566 handle = mach_state->ms_acpi_handle;
567 ASSERT(CPU_ACPI_CSTATES(handle) != NULL);
570 cstates = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle);
572 cpu_max_cstates = cpu_acpi_get_max_cstates(handle);
603 * Consequently there is no need to handle cache coherency
654 cpu_acpi_handle_t handle = mach_state->ms_acpi_handle; local
663 if ((ret = cpu_acpi_cache_cstate_data(handle)) != 0) {
673 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle);
675 cpu_max_cstates = cpu_acpi_get_max_cstates(handle);
739 cpu_acpi_handle_t handle = mach_state->ms_acpi_handle; local
794 cpu_acpi_handle_t handle = mach_state->ms_acpi_handle; local
926 cpu_acpi_handle_t handle; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c396 void *handle = cccp->ccc_hba_handle; local
410 while ((*statfunc)(handle, intr_status)) {
411 (*processfunc)(handle, intr_status);
/illumos-gate/usr/src/cmd/luxadm/
H A Dx86_adm.c257 HBA_HANDLE handle; local
301 handle = HBA_OpenAdapter(name);
302 if (handle == 0) {
307 if (getAdapterAttrs(handle, name, &hbaAttrs)) {
309 HBA_CloseAdapter(handle);
316 if (getAdapterPortAttrs(handle, name, portIndex,
346 if (!fetch_mappings(handle, portAttrs.PortWWN, &map)) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c31 * - If you want to talk to the SAM you need a SAM handle.
32 * - If you want to work with a domain, use the SAM handle.
33 * to obtain a domain handle.
37 * null handle may crash the domain controller if you attempt to use it.
151 * return a handle. This function adds the double backslash prefx to
180 (void) memcpy(&samr_handle->handle, &arg.handle,
221 (void) memcpy(&samr_handle->handle, &arg.handle,
240 * If this call succeeds, a SAMR handle i
966 samr_change_password( mlsvc_handle_t *handle, char *server, char *account, struct samr_encr_passwd *newpw, struct samr_encr_hash *oldpw) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c243 efx_piobuf_handle_t handle; local
254 &handle,
263 if ((rc = ef10_nic_pio_link(enp, etp->et_index, handle)) != 0) {
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c508 mac_prop_info_handle_t handle)
511 mac_prop_info_set_default_uint32(handle,
513 mac_prop_info_set_perm(handle, MAC_PROP_PERM_RW);
518 mac_prop_info_set_default_uint32(handle, ncpus);
519 mac_prop_info_set_range_uint32(handle, 1,
521 mac_prop_info_set_perm(handle, MAC_PROP_PERM_RW);
526 mac_prop_info_set_default_uint32(handle,
528 mac_prop_info_set_range_uint32(handle,
530 mac_prop_info_set_perm(handle, MAC_PROP_PERM_RW);
535 mac_prop_info_set_default_uint8(handle,
507 sfxge_gld_priv_prop_info(sfxge_t *sp, const char *name, mac_prop_info_handle_t handle) argument
1132 sfxge_gld_propinfo(void *arg, const char *name, mac_prop_id_t id, mac_prop_info_handle_t handle) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.c69 ddi_acc_handle_t handle; member in struct:vgaregmap
195 ddi_put8(regmap->handle, regmap->addr + off, val);
207 return (ddi_get8(regmap->handle, regmap->addr + off));
305 regmap.handle = s3_priv->saveHandle;
372 regmap.handle = s3_priv->saveHandle;
840 void *handle; local
887 handle = drm_supp_register(dip, statep);
888 if ( handle == NULL) {
892 statep->drm_handle = handle;
913 (void) drm_supp_unregister(handle);
[all...]
/illumos-gate/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
598 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
608 frt_delete_tag(fru_treehdl_t handle, const char *seg_name, fru_tag_t tag, int instance) argument
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c296 * get a client handle to use for future RPCSEC calls.
302 _kadm5_initialize_rpcsec_gss_handle(kadm5_server_handle_t handle, argument
329 char *server = handle->params.admin_server;
337 if (handle->params.kpasswd_server != NULL)
338 server = handle->params.kpasswd_server;
352 addr.sin_port = htons((ushort_t)handle->params.kadmind_port);
355 printf("kadmin_port %d\n", handle->params.kadmind_port);
417 handle->clnt = clnt_tli_create(fd, nconf, NULL,
421 handle->clnt = clnt_tli_create(fd, nconf, NULL,
427 if (handle
592 kadm5_server_handle_t handle; local
1011 kadm5_server_handle_t handle = local
1071 _kadm5_check_handle(void *handle) argument
1087 kadm5_init_iprop(void *handle) argument
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c60 * sa_scf_fini(handle)
62 * Must be called when done. Called with the handle allocated in
68 sa_scf_fini(scfutilhandle_t *handle) argument
70 if (handle != NULL) {
72 if (handle->scope != NULL) {
74 scf_scope_destroy(handle->scope);
76 if (handle->instance != NULL)
77 scf_instance_destroy(handle->instance);
78 if (handle->service != NULL)
79 scf_service_destroy(handle
102 scfutilhandle_t *handle; local
241 sa_extract_pgroup(xmlNodePtr root, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *nodetype, char *proto, char *sectype) argument
337 sa_extract_attrs(xmlNodePtr root, scfutilhandle_t *handle, scf_instance_t *instance) argument
465 sa_share_from_pgroup(xmlNodePtr root, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *id) argument
635 find_share_by_id(sa_handle_t handle, char *shareid) argument
701 sa_share_props_from_pgroup(xmlNodePtr root, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *id, sa_handle_t sahandle) argument
871 sa_extract_group(xmlNodePtr root, scfutilhandle_t *handle, scf_instance_t *instance, sa_handle_t sahandle) argument
1056 sa_extract_defaults(xmlNodePtr root, scfutilhandle_t *handle, scf_instance_t *instance) argument
1108 sa_get_config(scfutilhandle_t *handle, xmlNodePtr root, sa_handle_t sahandle) argument
1151 sa_get_instance(scfutilhandle_t *handle, char *instname) argument
1168 sa_create_instance(scfutilhandle_t *handle, char *instname) argument
1195 sa_delete_instance(scfutilhandle_t *handle, char *instname) argument
1218 sa_create_pgroup(scfutilhandle_t *handle, char *pgroup) argument
1270 sa_delete_pgroup(scfutilhandle_t *handle, char *pgroup) argument
1308 sa_start_transaction(scfutilhandle_t *handle, char *propgroup) argument
1352 sa_end_transaction(scfutilhandle_t *handle, sa_handle_impl_t sahandle) argument
1378 sa_abort_transaction(scfutilhandle_t *handle) argument
1438 sa_set_property(scfutilhandle_t *handle, char *propname, char *valstr) argument
1526 sa_set_resource_property(scfutilhandle_t *handle, sa_share_t share) argument
1653 sa_commit_share(scfutilhandle_t *handle, sa_group_t group, sa_share_t share) argument
1816 remove_resources(scfutilhandle_t *handle, sa_share_t share, char *shareid) argument
1859 sa_delete_share(scfutilhandle_t *handle, sa_group_t group, sa_share_t share) argument
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c545 i_dladm_flow_add(dladm_handle_t handle, char *flowname, datalink_id_t linkid, argument
561 if (ioctl(dladm_dld_fd(handle), DLDIOC_ADDFLOW, &attr) < 0)
568 i_dladm_flow_remove(dladm_handle_t handle, char *flowname) argument
576 if (ioctl(dladm_dld_fd(handle), DLDIOC_REMOVEFLOW, &attr) < 0)
585 dladm_flow_add(dladm_handle_t handle, datalink_id_t linkid, argument
609 status = i_dladm_flow_add(handle, flowname, linkid, &flowdesc, &mrp);
623 (void) i_dladm_flow_remove(handle, flowname);
628 status = i_dladm_set_flow_proplist_db(handle, flowname,
631 (void) i_dladm_flow_remove(handle, flowname);
644 dladm_flow_remove(dladm_handle_t handle, cha argument
710 dladm_handle_t handle = NULL; local
732 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
802 dladm_flow_init(dladm_handle_t handle) argument
[all...]
H A Dlibdlmgmt.c54 dladm_door_call(dladm_handle_t handle, void *arg, size_t asize, void *rbuf, argument
71 if ((status = dladm_door_fd(handle, &door_fd)) != DLADM_STATUS_OK)
79 (void) close(handle->door_fd);
80 handle->door_fd = -1;
109 dladm_create_datalink_id(dladm_handle_t handle, const char *link, argument
135 if ((status = dladm_door_call(handle, &createid, sizeof (createid),
146 dladm_destroy_datalink_id(dladm_handle_t handle, datalink_id_t linkid, argument
161 return (dladm_door_call(handle, &destroyid, sizeof (destroyid),
169 dladm_remap_datalink_id(dladm_handle_t handle, datalink_id_t linkid, argument
180 return (dladm_door_call(handle,
188 dladm_up_datalink_id(dladm_handle_t handle, datalink_id_t linkid) argument
204 dladm_create_conf(dladm_handle_t handle, const char *link, datalink_id_t linkid, datalink_class_t class, uint32_t media, dladm_conf_t *confp) argument
236 i_dladm_phys_status(dladm_handle_t handle, datalink_id_t linkid, uint32_t *flagsp) argument
272 dladm_walk_datalink_id(int (*fn)(dladm_handle_t, datalink_id_t, void *), dladm_handle_t handle, void *argp, datalink_class_t class, datalink_media_t dmedia, uint32_t flags) argument
336 dladm_open_conf(dladm_handle_t handle, datalink_id_t linkid, dladm_conf_t *confp) argument
366 dladm_getsnap_conf(dladm_handle_t handle, datalink_id_t linkid, dladm_conf_t *confp) argument
412 dladm_write_conf(dladm_handle_t handle, dladm_conf_t conf) argument
439 dladm_get_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, void *attrval, size_t attrsz) argument
491 dladm_getnext_conf_linkprop(dladm_handle_t handle, dladm_conf_t conf, const char *last_attr, char *attr, void *attrval, size_t attrsz, size_t *attrszp) argument
534 dladm_name2info(dladm_handle_t handle, const char *link, datalink_id_t *linkidp, uint32_t *flagp, datalink_class_t *classp, uint32_t *mediap) argument
582 dladm_datalink_id2info(dladm_handle_t handle, datalink_id_t linkid, uint32_t *flagp, datalink_class_t *classp, uint32_t *mediap, char *link, size_t len) argument
636 dladm_set_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, dladm_datatype_t type, const void *attrval) argument
673 dladm_unset_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr) argument
699 dladm_remove_conf(dladm_handle_t handle, datalink_id_t linkid) argument
716 dladm_destroy_conf(dladm_handle_t handle, dladm_conf_t conf) argument
737 dladm_zone_boot(dladm_handle_t handle, zoneid_t zoneid) argument
750 dladm_zone_halt(dladm_handle_t handle, zoneid_t zoneid) 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...]

Completed in 108 milliseconds

<<11121314151617181920>>