/titanic_50/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 937 idmap_get_create(idmap_get_handle_t **gh) in idmap_get_create() argument 947 *gh = tmp; in idmap_get_create() 967 idmap_get_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_uidbysid() argument 970 return (idmap_getext_uidbysid(gh, sidprefix, rid, flag, uid, in idmap_get_uidbysid() 991 idmap_getext_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_getext_uidbysid() argument 998 if (gh == NULL) in idmap_getext_uidbysid() 1013 if ((retcode = _get_ids_extend_batch(gh)) != IDMAP_SUCCESS) in idmap_getext_uidbysid() 1017 mapping = &gh->batch.idmap_mapping_batch_val[gh->next]; in idmap_getext_uidbysid() 1028 gh->retlist[gh->next].idtype = IDMAP_UID; in idmap_getext_uidbysid() 1029 gh->retlist[gh->next].uid = uid; in idmap_getext_uidbysid() [all …]
|
H A D | idmap_impl.h | 80 #define _IDMAP_RESET_GET_HANDLE(gh) \ argument 81 (void) xdr_free(xdr_idmap_mapping_batch, (caddr_t)&gh->batch);\ 82 if (gh->retlist) \ 83 free(gh->retlist);\ 84 gh->retlist = NULL;\ 85 gh->next = 0;
|
H A D | utils.c | 85 _get_ids_extend_batch(idmap_get_handle_t *gh) in _get_ids_extend_batch() argument 91 len = gh->batch.idmap_mapping_batch_len; in _get_ids_extend_batch() 92 if (gh->next >= len) { in _get_ids_extend_batch() 95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize); in _get_ids_extend_batch() 100 gh->batch.idmap_mapping_batch_val = t1; in _get_ids_extend_batch() 104 t2 = realloc(gh->retlist, nsize); in _get_ids_extend_batch() 109 gh->retlist = t2; in _get_ids_extend_batch() 111 gh->batch.idmap_mapping_batch_len += _GET_IDS_SIZE_INCR; in _get_ids_extend_batch()
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | vars.c | 204 register struct grouphead *gh; in findgroup() local 208 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in findgroup() 209 if (equal(gh->g_name, name)) in findgroup() 210 return(gh); in findgroup() 220 register struct grouphead *gh; in printgroup() local 223 if ((gh = findgroup(name)) == NOGRP) { in printgroup() 227 printf("%s\t", gh->g_name); in printgroup() 228 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) in printgroup()
|
H A D | cmd3.c | 609 register struct grouphead *gh; in group() local 617 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group() 621 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group() 622 *p++ = gh->g_name; in group() 635 if ((gh = findgroup(gname)) == NOGRP) { in group() 636 if ((gh = (struct grouphead *) in group() 637 calloc(sizeof (*gh), 1)) == NULL) { in group() 640 gh->g_name = vcopy(gname); in group() 641 gh->g_list = NOGE; in group() 642 gh->g_link = groups[h]; in group() [all …]
|
H A D | names.c | 54 static struct name *gexpand(struct name *nlist, struct grouphead *gh, 412 struct grouphead *gh; in usermap() local 425 gh = findgroup(np->n_name); in usermap() 427 if (gh != NOGRP) in usermap() 428 newnames = gexpand(newnames, gh, metoo, np->n_type); in usermap() 443 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) in gexpand() argument 458 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) { in gexpand() 462 if (strcmp(cp, gh->g_name) == 0) in gexpand() 475 if (gp == gh->g_list && gp->ge_link == NOGE) in gexpand()
|
/titanic_50/usr/src/cmd/svc/milestone/ |
H A D | manifest-import | 121 gh=`/usr/bin/svcprop -p ${gn}/md5sum smf/manifest 2>/dev/null` 122 [ $? = 0 ] || gh="" 147 [ -n "$gh" ] && { 148 echo "Preserving generic hash ($gh)." 151 opaque: $gh
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 1052 Grp_hdl gh; in dcmd_GrpHdl() local 1072 if (mdb_vread(&gh, sizeof (Grp_hdl), addr) == -1) { in dcmd_GrpHdl() 1082 if (gh.gh_ownlmp) { in dcmd_GrpHdl() 1083 if ((str = Rtmap_Name((uintptr_t)gh.gh_ownlmp)) == 0) in dcmd_GrpHdl() 1089 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE3), gh.gh_flags, gh.gh_flags, in dcmd_GrpHdl() 1092 if (gh.gh_depends == 0) { in dcmd_GrpHdl() 1093 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE4), gh.gh_refcnt); in dcmd_GrpHdl() 1097 addr = (uintptr_t)gh.gh_depends; in dcmd_GrpHdl() 1103 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE5), gh.gh_refcnt, addr, in dcmd_GrpHdl()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 1323 mac_group_add_ring(mac_group_handle_t gh, int index) in mac_group_add_ring() argument 1325 mac_group_t *group = (mac_group_t *)gh; in mac_group_add_ring() 1341 mac_group_rem_ring(mac_group_handle_t gh, mac_ring_handle_t rh) in mac_group_rem_ring() argument 1343 mac_group_t *group = (mac_group_t *)gh; in mac_group_rem_ring()
|
H A D | mac.c | 1717 mac_hwgroup_addmac(mac_group_handle_t gh, const uint8_t *addr) in mac_hwgroup_addmac() argument 1719 mac_group_t *group = (mac_group_t *)gh; in mac_hwgroup_addmac() 1725 mac_hwgroup_remmac(mac_group_handle_t gh, const uint8_t *addr) in mac_hwgroup_remmac() argument 1727 mac_group_t *group = (mac_group_t *)gh; in mac_hwgroup_remmac() 4387 mac_find_ring(mac_group_handle_t gh, int index) in mac_find_ring() argument 4389 mac_group_t *group = (mac_group_t *)gh; in mac_find_ring()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2767 idmap_get_handle_t *gh = NULL; in userquota_propname_decode() local 2769 stat = idmap_get_create(&gh); in userquota_propname_decode() 2771 idmap_get_destroy(gh); in userquota_propname_decode() 2780 stat = idmap_get_sidbyuid(gh, pid, flag, &numericsid, in userquota_propname_decode() 2786 stat = idmap_get_sidbygid(gh, pid, flag, &numericsid, in userquota_propname_decode() 2790 idmap_get_destroy(gh); in userquota_propname_decode() 2793 stat = idmap_get_mappings(gh); in userquota_propname_decode() 2794 idmap_get_destroy(gh); in userquota_propname_decode()
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 551 mac_group_info_t *infop, mac_group_handle_t gh) in i40e_fill_rx_group() argument 560 rxg->irg_grp_hdl = gh; in i40e_fill_rx_group()
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 862 mac_group_info_t *infop, mac_group_handle_t gh) in igb_fill_group() argument 873 rx_group->group_handle = gh; in igb_fill_group()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 215 grant_ref_t gh; in gs_get() local 220 BLKIF_MAX_SEGMENTS_PER_REQUEST, &gh) == -1) { in gs_get() 234 gnttab_free_grant_references(gh); in gs_get() 245 gs->gs_ghead = gh; in gs_get()
|
/titanic_50/usr/src/uts/common/io/aggr/ |
H A D | aggr_grp.c | 2216 mac_group_info_t *infop, mac_group_handle_t gh) in aggr_fill_group() argument 2225 rx_group->arg_gh = gh; in aggr_fill_group() 2236 tx_group->atg_gh = gh; in aggr_fill_group()
|
/titanic_50/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 1500 mac_group_info_t *infop, mac_group_handle_t gh) in xgell_fill_group() argument 1512 rx_ring->group_handle = gh; in xgell_fill_group()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 5784 nxge_group_add_ring(mac_group_driver_t gh, mac_ring_driver_t rh, in nxge_group_add_ring() argument 5787 nxge_ring_group_t *rgroup = (nxge_ring_group_t *)gh; in nxge_group_add_ring() 5856 nxge_group_rem_ring(mac_group_driver_t gh, mac_ring_driver_t rh, in nxge_group_rem_ring() argument 5859 nxge_ring_group_t *rgroup = (nxge_ring_group_t *)gh; in nxge_group_rem_ring()
|
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 1759 mac_group_info_t * infop, mac_group_handle_t gh) argument 1770 rx_ring->ring_group_handle = gh;
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 2914 mac_group_info_t *infop, mac_group_handle_t gh) in hxge_group_get() argument 2925 group->ghandle = gh; in hxge_group_get()
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 6111 mac_group_info_t *infop, mac_group_handle_t gh) in ixgbe_fill_group() argument 6120 rx_group->group_handle = gh; in ixgbe_fill_group()
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 3118 mac_group_info_t *infop, mac_group_handle_t gh) in e1000g_fill_group() argument 3129 Adapter->rx_group = gh; in e1000g_fill_group()
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 3775 mac_group_info_t *infop, mac_group_handle_t gh) in myri10ge_fill_group() argument
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 13091 :nw=^_:rs=\Eo1:se=\E[%gh%{4}%^%Ph%gh%dZZ:so=\E[8ZZ:\ 13092 :st=\E1:ta=^I:ue=\E[%gh%{8}%^%Ph%gh%dZZ:up=^K:us=\E[8ZZ:\
|
H A D | terminfo.src | 14749 rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ, 14750 rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,
|