Searched defs:gv (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c244 struct varent *gv = getvx(vp, subscr); local
246 asx(vp, subscr, operate(op, gv->vec[subscr - 1], p));
H A Dsh.glob.c649 tchar *gv[2]; local
656 gv[0] = str;
657 gv[1] = 0;
659 tglob(gv);
661 gvp = glob(gv);
682 trim(gv);
683 cp = savestr(gv[0]);
H A Dsh.func.c1608 tchar **gv = 0; local
1619 gv = v = glob(v);
1640 if (gv) {
1641 blkfree(gv);
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.startd/
H A Dstartd.c256 graph_vertex_t gv; local
277 if (mdb_vread(&gv, sizeof (graph_vertex_t), addr) == -1) {
288 if (mdb_readstr(vname, 1024, (uintptr_t)gv.gv_name) == -1) {
293 id = gv.gv_id;
295 switch (gv.gv_type) {
300 switch (gv.gv_depgroup) {
319 typechr = (gv.gv_flags & GV_ENABLED) ? 'I' : 'i';
320 statechr = xstate2chr(gv.gv_state);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c695 uint32_t gv; local
737 INV_PGRP_VER, &gv);
747 pgi.tpi_version = gv;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c1253 utf8string gv; local
1292 gv.utf8string_len = *group_length;
1293 gv.utf8string_val = group_val;
1294 error = nfs_idmap_str_gid(&gv, &gid, FALSE);
1863 utf8string gv; local
1893 gv.utf8string_len = *group_length;
1894 gv.utf8string_val = group_val;
1895 error = nfs_idmap_str_gid(&gv, &gid, FALSE);
1917 gv.utf8string_len;
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c2416 uint64_t get_val, gv; local
2441 gv = get_val = func(hp, addr);
2446 accsize, repcount, &gv);
2465 gv = get_val = func(hp, addr);
2471 accsize, repcount, &gv);

Completed in 71 milliseconds