/titanic_51/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 77 #define REF_INIT(container, count, inactive, kmem) { \ argument 78 (container)->ref.cnt = (count); \ 79 (container)->ref.last = (void (*)(void *))((inactive)); \ 80 (container)->ref.kmc = (kmem); \ 83 #define REF_HOLD(container) { \ argument 84 atomic_inc_32(&(container)->ref.cnt); \ 85 ASSERT((container)->ref.cnt != 0); \ 88 #define REF_RELE(container) { \ argument 89 if (atomic_dec_32_nv(&(container)->ref.cnt) == 0) { \ 90 (container) 95 REF_COUNT(container) global() argument 97 REF_ASSERT(container,count) global() argument [all...] |
/titanic_51/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 42 * 3) Figure out which tags of this type are in the container. 86 * Define a hash of rwlocks for each container. 127 "Not container", 141 "Failed to read container device", 430 segment_is_encrypted(fru_nodehdl_t container, const char *seg_name) in segment_is_encrypted() argument 439 RETRY(err = data_source->get_seg_def(NODEHDL_TO_TREEHDL(container), in segment_is_encrypted() 829 fru_list_segments(fru_nodehdl_t container, fru_strlist_t *list) in fru_list_segments() argument 833 if ((err = is_container(container)) != FRU_SUCCESS) { in fru_list_segments() 837 if (lock_container(READ_LOCK, container) != FRU_SUCCESS) { in fru_list_segments() 841 err = get_seg_list_from_ds(container, lis in fru_list_segments() 849 fru_create_segment(fru_nodehdl_t container,fru_segdef_t * def) fru_create_segment() argument 899 fru_remove_segment(fru_nodehdl_t container,const char * seg_name) fru_remove_segment() argument 935 fru_get_segment_def(fru_nodehdl_t container,const char * seg_name,fru_segdef_t * definition) fru_get_segment_def() argument 987 fru_list_elems_in(fru_nodehdl_t container,const char * seg_name,fru_strlist_t * list) fru_list_elems_in() argument 1074 fru_for_each_segment(fru_nodehdl_t container,int (* function)(fru_seghdl_t segment,void * args),void * args) fru_for_each_segment() argument 1412 get_payload(fru_nodehdl_t container,const char * seg_name,int instance,const char * field_path,PathDef ** pathDef,Ancestor ** ancestors,Ancestor ** correct,int * tagInstance,int * instLeft,uint8_t ** payload,size_t * payloadLen,int mode) get_payload() argument 1531 do_decryption(fru_nodehdl_t container,const char * seg_name,uint8_t * payload,size_t payloadLen) do_decryption() argument 1553 get_seg_and_payload(fru_nodehdl_t container,char ** seg_name,int instance,const char * field_path,PathDef ** pathDef,Ancestor ** ancestors,Ancestor ** correct,int * tagInstance,int * instLeft,uint8_t ** payload,size_t * payloadLen) get_seg_and_payload() argument 1629 fru_read_field(fru_nodehdl_t container,char ** seg_name,unsigned int instance,const char * field_path,void ** data,size_t * data_len,char ** found_path) fru_read_field() argument 1706 fru_update_field(fru_nodehdl_t container,char * seg_name,unsigned int instance,const char * field_path,void * data,size_t length) fru_update_field() argument 1785 fru_get_num_iterations(fru_nodehdl_t container,char ** seg_name,unsigned int instance,const char * iter_path,int * num_there,char ** found_path) fru_get_num_iterations() argument 1894 fru_add_element(fru_nodehdl_t container,const char * seg_name,const char * element) fru_add_element() argument 1960 fru_delete_element(fru_nodehdl_t container,const char * seg_name,unsigned int instance,const char * element) fru_delete_element() argument [all...] |
/titanic_51/usr/src/lib/libfru/include/ |
H A D | libfruds.h | 66 fru_errno_t (*get_seg_list)(fru_treehdl_t container, fru_strlist_t *list); 67 fru_errno_t (*get_seg_def)(fru_treehdl_t container, const char *seg_name, 69 fru_errno_t (*add_seg)(fru_treehdl_t container, fru_segdef_t *def); 70 fru_errno_t (*delete_seg)(fru_treehdl_t container, const char *seg_name); 78 fru_errno_t (*add_tag_to_seg)(fru_treehdl_t container, const char *seg_name, 80 fru_errno_t (*get_tag_list)(fru_treehdl_t container, const char *seg_name, 82 fru_errno_t (*get_tag_data)(fru_treehdl_t container, const char *seg_name, 85 fru_errno_t (*set_tag_data)(fru_treehdl_t container, const char *seg_name, 88 fru_errno_t (*delete_tag)(fru_treehdl_t container, const char *seg_name,
|
H A D | libfru.h | 245 fru_errno_t fru_list_segments(fru_nodehdl_t container, fru_strlist_t *list); 246 fru_errno_t fru_create_segment(fru_nodehdl_t container, fru_segdef_t *def); 247 fru_errno_t fru_remove_segment(fru_nodehdl_t container, const char *seg_name); 248 fru_errno_t fru_get_segment_def(fru_nodehdl_t container, const char *seg_name, 250 fru_errno_t fru_list_elems_in(fru_nodehdl_t container, const char *seg_name, 254 fru_errno_t fru_read_field(fru_nodehdl_t container, 261 fru_errno_t fru_update_field(fru_nodehdl_t container, 267 fru_errno_t fru_get_num_iterations(fru_nodehdl_t container, 275 fru_errno_t fru_add_element(fru_nodehdl_t container, const char *seg_name, 277 fru_errno_t fru_delete_element(fru_nodehdl_t container, cons [all...] |
/titanic_51/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_wr.c | 101 * the next entry in the container. in dapls_tavor_wrid_get_entry() 127 dapls_tavor_wrid_list_hdr_t *container; in dapli_tavor_wrid_find_match() local 139 * addr. If the current "container" is not the last one on the list, in dapli_tavor_wrid_find_match() 145 * determine when the current container has been emptied (so that we in dapli_tavor_wrid_find_match() 146 * can move on to the next container). in dapli_tavor_wrid_find_match() 148 container = wq->wq_wrid_poll; in dapli_tavor_wrid_find_match() 149 while (container != NULL) { in dapli_tavor_wrid_find_match() 151 /* Is this the last/only "container" on the list */ in dapli_tavor_wrid_find_match() 152 last_container = (container != wq->wq_wrid_post) ? 0 : 1; in dapli_tavor_wrid_find_match() 157 * reaplist, they can only be the last container in dapli_tavor_wrid_find_match() 306 dapls_tavor_wrid_list_hdr_t *container, *to_free; dapls_tavor_wrid_cq_reap() local 346 dapls_tavor_wrid_list_hdr_t *container, *to_free; dapls_tavor_wrid_cq_force_reap() local [all...] |
/titanic_51/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 474 * For DD and DD set membership, container and member pairs are given. 488 xmlChar *container = NULL, *member = NULL; in process_delete_request_from_doc() local 531 container = in process_delete_request_from_doc() 540 if (container != NULL && member != NULL) { in process_delete_request_from_doc() 553 req->req_data.pair[req->count]->container = in process_delete_request_from_doc() 554 container; in process_delete_request_from_doc() 559 if (container != NULL) { in process_delete_request_from_doc() 560 xmlFree(container); in process_delete_request_from_doc() 568 container = NULL; in process_delete_request_from_doc() 585 container in process_delete_request_from_doc() 678 xmlChar *container = NULL, *member = NULL, *xml_id; process_createModify_request_from_doc() local [all...] |
H A D | admintf.c | 1673 * container - dd name 1680 uchar_t *container, in i_delete_ddmember_op() argument 1699 lc.data[0].ptr = container; in i_delete_ddmember_op() 1732 * container - dd set name 1739 uchar_t *container, in i_delete_ddsetmember_op() argument 1753 lc.data[0].ptr = container; in i_delete_ddsetmember_op() 2341 lc.data[0].ptr = (uchar_t *)req->req_data.pair[i]->container; in delete_ddmember_ddsetmember_op() 2362 (uchar_t *)req->req_data.pair[i]->container, in delete_ddmember_ddsetmember_op() 2365 (uchar_t *)req->req_data.pair[i]->container, in delete_ddmember_ddsetmember_op() 2406 (xmlChar *)req->req_data.pair[i]->container); in delete_ddmember_ddsetmember_op() [all...] |
H A D | isns_mgmt.h | 205 xmlChar *container; member
|
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | copy_auth.c | 139 const krb5_authdata *container, in krb5_decode_authdata_container() argument 147 if ((container->ad_type & AD_TYPE_FIELD_TYPE_MASK) != type) in krb5_decode_authdata_container() 150 data.length = container->length; in krb5_decode_authdata_container() 151 data.data = (char *)container->contents; in krb5_decode_authdata_container() 164 krb5_authdata ***container) in krb5_encode_authdata_container() argument 171 *container = NULL; in krb5_encode_authdata_container() 184 code = krb5_copy_authdata(context, ad_data, container); in krb5_encode_authdata_container()
|
/titanic_51/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.h | 54 uint32_t offset; /* bytes from container beginning */ 64 char name[SEG_NAME_LEN]; /* from container section header */ 83 int fru_close_container(container_hdl_t container); 84 int fru_get_num_sections(container_hdl_t container, door_cred_t *cred); 85 int fru_get_sections(container_hdl_t container, section_t *section,
|
/titanic_51/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access.h | 52 uint32_t offset; /* bytes from container beginning */ 62 char name[SEG_NAME_LEN]; /* from container section header */ 81 int fru_close_container(container_hdl_t container); 82 int fru_get_num_sections(container_hdl_t container, door_cred_t *cred); 83 int fru_get_sections(container_hdl_t container, section_t *section,
|
H A D | raw_access.c | 698 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections() argument 706 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections() 933 fru_get_num_sections(container_hdl_t container, door_cred_t *cred) in fru_get_num_sections() argument 937 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections() 1158 fru_close_container(container_hdl_t container) in fru_close_container() argument 1165 /* lookup for container hash object */ in fru_close_container() 1166 hash_obj = lookup_handle_object(container, CONTAINER_TYPE); in fru_close_container() 1206 /* free container hash object */ in fru_close_container()
|
/titanic_51/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 55 int fru_get_num_sections(container_hdl_t container, 57 int fru_get_sections(container_hdl_t container, section_t *section, 151 fru_get_num_sections(container_hdl_t container, door_cred_t *cred) in fru_get_num_sections() argument 159 numsections.hdl = container; in fru_get_num_sections() 169 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections() argument 178 sections.fru_hdl = container; in fru_get_sections()
|
/titanic_51/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_builtin.c | 201 char *container; in directory_provider_builtin_populate() local 203 container = "Users"; in directory_provider_builtin_populate() 205 container = "Builtin"; in directory_provider_builtin_populate() 211 wksid->winname, container, _idmapdstate.hostname); in directory_provider_builtin_populate()
|
/titanic_51/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 2372 * Allocate space for the tavor_wrid_entry_t container in tavor_wrid_from_reset_handling() 2395 /* Chain the new WRID list container to the workq hdr list */ in tavor_wrid_from_reset_handling() 2495 * Allocate space for the tavor_wrid_entry_t container. in tavor_wrid_from_reset_handling() 2584 /* Chain the WRID list "container" to the workq hdr list */ in tavor_wrid_from_reset_handling() 2620 * For each of this QP's Work Queues, move the WRID "container" to in tavor_wrid_to_reset_handling() 2692 * Find the entry in the container pointed to by the "tail" index. in tavor_wrid_add_entry() 2721 * then we have filled the container. We use the "full" flag to in tavor_wrid_add_entry() 2835 * function to grab "wqeaddrsz" from the next entry in the container. in tavor_wrid_get_entry() 2864 tavor_wrid_list_hdr_t *container; in tavor_wrid_find_match() local 2878 * addr. If the current "container" i in tavor_wrid_find_match() 3057 tavor_wrid_list_hdr_t *container, *to_free; tavor_wrid_cq_reap() local 3098 tavor_wrid_list_hdr_t *container, *to_free; tavor_wrid_cq_force_reap() local [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 221 /* called to allocate container hash object */ 506 /* initialize the container */ in ipmi_fru_open_container() 515 ipmi_fru_get_num_sections(container_hdl_t container, door_cred_t *cred) in ipmi_fru_get_num_sections() argument 519 cont_hash_obj = lookup_handle_object((handle_t)container, in ipmi_fru_get_num_sections() 529 ipmi_fru_get_sections(container_hdl_t container, section_t *section, in ipmi_fru_get_sections() argument 536 cont_object = lookup_handle_object((handle_t)container, in ipmi_fru_get_sections() 832 ipmi_fru_close_container(container_hdl_t container) in ipmi_fru_close_container() argument 839 /* lookup for container hash object */ in ipmi_fru_close_container() 840 hash_obj = lookup_handle_object(container, CONTAINER_TYPE); in ipmi_fru_close_container() 882 /* free container has in ipmi_fru_close_container() 1354 sun_fru_get_num_sections(container_hdl_t container,door_cred_t * cred) sun_fru_get_num_sections() argument 1493 sun_fru_get_sections(container_hdl_t container,section_t * section,int maxsec,door_cred_t * cred) sun_fru_get_sections() argument 2966 sun_fru_close_container(container_hdl_t container) sun_fru_close_container() argument 3147 fru_close_container(container_hdl_t container) fru_close_container() argument 3164 fru_get_num_sections(container_hdl_t container,door_cred_t * cred) fru_get_num_sections() argument 3181 fru_get_sections(container_hdl_t container,section_t * section,int max_sections,door_cred_t * cred) fru_get_sections() argument [all...] |
/titanic_51/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 1294 rcvbuf_t *container; in ql_isp_rcvbuf() local 1362 container = ha->rcvbuf_ring_ptr; in ql_isp_rcvbuf() 1365 * Build container. in ql_isp_rcvbuf() 1368 (uint32_t *)(void *)&container->bufp[0], in ql_isp_rcvbuf() 1372 (uint32_t *)(void *)&container->bufp[1], in ql_isp_rcvbuf() 1375 ddi_put16(ha->hba_buf.acc_handle, &container->handle, in ql_isp_rcvbuf() 1423 rcvbuf_t *container; in ql_isp24xx_rcvbuf() local 1468 container = &pkt->buffers[0]; in ql_isp24xx_rcvbuf() 1472 * Build container. in ql_isp24xx_rcvbuf() 1474 ddi_put32(ha->hba_buf.acc_handle, &container in ql_isp24xx_rcvbuf() [all...] |
/titanic_51/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 377 * if it has an AD container, calls kernel to take a hold on 466 * if it has an AD container, and calls the kernel to release 476 char container[MAXPATHLEN]; in smb_shr_remove() local 513 (void) strlcpy(container, si->shr_container, sizeof (container)); in smb_shr_remove() 518 smb_shr_unpublish(sharename, container); in smb_shr_remove() 629 * o AD container 662 /* save current container - needed for unpublishing */ in smb_shr_modify() 1794 smb_shr_publish(const char *sharename, const char *container) in smb_shr_publish() argument 1796 smb_shr_publisher_queue(sharename, container, SMB_SHR_PUBLIS in smb_shr_publish() 1800 smb_shr_unpublish(const char * sharename,const char * container) smb_shr_unpublish() argument 1810 smb_shr_publisher_queue(const char * sharename,const char * container,char op) smb_shr_publisher_queue() argument [all...] |
/titanic_51/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 80 * cause a refresh of the sub-nodes by writing anything to the container 86 uint32_t container = FRUDATA_DELETE_TAG_KEY; in update_data_nodes() local 90 PICL_PROP_CONTAINER, (void *)&container, in update_data_nodes() 91 sizeof (container))) != PICL_SUCCESS) { in update_data_nodes() 330 /* there is data for this node. (ie fru is a container) */ in fpt_get_node_type() 957 picl_nodehdl_t container = TREEHDL_TO_PICLHDL(treenode), in fpt_for_each_segment() local 961 if ((status = update_data_nodes(container)) != FRU_SUCCESS) in fpt_for_each_segment() 965 for (status = picl_get_propval_by_name(container, PICL_PROP_CHILD, in fpt_for_each_segment()
|
/titanic_51/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 84 * cause a refresh of the sub-nodes by writing anything to the container 90 uint32_t container = FRUDATA_DELETE_TAG_KEY; in update_data_nodes() local 94 PICL_PROP_CONTAINER, (void *)&container, in update_data_nodes() 95 sizeof (container))) != PICL_SUCCESS) { in update_data_nodes() 341 /* there is data for this node. (ie fru is a container) */ in fpt_get_node_type() 969 picl_nodehdl_t container = TREEHDL_TO_PICLHDL(treenode), in fpt_for_each_segment() local 973 if ((status = update_data_nodes(container)) != FRU_SUCCESS) in fpt_for_each_segment() 977 for (status = ptree_get_propval_by_name(container, PICL_PROP_CHILD, in fpt_for_each_segment()
|
/titanic_51/usr/src/uts/common/io/aac/ |
H A D | aac_regs.h | 767 * Used to flush drive cache for container "cid" 1220 struct aac_AifContainers container; /* For Container and */ member 1248 AifEnContainerChange, /* Adapter specific container cfg. change */ 1251 AifEnContainerEvent, /* Significant container event */ 1259 AifEnAddContainer, /* A new container was created. */ 1260 AifEnDeleteContainer, /* A container was deleted. */ 1282 uint32_t container; /* Container with failed element */ member 1288 uint32_t container[2]; /* container that changed, -1 if */ member 1289 /* no container */ 1293 uint32_t container; /* container number */ global() member [all...] |
/titanic_51/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ads.c | 814 * cn=<sharename>,<container RDNs>,<domain DN> 816 * If the domain DN is not included in the container parameter, 822 smb_ads_get_sharedn(const char *sharename, const char *container, in smb_ads_get_sharedn() argument 829 container_len = strlen(container); in smb_ads_get_sharedn() 837 if (smb_strcasecmp(container + offset, in smb_ads_get_sharedn() 844 container, domain_dn); in smb_ads_get_sharedn() 847 container); in smb_ads_get_sharedn() 859 * The container location to add the object needs to specified. 920 * Call by smb_ads_remove_share to remove share object from ADS. The container 1010 * specified ADS container [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | README.config | 54 # of a pool, container and filesystem.
|
/titanic_51/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 580 char *profile, *container, *base; in __ns_ldap_DumpLdif() local 620 container = _PROFILE_CONTAINER; in __ns_ldap_DumpLdif() 626 (void) fprintf(fp, "dn: cn=%s,ou=%s,%s\n", profile, container, base); in __ns_ldap_DumpLdif()
|
/titanic_51/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 80 /* called to allocate container hash object */ 737 * Description :fru_open_container() opens the container associated with a fru. 738 * it's called by data plugin module before creating container 745 * FRU with the container to open. 748 * On Success, a Positive integer container handle. is returned 813 /* takes driver binding name as to get container information */ in fru_open_container() 876 * container. it calls get_container_index() to get the container 877 * index number in the container list. 880 * container_hdl_t : container handl 889 fru_get_num_sections(container_hdl_t container,door_cred_t * cred) fru_get_num_sections() argument 1050 fru_get_sections(container_hdl_t container,section_t * section,int maxsec,door_cred_t * cred) fru_get_sections() argument 2657 fru_close_container(container_hdl_t container) fru_close_container() argument [all...] |