| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
| serialize.c | 73 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
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| stable.c | 25 * stable.c -- string table module 40 #include "stable.h" 46 static char **Stable; /* the hash table */ 67 * stable_init -- initialize the stable module 82 Stable = MALLOC(Stablesz * sizeof (*Stable)); 83 bzero((void *)Stable, Stablesz * sizeof (*Stable)); 85 Stablecount = stats_new_counter("stable.size", "hash table size", 1); 86 Blockcount = stats_new_counter("stable.blocks", "blocks allocated", 1) 142 stable(const char *s) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/specfs/ |
| specfs.c | 45 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",
|
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| fpu_test64.s | 1896 stable: label [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/specfs/ |
| specsubr.c | 138 * Get the time attributes outside of the stable lock since 410 st = stable[STABLEHASH(dev)]; 452 for (sp = stable[i]; sp != NULL; sp = sp->s_next) { 625 struct snode *stable[STABLESIZE]; variable in typeref:struct:snode 636 sp->s_next = stable[STABLEHASH(sp->s_dev)]; 637 stable[STABLEHASH(sp->s_dev)] = sp; 652 st = stable[STABLEHASH(sp->s_dev)]; 656 stable[STABLEHASH(sp->s_dev)] = st->s_next; 684 st = stable[STABLEHASH(dev)]; 907 for (sp = stable[i]; sp; sp = sp->s_next) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs_dump.c | 231 stable_how stable = FILE_SYNC; local 309 * stable 314 !XDR_PUTINT32(xdrp, (int32_t *)&stable) ||
|
| nfs4_vnops.c | 564 nfs4args_write(nfs_argop4 *argop, stable_how4 stable, rnode4_t *rp, cred_t *cr, 571 wargs->stable = stable; 3148 stable_how4 stable; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_nfs3.c | 152 "Commit to stable storage", /* 21 */ 456 (void) sprintf(get_line(0, 0), "Stable = %s", 519 (void) sprintf(get_line(0, 0), "Stable = %s", 1200 long stable; local 1202 stable = getxdr_long(); 1203 switch (stable) {
|
| /onnv/onnv-gate/usr/src/cmd/dc/ |
| dc.h | 151 struct sym *stable[TBLSZ]; variable in typeref:struct:sym
|
| /onnv/onnv-gate/usr/src/uts/common/nfs/ |
| nfs_log.h | 368 stable_how stable; member in struct:nfslog_WRITE3args
|
| nfs4_kprot.h | 1315 stable_how4 stable; member in struct:WRITE4args [all...] |
| nfs.h | 1516 stable_how stable; member in struct:WRITE3args [all...] |