Searched refs:gip (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/ncheck/ |
H A D | ncheck.c | 71 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_41/usr/src/cmd/fs.d/ufs/ff/ |
H A D | ff.c | 72 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_41/usr/src/cmd/svc/startd/ |
H A D | graph.c | 583 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_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 4329 Got_info *gip; in got() local 4360 gip = &gottable[gotndx]; in got() 4362 if (gip->g_reltype != 0) { in got() 4370 gip->g_symname = relsymname(cache, _cache, in got() 4373 gip->g_reltype = reltype; in got() 4374 gip->g_rel = rels; in got() 4390 Got_info *gip; in got() local 4395 gip = &gottable[gotndx]; in got() 4409 gip->g_reltype, gip->g_rel, gip->g_symname); in got()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | pxe.h | 487 IP4_t gip; /* Relay IP ? */ member
|