Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c86 if (n->s != stable("cpu")) in config_node_cache()
134 s = stable(path); in config_lookup()
281 ptr = stable("module"); in config_cook()
283 ptr = stable("resource"); in config_cook()
285 ptr = stable("serial"); in config_cook()
337 pn = stable(cfgstr); in config_cook()
365 sv = stable(equals + 1); in config_cook()
372 sv = stable(equals + 1); in config_cook()
389 sv = stable(x); in config_cook()
513 const char *pn = stable(propname); in config_setprop()
[all …]
H A Deval.c192 valuep->v = (uintptr_t)stable(s); in eval_cat()
319 valuep->v = (uintptr_t)stable(s); in eval_func()
353 matchthis[1] = stable(path); in eval_func()
360 matchthis[0] = stable(path); in eval_func()
390 stable(connstrings[j])); in eval_func()
431 valuep->v = (uintptr_t)stable(""); in eval_func()
475 s = stable(s); in eval_func()
1300 lp->v = (uintptr_t)stable(s); in check_expr_args()
1311 rp->v = (uintptr_t)stable(s); in check_expr_args()
1325 lp->v = (uintptr_t)stable(s); in check_expr_args()
[all …]
H A Dplatform.c209 sname = stable(ename); in hc_fmri_nodeize()
424 lastcomp = stable(name); in hc_path()
882 const char *snm = stable(dp->d_name); in platform_get_files()
1382 valuep->v = (uintptr_t)stable(outbuf); in platform_call()
1500 *name = stable(dupname); in get_array_info()
1587 nameptr = stable(lastnameptr); in platform_payloadprop()
1598 if (nameptr == stable(nvpname)) in platform_payloadprop()
1647 valuep->v = (uintptr_t)stable(val); in platform_payloadprop()
1735 valuep->v = (uintptr_t)stable(val[index]); in platform_payloadprop()
1951 retvals->v = (uintptr_t)stable(val); in platform_payloadprop_values()
[all …]
H A DMakefile41 ptree.c stable.c stats.c tree.c
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dserialize.c71 krb5_ser_handle stable; in krb5_register_serializer() local
75 if (!(stable = krb5_find_serializer(kcontext, entry->odtype))) { in krb5_register_serializer()
79 if ((stable = (krb5_ser_handle) MALLOC(sizeof(krb5_ser_entry) * in krb5_register_serializer()
83 (void) memcpy((void*)stable, kcontext->ser_ctx, in krb5_register_serializer()
86 (void) memcpy((void*)&stable[kcontext->ser_ctx_count], entry, in krb5_register_serializer()
91 kcontext->ser_ctx = (void *) stable; in krb5_register_serializer()
98 (void) memcpy((void*)stable, entry, sizeof(krb5_ser_entry)); in krb5_register_serializer()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c264 stable(Rwords[i].word), Rwords[i].val); in lex_init()
269 stable(Timesuffix[i].suffix), &Timesuffix[i].nsec); in lex_init()
313 Fileopened = stable(*Files++); in yylex()
417 File = stable(Tok); in yylex()
497 return (record(QUOTE, stable(Tok))); in yylex()
551 return (record(ARROW, stable(Tok))); in yylex()
600 stable(Tok))); in yylex()
640 stable(Tok))); in yylex()
644 return (record(NUMBER, stable(Tok))); in yylex()
662 cptr = stable(Tok); in yylex()
[all …]
H A Dtree.c540 ename->u.name.s = stable(buf); in ename_compress()
574 ret->u.name.s = stable(s); in tree_name()
626 ret->u.name.s = stable(ss); in tree_iname()
641 ret->u.globid.s = stable(s); in tree_globid()
770 ret->u.quote.s = stable(s); in tree_quote()
793 ptr = stable("connected"); in tree_func()
795 ptr = stable("CONNECTED"); in tree_func()
798 ptr = stable("type"); in tree_func()
800 ptr = stable("TYPE"); in tree_func()
803 ptr = stable("on"); in tree_func()
[all …]
H A Dstable.h44 const char *stable(const char *s);
H A Dliterals.c55 #define L_DECL(s) L_##s = stable(#s) in literals_init()
H A Deftread.c159 (void *)stable(dptr + 1), (void *)0, NULL); in eftread_fopen()
163 (void *)stable(dptr), (void *)0, NULL); in eftread_fopen()
H A Dstable.c140 stable(const char *s) in stable() function
/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c43 uintptr_t stable; in snode_walk_init() local
60 stable = (uintptr_t)sym.st_value; in snode_walk_init()
62 if (mdb_vread(&sp, sizeof (sp), stable) == -1) { in snode_walk_init()
63 mdb_warn("failed to read stable entry at %p", stable); in snode_walk_init()
69 sw->sw_stable = stable; in snode_walk_init()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c414 st = stable[STABLEHASH(dev)]; in specfind()
461 for (sp = stable[i]; sp != NULL; sp = sp->s_next) { in devi_stillreferenced()
634 struct snode *stable[STABLESIZE]; variable
645 sp->s_next = stable[STABLEHASH(sp->s_dev)]; in sinsert()
646 stable[STABLEHASH(sp->s_dev)] = sp; in sinsert()
661 st = stable[STABLEHASH(sp->s_dev)]; in sdelete()
665 stable[STABLEHASH(sp->s_dev)] = st->s_next; in sdelete()
693 st = stable[STABLEHASH(dev)]; in sfind()
916 for (sp = stable[i]; sp; sp = sp->s_next) { in spec_snode_walk()
996 for (sp = stable[i]; sp != NULL; sp = sp->s_next) { in spec_fence_snode()
[all …]
H A Dspecvfsops.c128 for (spp = stable; spp < &stable[STABLESIZE]; spp++) { in spec_sync()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A DREADME.txt20 of the driver is based on the "stable-10.0.x" branch of the VMware
25 Changes from stable-10.0.x include:
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1Manager.java198 start(SLPConfig config, ServerDATable table, ServiceTable stable) { in start() argument
249 new SLPV1Advertiser(interfac, v1SLPGSAddr, stable); in start()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A DREADME.illumos13 driver. This uses the FreeBSD stable/12 branch, git SHA
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c561 sptr = stable[c]; in commnds()
562 sp = stable[c] = sfree; in commnds()
586 sptr = stable[c]; in commnds()
596 sptr = stable[c] = sfree; in commnds()
610 sptr = stable[c]; in commnds()
614 stable[c] = sptr->next; in commnds()
650 sptr = stable[n]; in commnds()
652 sptr = stable[n] = sfree; in commnds()
699 sptr = stable[n]; in commnds()
2058 sptr = stable[c]; in load()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile.esc.com37 out.o ptree.o stable.o stats.o tree.o $($(EFTCLASS)_WRTOBJ)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h220 extern struct snode *stable[];
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c237 stable_how stable = FILE_SYNC; in nd_send_data() local
320 !XDR_PUTINT32(xdrp, (int32_t *)&stable) || in nd_send_data()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.S193 set .stable, %g1 ! g1 gets base of table.
205 .stable: label
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c1200 long stable; in sum_stablehow() local
1202 stable = getxdr_long(); in sum_stablehow()
1203 switch (stable) { in sum_stablehow()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dudp.d.in43 * udpsinfo contains stable UDP details from udp_t.
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME28 0 is the slowest but most stable choice. Level 2 encoding (which right now is the

123