Searched refs:gh (Results 1 - 22 of 22) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Didmap_impl.h80 #define _IDMAP_RESET_GET_HANDLE(gh) \
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 Didmap_api.c936 * gh - "get mapping" handle
939 idmap_get_create(idmap_get_handle_t **gh) argument
949 *gh = tmp;
969 idmap_get_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, argument
972 return (idmap_getext_uidbysid(gh, sidprefix, rid, flag, uid,
993 idmap_getext_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, argument
1000 if (gh == NULL)
1015 if ((retcode = _get_ids_extend_batch(gh)) != IDMAP_SUCCESS)
1019 mapping = &gh->batch.idmap_mapping_batch_val[gh
1063 idmap_get_gidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, gid_t *gid, idmap_stat *stat) argument
1087 idmap_getext_gidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, gid_t *gid, idmap_info *info, idmap_stat *stat) argument
1160 idmap_get_pidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, uid_t *pid, int *is_user, idmap_stat *stat) argument
1187 idmap_getext_pidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, uid_t *pid, int *is_user, idmap_info *info, idmap_stat *stat) argument
1259 idmap_get_sidbyuid(idmap_get_handle_t *gh, uid_t uid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_stat *stat) argument
1283 idmap_getext_sidbyuid(idmap_get_handle_t *gh, uid_t uid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_info *info, idmap_stat *stat) argument
1350 idmap_get_sidbygid(idmap_get_handle_t *gh, gid_t gid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_stat *stat) argument
1374 idmap_getext_sidbygid(idmap_get_handle_t *gh, gid_t gid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_info *info, idmap_stat *stat) argument
1432 idmap_get_mappings(idmap_get_handle_t *gh) argument
1584 idmap_get_destroy(idmap_get_handle_t *gh) argument
[all...]
H A Dutils.c85 _get_ids_extend_batch(idmap_get_handle_t *gh) argument
91 len = gh->batch.idmap_mapping_batch_len;
92 if (gh->next >= len) {
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize);
100 gh->batch.idmap_mapping_batch_val = t1;
104 t2 = realloc(gh->retlist, nsize);
109 gh->retlist = t2;
111 gh->batch.idmap_mapping_batch_len += _GET_IDS_SIZE_INCR;
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dvars.c204 register struct grouphead *gh; local
208 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link)
209 if (equal(gh->g_name, name))
210 return(gh);
220 register struct grouphead *gh; local
223 if ((gh = findgroup(name)) == NOGRP) {
227 printf("%s\t", gh
[all...]
H A Dcmd3.c609 register struct grouphead *gh; local
617 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link)
621 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link)
622 *p++ = gh
671 register struct grouphead *gh, **ghp; local
[all...]
H A Dnames.c56 static struct name *gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype);
408 struct grouphead *gh; local
421 gh = findgroup(np->n_name);
423 if (gh != NOGRP)
424 newnames = gexpand(newnames, gh, metoo, np->n_type);
439 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int arg_ntype) argument
454 for (gp = gh->g_list; gp != NOGE; gp = gp->ge_link) {
458 if (strcmp(cp, gh->g_name) == 0)
471 if (gp == gh->g_list && gp->ge_link == NOGE)
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DCheckboxPanelShadow.java78 int gh[] = c.getRowHeights();
101 if ((gh == null) || (gh.length <= 1))
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1051 Grp_hdl gh; local
1071 if (mdb_vread(&gh, sizeof (Grp_hdl), addr) == -1) {
1081 if (gh.gh_ownlmp) {
1082 if ((str = Rtmap_Name((uintptr_t)gh.gh_ownlmp)) == 0)
1088 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE3), gh.gh_flags, gh.gh_flags,
1091 if (gh.gh_depends == 0) {
1092 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE4), gh.gh_refcnt);
1096 addr = (uintptr_t)gh.gh_depends;
1102 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE5), gh
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1309 mac_group_add_ring(mac_group_handle_t gh, int index) argument
1311 mac_group_t *group = (mac_group_t *)gh;
1327 mac_group_rem_ring(mac_group_handle_t gh, mac_ring_handle_t rh) argument
1329 mac_group_t *group = (mac_group_t *)gh;
H A Dmac.c1680 mac_hwgroup_addmac(mac_group_handle_t gh, const uint8_t *addr) argument
1682 mac_group_t *group = (mac_group_t *)gh;
1688 mac_hwgroup_remmac(mac_group_handle_t gh, const uint8_t *addr) argument
1690 mac_group_t *group = (mac_group_t *)gh;
4232 mac_find_ring(mac_group_handle_t gh, int index) argument
4234 mac_group_t *group = (mac_group_t *)gh;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm387 gh:gha:288:Ghana
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c887 mac_group_info_t *infop, mac_group_handle_t gh)
898 rx_group->group_handle = gh;
886 igb_fill_group(void *arg, mac_ring_type_t rtype, const int index, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2180 mac_group_info_t *infop, mac_group_handle_t gh)
2189 rx_group->arg_gh = gh;
2200 tx_group->atg_gh = gh;
2179 aggr_fill_group(void *arg, mac_ring_type_t rtype, const int index, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/xen/io/
H A Dxdf.c215 grant_ref_t gh; local
220 BLKIF_MAX_SEGMENTS_PER_REQUEST, &gh) == -1) {
234 gnttab_free_grant_references(gh);
245 gs->gs_ghead = gh;
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c1500 mac_group_info_t *infop, mac_group_handle_t gh)
1512 rx_ring->group_handle = gh;
1499 xgell_fill_group(void *arg, mac_ring_type_t rtype, const int index, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c5783 nxge_group_add_ring(mac_group_driver_t gh, mac_ring_driver_t rh, argument
5786 nxge_ring_group_t *rgroup = (nxge_ring_group_t *)gh;
5855 nxge_group_rem_ring(mac_group_driver_t gh, mac_ring_driver_t rh, argument
5858 nxge_ring_group_t *rgroup = (nxge_ring_group_t *)gh;
/opensolaris-onvv-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1669 mac_group_info_t *infop, mac_group_handle_t gh)
1680 rx_ring->ring_group_handle = gh;
1668 bge_fill_group(void *arg, mac_ring_type_t rtype, const int rg_index, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c2912 mac_group_info_t *infop, mac_group_handle_t gh)
2923 group->ghandle = gh;
2911 hxge_group_get(void *arg, mac_ring_type_t type, int groupid, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5502 mac_group_info_t *infop, mac_group_handle_t gh)
5511 rx_group->group_handle = gh;
5501 ixgbe_fill_group(void *arg, mac_ring_type_t rtype, const int index, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2988 mac_group_info_t *infop, mac_group_handle_t gh)
2999 Adapter->rx_group = gh;
2987 e1000g_fill_group(void *arg, mac_ring_type_t rtype, const int grp_index, mac_group_info_t *infop, mac_group_handle_t gh) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3768 mac_group_info_t *infop, mac_group_handle_t gh)
3767 myri10ge_fill_group(void *arg, mac_ring_type_t rtype, const int index, mac_group_info_t *infop, mac_group_handle_t gh) argument

Completed in 584 milliseconds