Searched defs:gip (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c71 struct dinode *gip; variable in typeref:struct:dinode
422 gip = ip;
462 gip = ip;
615 return (gip->di_db[i]);
622 bread(fsbtodb(&sblock, gip->di_ib[0]), (char *)ibuf, sizeof (ibuf));
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c72 struct dinode *gip; variable in typeref:struct:dinode
464 gip = ip;
503 gip = ip;
674 return ((diskaddr_t)gip->di_db[i]);
680 bread(fsbtodb(&sblock, gip->di_ib[0]), (char *)ibuf, sizeof (ibuf));
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h487 IP4_t gip; /* Relay IP ? */ member in struct:__anon2142
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h479 IP4_t gip; /* Relay IP ? */ member in struct:__anon328
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4407 Got_info *gip; local
4445 gip = &gottable[gotndx];
4447 if (gip->g_reltype != 0) {
4455 gip->g_symname = relsymname(cache, _cache,
4458 gip->g_reltype = reltype;
4459 gip->g_rel = rels;
4475 Got_info *gip; local
4480 gip = &gottable[gotndx];
4494 gip->g_reltype, gip
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c584 graph_walk_recurse(graph_edge_t *e, graph_walk_info_t *gip) argument
598 if (gip->gi_visited[i] & b)
601 gip->gi_visited[i] |= b;
613 if ((gip->gi_ret = gip->gi_pre(v, gip->gi_arg)) == UU_WALK_NEXT) {
617 if (gip->gi_dir == WALK_DEPENDENTS)
623 gip, 0);
630 assert(gip->gi_ret == UU_WALK_NEXT || gip
[all...]

Completed in 67 milliseconds