Home
last modified time | relevance | path

Searched refs:gip (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c71 struct dinode *gip; variable
422 gip = ip; in pass2()
462 gip = ip; in pass3()
615 return (gip->di_db[i]); in bmap()
622 bread(fsbtodb(&sblock, gip->di_ib[0]), (char *)ibuf, sizeof (ibuf)); in bmap()
/titanic_50/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c72 struct dinode *gip; variable
464 gip = ip; in pass2()
503 gip = ip; in pass3()
674 return ((diskaddr_t)gip->di_db[i]); in bmap()
680 bread(fsbtodb(&sblock, gip->di_ib[0]), (char *)ibuf, sizeof (ibuf)); in bmap()
/titanic_50/usr/src/cmd/svc/startd/
H A Dgraph.c583 graph_walk_recurse(graph_edge_t *e, graph_walk_info_t *gip) in graph_walk_recurse() argument
597 if (gip->gi_visited[i] & b) in graph_walk_recurse()
600 gip->gi_visited[i] |= b; in graph_walk_recurse()
612 if ((gip->gi_ret = gip->gi_pre(v, gip->gi_arg)) == UU_WALK_NEXT) { in graph_walk_recurse()
616 if (gip->gi_dir == WALK_DEPENDENTS) in graph_walk_recurse()
622 gip, 0); in graph_walk_recurse()
629 assert(gip->gi_ret == UU_WALK_NEXT || gip->gi_ret == UU_WALK_DONE); in graph_walk_recurse()
634 if (gip->gi_post != NULL) in graph_walk_recurse()
635 (void) gip->gi_post(v, gip->gi_arg); in graph_walk_recurse()
642 return (gip->gi_ret); in graph_walk_recurse()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4333 Got_info *gip; in got() local
4364 gip = &gottable[gotndx]; in got()
4366 if (gip->g_reltype != 0) { in got()
4374 gip->g_symname = relsymname(cache, _cache, in got()
4377 gip->g_reltype = reltype; in got()
4378 gip->g_rel = rels; in got()
4394 Got_info *gip; in got() local
4399 gip = &gottable[gotndx]; in got()
4413 gip->g_reltype, gip->g_rel, gip->g_symname); in got()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h487 IP4_t gip; /* Relay IP ? */ member