Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c69 struct dinode *gip; variable
420 gip = ip; in pass2()
460 gip = ip; in pass3()
613 return (gip->di_db[i]); in bmap()
620 bread(fsbtodb(&sblock, gip->di_ib[0]), (char *)ibuf, sizeof (ibuf)); in bmap()
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c70 struct dinode *gip; variable
462 gip = ip; in pass2()
501 gip = ip; in pass3()
672 return ((diskaddr_t)gip->di_db[i]); in bmap()
678 bread(fsbtodb(&sblock, gip->di_ib[0]), (char *)ibuf, sizeof (ibuf)); in bmap()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c589 graph_walk_recurse(graph_edge_t *e, graph_walk_info_t *gip) in graph_walk_recurse() argument
603 if (gip->gi_visited[i] & b) in graph_walk_recurse()
606 gip->gi_visited[i] |= b; in graph_walk_recurse()
618 if ((gip->gi_ret = gip->gi_pre(v, gip->gi_arg)) == UU_WALK_NEXT) { in graph_walk_recurse()
622 if (gip->gi_dir == WALK_DEPENDENTS) in graph_walk_recurse()
628 gip, 0); in graph_walk_recurse()
635 assert(gip->gi_ret == UU_WALK_NEXT || gip->gi_ret == UU_WALK_DONE); in graph_walk_recurse()
640 if (gip->gi_post != NULL) in graph_walk_recurse()
641 (void) gip->gi_post(v, gip->gi_arg); in graph_walk_recurse()
648 return (gip->gi_ret); in graph_walk_recurse()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4486 Got_info *gip; in got() local
4524 gip = &gottable[gotndx]; in got()
4526 if (gip->g_reltype != 0) { in got()
4534 gip->g_symname = relsymname(cache, _cache, in got()
4537 gip->g_reltype = reltype; in got()
4538 gip->g_rel = rels; in got()
4554 Got_info *gip; in got() local
4559 gip = &gottable[gotndx]; in got()
4573 gip->g_reltype, gip->g_rel, gip->g_symname); in got()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h487 IP4_t gip; /* Relay IP ? */ member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.h482 IP4_t gip; /* Relay IP ? */ member