Symbol: stable
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
238
static int in_string_table(char *stable[], int size, char *string);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
9161
in_string_table(char *stable[], int size, char *string)
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
9167
if (strcmp(stable[size], string) == 0) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
2374
if (!xdr_stable_how4(xdrs, &objp->stable))
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs3.c
1200
long stable;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs3.c
1202
stable = getxdr_long();
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs3.c
1203
switch (stable) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
2095
sprintf(get_line(0, 0), "Stable = %s", stable_how4_name(args->stable));
usr/src/cmd/dc/dc.c
2058
sptr = stable[c];
usr/src/cmd/dc/dc.c
2304
tmps = stable[i];
usr/src/cmd/dc/dc.c
561
sptr = stable[c];
usr/src/cmd/dc/dc.c
562
sp = stable[c] = sfree;
usr/src/cmd/dc/dc.c
586
sptr = stable[c];
usr/src/cmd/dc/dc.c
596
sptr = stable[c] = sfree;
usr/src/cmd/dc/dc.c
610
sptr = stable[c];
usr/src/cmd/dc/dc.c
614
stable[c] = sptr->next;
usr/src/cmd/dc/dc.c
650
sptr = stable[n];
usr/src/cmd/dc/dc.c
652
sptr = stable[n] = sfree;
usr/src/cmd/dc/dc.c
699
sptr = stable[n];
usr/src/cmd/dc/dc.h
149
struct sym *stable[TBLSZ];
usr/src/cmd/fm/eversholt/common/check.c
105
Allowednames[i].name = stable(Allowednames[i].name);
usr/src/cmd/fm/eversholt/common/eftread.c
159
(void *)stable(dptr + 1), (void *)0, NULL);
usr/src/cmd/fm/eversholt/common/eftread.c
163
(void *)stable(dptr), (void *)0, NULL);
usr/src/cmd/fm/eversholt/common/esclex.c
264
stable(Rwords[i].word), Rwords[i].val);
usr/src/cmd/fm/eversholt/common/esclex.c
269
stable(Timesuffix[i].suffix), &Timesuffix[i].nsec);
usr/src/cmd/fm/eversholt/common/esclex.c
313
Fileopened = stable(*Files++);
usr/src/cmd/fm/eversholt/common/esclex.c
417
File = stable(Tok);
usr/src/cmd/fm/eversholt/common/esclex.c
497
return (record(QUOTE, stable(Tok)));
usr/src/cmd/fm/eversholt/common/esclex.c
551
return (record(ARROW, stable(Tok)));
usr/src/cmd/fm/eversholt/common/esclex.c
600
stable(Tok)));
usr/src/cmd/fm/eversholt/common/esclex.c
640
stable(Tok)));
usr/src/cmd/fm/eversholt/common/esclex.c
644
return (record(NUMBER, stable(Tok)));
usr/src/cmd/fm/eversholt/common/esclex.c
662
cptr = stable(Tok);
usr/src/cmd/fm/eversholt/common/esclex.c
822
Ident = lut_add(Ident, (void *)stable(Tok), (void *)0, NULL);
usr/src/cmd/fm/eversholt/common/esclex.c
858
Dicts = lut_add(Dicts, (void *)stable(Tok), (void *)0, NULL);
usr/src/cmd/fm/eversholt/common/literals.c
55
#define L_DECL(s) L_##s = stable(#s)
usr/src/cmd/fm/eversholt/common/stable.h
44
const char *stable(const char *s);
usr/src/cmd/fm/eversholt/common/tree.c
540
ename->u.name.s = stable(buf);
usr/src/cmd/fm/eversholt/common/tree.c
574
ret->u.name.s = stable(s);
usr/src/cmd/fm/eversholt/common/tree.c
626
ret->u.name.s = stable(ss);
usr/src/cmd/fm/eversholt/common/tree.c
641
ret->u.globid.s = stable(s);
usr/src/cmd/fm/eversholt/common/tree.c
693
np->u.name.last->u.name.s = stable(buf);
usr/src/cmd/fm/eversholt/common/tree.c
716
np->u.name.last->u.name.s = stable(buf);
usr/src/cmd/fm/eversholt/common/tree.c
770
ret->u.quote.s = stable(s);
usr/src/cmd/fm/eversholt/common/tree.c
790
ptr = stable(np->u.expr.right->u.quote.s);
usr/src/cmd/fm/eversholt/common/tree.c
793
ptr = stable("connected");
usr/src/cmd/fm/eversholt/common/tree.c
795
ptr = stable("CONNECTED");
usr/src/cmd/fm/eversholt/common/tree.c
798
ptr = stable("type");
usr/src/cmd/fm/eversholt/common/tree.c
800
ptr = stable("TYPE");
usr/src/cmd/fm/eversholt/common/tree.c
803
ptr = stable("on");
usr/src/cmd/fm/eversholt/common/tree.c
805
ptr = stable("ON");
usr/src/cmd/fm/modules/common/eversholt/config.c
134
s = stable(path);
usr/src/cmd/fm/modules/common/eversholt/config.c
281
ptr = stable("module");
usr/src/cmd/fm/modules/common/eversholt/config.c
283
ptr = stable("resource");
usr/src/cmd/fm/modules/common/eversholt/config.c
285
ptr = stable("serial");
usr/src/cmd/fm/modules/common/eversholt/config.c
337
pn = stable(cfgstr);
usr/src/cmd/fm/modules/common/eversholt/config.c
356
if (config_lastcomp == stable(SCSI_DEVICE) ||
usr/src/cmd/fm/modules/common/eversholt/config.c
357
config_lastcomp == stable(SMP_DEVICE)) {
usr/src/cmd/fm/modules/common/eversholt/config.c
364
} else if (pn == stable(TOPO_IO_DEV)) {
usr/src/cmd/fm/modules/common/eversholt/config.c
365
sv = stable(equals + 1);
usr/src/cmd/fm/modules/common/eversholt/config.c
369
} else if (pn == stable(TOPO_IO_DEVID) ||
usr/src/cmd/fm/modules/common/eversholt/config.c
370
pn == stable(TOPO_PROP_SES_DEVID) ||
usr/src/cmd/fm/modules/common/eversholt/config.c
371
pn == stable(TOPO_PROP_SMP_DEVID)) {
usr/src/cmd/fm/modules/common/eversholt/config.c
372
sv = stable(equals + 1);
usr/src/cmd/fm/modules/common/eversholt/config.c
376
} else if (pn == stable(TOPO_STORAGE_TARGET_PORT_L0IDS)) {
usr/src/cmd/fm/modules/common/eversholt/config.c
389
sv = stable(x);
usr/src/cmd/fm/modules/common/eversholt/config.c
513
const char *pn = stable(propname);
usr/src/cmd/fm/modules/common/eversholt/config.c
524
return (lut_lookup(cp->props, (void *) stable(propname), NULL));
usr/src/cmd/fm/modules/common/eversholt/config.c
555
sname = stable(cp->s);
usr/src/cmd/fm/modules/common/eversholt/config.c
607
(void *) stable(path), NULL)) == NULL)
usr/src/cmd/fm/modules/common/eversholt/config.c
633
(void *) stable(devid), NULL)) == NULL)
usr/src/cmd/fm/modules/common/eversholt/config.c
659
(void *) stable(tp), NULL)) == NULL)
usr/src/cmd/fm/modules/common/eversholt/config.c
86
if (n->s != stable("cpu"))
usr/src/cmd/fm/modules/common/eversholt/eval.c
1300
lp->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
1311
rp->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
1325
lp->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
1334
rp->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
192
valuep->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
281
valuep->v = (uintptr_t)stable("");
usr/src/cmd/fm/modules/common/eversholt/eval.c
304
valuep->v = (uintptr_t)stable("");
usr/src/cmd/fm/modules/common/eversholt/eval.c
319
valuep->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
353
matchthis[1] = stable(path);
usr/src/cmd/fm/modules/common/eversholt/eval.c
360
matchthis[0] = stable(path);
usr/src/cmd/fm/modules/common/eversholt/eval.c
390
stable(connstrings[j]));
usr/src/cmd/fm/modules/common/eversholt/eval.c
395
if (stable(w) == matchthis[i]) {
usr/src/cmd/fm/modules/common/eversholt/eval.c
431
valuep->v = (uintptr_t)stable("");
usr/src/cmd/fm/modules/common/eversholt/eval.c
435
s = config_getprop(cp, stable(typestrings[i]));
usr/src/cmd/fm/modules/common/eversholt/eval.c
437
valuep->v = (uintptr_t)stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
473
s = config_getprop(cp, stable(onstrings[i]));
usr/src/cmd/fm/modules/common/eversholt/eval.c
475
s = stable(s);
usr/src/cmd/fm/modules/common/eversholt/eval.c
477
if (s == stable(truestrings[j])) {
usr/src/cmd/fm/modules/common/eversholt/eval.c
775
serdvalp->v = (uintptr_t)stable(buf);
usr/src/cmd/fm/modules/common/eversholt/eval.c
787
serdvalp->v = (uintptr_t)stable(buf);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1021
ret = tree_iname(stable(ptr), NULL, 0);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1025
tree_iname(stable(ptr), NULL, 0));
usr/src/cmd/fm/modules/common/eversholt/fme.c
1254
suffix = stable(&ptr[len]);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1265
newentp->ename = stable(serdclass);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1516
class = stable(class);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2703
newentp->ename = stable(namestring);
usr/src/cmd/fm/modules/common/eversholt/fme.c
4297
np->u.event.ename->u.name.s = stable(ptr);
usr/src/cmd/fm/modules/common/eversholt/fme.c
641
stable(estr), ipath(epnamenp));
usr/src/cmd/fm/modules/common/eversholt/fme.c
806
(void) prune_propagations(stable(estr), ipath(epnamenp));
usr/src/cmd/fm/modules/common/eversholt/platform.c
1382
valuep->v = (uintptr_t)stable(outbuf);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1500
*name = stable(dupname);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1587
nameptr = stable(lastnameptr);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1598
if (nameptr == stable(nvpname))
usr/src/cmd/fm/modules/common/eversholt/platform.c
1647
valuep->v = (uintptr_t)stable(val);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1735
valuep->v = (uintptr_t)stable(val[index]);
usr/src/cmd/fm/modules/common/eversholt/platform.c
1951
retvals->v = (uintptr_t)stable(val);
usr/src/cmd/fm/modules/common/eversholt/platform.c
2077
retvals[i].v = (uintptr_t)stable(val[i]);
usr/src/cmd/fm/modules/common/eversholt/platform.c
209
sname = stable(ename);
usr/src/cmd/fm/modules/common/eversholt/platform.c
424
lastcomp = stable(name);
usr/src/cmd/fm/modules/common/eversholt/platform.c
882
const char *snm = stable(dp->d_name);
usr/src/cmd/fs.d/nfs/nfslog/nfs_log_xdr.c
675
if (!xdr_stable_how(xdrs, &objp->stable))
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
973
args->stable);
usr/src/cmd/mdb/common/modules/specfs/specfs.c
43
uintptr_t stable;
usr/src/cmd/mdb/common/modules/specfs/specfs.c
60
stable = (uintptr_t)sym.st_value;
usr/src/cmd/mdb/common/modules/specfs/specfs.c
62
if (mdb_vread(&sp, sizeof (sp), stable) == -1) {
usr/src/cmd/mdb/common/modules/specfs/specfs.c
63
mdb_warn("failed to read stable entry at %p", stable);
usr/src/cmd/mdb/common/modules/specfs/specfs.c
69
sw->sw_stable = stable;
usr/src/lib/libslp/javalib/com/sun/slp/SLPV1Manager.java
198
start(SLPConfig config, ServerDATable table, ServiceTable stable) {
usr/src/lib/libslp/javalib/com/sun/slp/SLPV1Manager.java
249
new SLPV1Advertiser(interfac, v1SLPGSAddr, stable);
usr/src/uts/common/fs/nfs/nfs3_srv.c
1429
resp->resok.committed = args->stable;
usr/src/uts/common/fs/nfs/nfs3_srv.c
1475
if (args->stable == UNSTABLE)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1477
else if (args->stable == FILE_SYNC)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1479
else if (args->stable == DATA_SYNC)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1531
resp->resok.committed = args->stable;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1021
args.stable = *stab_comm;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1071
if (args.stable == DATA_SYNC ||
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1072
args.stable == FILE_SYNC) {
usr/src/uts/common/fs/nfs/nfs3_xdr.c
1631
if (!xdr_enum(xdrs, (enum_t *)&objp->stable))
usr/src/uts/common/fs/nfs/nfs4_srv.c
5939
resp->committed = args->stable;
usr/src/uts/common/fs/nfs/nfs4_srv.c
5997
if (args->stable == UNSTABLE4)
usr/src/uts/common/fs/nfs/nfs4_srv.c
5999
else if (args->stable == FILE_SYNC4)
usr/src/uts/common/fs/nfs/nfs4_srv.c
6001
else if (args->stable == DATA_SYNC4)
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3184
stable_how4 stable;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3198
stable = *stab_comm;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3228
nfs4args_write(&argop[1], stable, rp, cr, &wargs, &sid_types);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3355
if (wargs->stable == DATA_SYNC4 ||
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3356
wargs->stable == FILE_SYNC4) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
578
nfs4args_write(nfs_argop4 *argop, stable_how4 stable, rnode4_t *rp, cred_t *cr,
usr/src/uts/common/fs/nfs/nfs4_vnops.c
585
wargs->stable = stable;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3935
if (!xdr_int(xdrs, (int *)&objp->stable))
usr/src/uts/common/fs/nfs/nfs_dump.c
237
stable_how stable = FILE_SYNC;
usr/src/uts/common/fs/nfs/nfs_dump.c
320
!XDR_PUTINT32(xdrp, (int32_t *)&stable) ||
usr/src/uts/common/fs/nfs/nfs_log_xdr.c
632
return (xdr_enum(xdrs, (enum_t *)&objp->stable));
usr/src/uts/common/fs/specfs/specsubr.c
1037
for (sp = stable[i]; sp != NULL; sp = sp->s_next) {
usr/src/uts/common/fs/specfs/specsubr.c
414
st = stable[STABLEHASH(dev)];
usr/src/uts/common/fs/specfs/specsubr.c
461
for (sp = stable[i]; sp != NULL; sp = sp->s_next) {
usr/src/uts/common/fs/specfs/specsubr.c
634
struct snode *stable[STABLESIZE];
usr/src/uts/common/fs/specfs/specsubr.c
645
sp->s_next = stable[STABLEHASH(sp->s_dev)];
usr/src/uts/common/fs/specfs/specsubr.c
646
stable[STABLEHASH(sp->s_dev)] = sp;
usr/src/uts/common/fs/specfs/specsubr.c
661
st = stable[STABLEHASH(sp->s_dev)];
usr/src/uts/common/fs/specfs/specsubr.c
665
stable[STABLEHASH(sp->s_dev)] = st->s_next;
usr/src/uts/common/fs/specfs/specsubr.c
693
st = stable[STABLEHASH(dev)];
usr/src/uts/common/fs/specfs/specsubr.c
916
for (sp = stable[i]; sp; sp = sp->s_next) {
usr/src/uts/common/fs/specfs/specsubr.c
996
for (sp = stable[i]; sp != NULL; sp = sp->s_next) {
usr/src/uts/common/fs/specfs/specvfsops.c
128
for (spp = stable; spp < &stable[STABLESIZE]; spp++) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
71
krb5_ser_handle stable;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
75
if (!(stable = krb5_find_serializer(kcontext, entry->odtype))) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
79
if ((stable = (krb5_ser_handle) MALLOC(sizeof(krb5_ser_entry) *
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
83
(void) memcpy((void*)stable, kcontext->ser_ctx,
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
86
(void) memcpy((void*)&stable[kcontext->ser_ctx_count], entry,
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
91
kcontext->ser_ctx = (void *) stable;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/serialize.c
98
(void) memcpy((void*)stable, entry, sizeof(krb5_ser_entry));
usr/src/uts/common/nfs/nfs.h
1593
stable_how stable;
usr/src/uts/common/nfs/nfs4_kprot.h
2225
stable_how4 stable;
usr/src/uts/common/nfs/nfs_log.h
371
stable_how stable;
usr/src/uts/common/sys/fs/snode.h
220
extern struct snode *stable[];