Home
last modified time | relevance | path

Searched refs:gh (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/lib/libidmap/common/
H A Didmap_api.c937 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 Didmap_impl.h80 #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 Dutils.c85 _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 Dvars.c204 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 Dcmd3.c609 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 Dnames.c54 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 Dmanifest-import121 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 Drtld.c1052 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 Dmac_provider.c1323 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 Dmac.c1717 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 Dlibzfs_dataset.c2767 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 Di40e_gld.c551 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 Digb_gld.c862 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 Dxdf.c215 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 Daggr_grp.c2216 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 Dxgell.c1500 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 Dnxge_main.c5784 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 Dbge_main2.c1759 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 Dhxge_main.c2914 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 Dixgbe_main.c6111 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 De1000g_main.c3118 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 Dmyri10ge.c3775 mac_group_info_t *infop, mac_group_handle_t gh) in myri10ge_fill_group() argument
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src13091 :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 Dterminfo.src14749 rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,
14750 rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,