Searched defs:stable (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1Manager.java198 start(SLPConfig config, ServerDATable table, ServiceTable stable) { argument
249 new SLPV1Advertiser(interfac, v1SLPGSAddr, stable);
/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c45 uintptr_t stable; local
57 if (mdb_lookup_by_name("stable", &sym) == -1) {
58 mdb_warn("failed to read 'stable'");
62 stable = (uintptr_t)sym.st_value;
64 if (mdb_vread(&sp, sizeof (sp), stable) == -1) {
65 mdb_warn("failed to read stable entry at %p", stable);
71 sw->sw_stable = stable;
94 mdb_warn("failed to read stable entry at %p",
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c25 * stable.c -- string table module
40 #include "stable.h"
67 * stable_init -- initialize the stable module
85 Stablecount = stats_new_counter("stable.size", "hash table size", 1);
86 Blockcount = stats_new_counter("stable.blocks", "blocks allocated", 1);
87 Add0 = stats_new_counter("stable.add0", "adds to empty buckets", 1);
88 Add1 = stats_new_counter("stable.add1", "adds to 1-entry buckets", 1);
89 Add2 = stats_new_counter("stable.add2", "adds to 2-entry buckets", 1);
90 Add3 = stats_new_counter("stable.add3", "adds to 3-entry buckets", 1);
91 Addn = stats_new_counter("stable
142 stable(const char *s) function
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dserialize.c73 krb5_ser_handle stable;
77 if (!(stable = krb5_find_serializer(kcontext, entry->odtype))) {
81 if ((stable = (krb5_ser_handle) MALLOC(sizeof(krb5_ser_entry) *
85 (void) memcpy((void*)stable, kcontext->ser_ctx,
88 (void) memcpy((void*)&stable[kcontext->ser_ctx_count], entry,
93 kcontext->ser_ctx = (void *) stable;
100 (void) memcpy((void*)stable, entry, sizeof(krb5_ser_entry));
71 krb5_ser_handle stable; local
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c237 stable_how stable = FILE_SYNC; local
315 * stable
320 !XDR_PUTINT32(xdrp, (int32_t *)&stable) ||
H A Dnfs4_vnops.c577 nfs4args_write(nfs_argop4 *argop, stable_how4 stable, rnode4_t *rp, cred_t *cr, argument
584 wargs->stable = stable;
3172 stable_how4 stable; local
3186 stable = *stab_comm;
3216 nfs4args_write(&argop[1], stable, rp, cr, &wargs, &sid_types);
3345 if (wargs->stable == DATA_SYNC4 ||
3346 wargs->stable == FILE_SYNC4) {
3351 "to stable storage",
4644 * Flush local dirty pages to stable storag
[all...]
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c141 * Get the time attributes outside of the stable lock since
413 st = stable[STABLEHASH(dev)];
455 for (sp = stable[i]; sp != NULL; sp = sp->s_next) {
628 struct snode *stable[STABLESIZE]; variable in typeref:struct:snode
639 sp->s_next = stable[STABLEHASH(sp->s_dev)];
640 stable[STABLEHASH(sp->s_dev)] = sp;
655 st = stable[STABLEHASH(sp->s_dev)];
659 stable[STABLEHASH(sp->s_dev)] = st->s_next;
687 st = stable[STABLEHASH(dev)];
910 for (sp = stable[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c152 "Commit to stable storage", /* 21 */
1200 long stable; local
1202 stable = getxdr_long();
1203 switch (stable) {
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h151 struct sym *stable[TBLSZ]; variable in typeref:struct:sym
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h368 stable_how stable; member in struct:nfslog_WRITE3args
H A Dnfs.h1516 stable_how stable; member in struct:WRITE3args
H A Dnfs4_kprot.h1334 stable_how4 stable; member in struct:WRITE4args
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c238 static int in_string_table(char *stable[], int size, char *string);
9161 in_string_table(char *stable[], int size, char *string) argument
9167 if (strcmp(stable[size], string) == 0) {

Completed in 137 milliseconds