| /nfsv41/nfs41-gate/usr/src/lib/libnisdb/ |
| db_scheme_c.x | 71 %/* A scheme is a description of the fields of a table. */ 98 % STRUCTRWLOCK(scheme); 101 %/* Accessor: return number of keys in scheme. */ 107 %/* Constructor: create empty scheme */ 114 %/* Constructor: create new scheme by making copy of 'orig'. 115 % All items within old scheme are also copied (i.e. no shared pointers). */ 121 %/* Destructor: delete all keys associated with scheme and scheme itself. */ 128 % of this scheme. If so, return in 'result' the index's number. */ 142 % return (WLOCK(scheme)); [all...] |
| db_query.cc | 37 db_query::db_query(db_scheme * scheme, int size, nis_attr* attrlist) 51 if (!scheme->find_index(attrlist[i].zattr_ndx, 73 * along with information on the scheme given, will determine 79 db_query::db_query(db_scheme *scheme, entry_object_p obj) 81 num_components = scheme->numkeys(); // scheme's view of key count 82 db_key_desc *keyinfo = scheme->keyloc();
|
| db_mindex_c.x | 73 db_scheme *scheme; 120 % db_scheme *scheme; 137 % along with information on the scheme given, will determine 166 %/* Constructor: Create empty table (no scheme, no table or indices). */ 169 %/* Constructor: Create new table using scheme defintion supplied. 170 % (Make copy of scheme and keep it with table.) */ 180 %/* Returns whether there table is valid (i.e. has scheme). */ 181 % bool_t good() { return scheme != NULL && table != NULL; } 193 % scheme. Reset version to 0 */ 203 %/* Initialize table using information given in scheme 'how' [all...] |
| db_mindex.cc | 52 * Constructor: Create new table using scheme defintion supplied. 53 * (Make copy of scheme and keep it with table.) 66 /* Constructor: Create empty table (no scheme, no table or indices). */ 69 scheme = NULL; 87 * Initialize table using information given in scheme 'how'. 88 * Record the scheme for later use (make copy of it); 95 scheme = new db_scheme(how); // make copy 96 if (scheme == NULL) 97 FATAL("db_mindex::init: could not allocate space for scheme", 100 if (scheme->numkeys() == 0) [all...] |
| /nfsv41/nfs41-gate/usr/src/lib/print/libpapi-dynamic/common/ |
| psm.c | 48 psm_open(service_t *svc, char *scheme) 53 if ((scheme == NULL) || (strchr(scheme, '/') != NULL)) 56 snprintf(path, sizeof (path), PSM_DIR "/psm-%s.so", scheme); 65 detailed_error(svc, "psm_open(%s): %s: %s", scheme, path,
|
| service.c | 92 result = strdup(uri->scheme); 105 char *scheme = default_print_service(); local 125 /* parse the URI and set the scheme(print service) */ 127 scheme = (svc->uri)->scheme; 129 /* override the scheme if it was in the attributes */ 131 "print-service-module", &scheme); 134 scheme = name; 136 result = psm_open(svc, scheme); 148 scheme, name) [all...] |
| /nfsv41/nfs41-gate/usr/src/lib/print/libpapi-common/common/ |
| uri.h | 40 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]] 43 char *scheme; member in struct:__anon4615
|
| uri.c | 59 * scheme:scheme_data 60 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]] 73 /* find the scheme:scheme_part split */ 82 u->scheme = strndup(string, ptr - string); 87 * scheme://[host_part]/[path_part] 162 } else { /* scheme:scheme_part */ 183 (uri->scheme == NULL) || 202 uri->scheme, 217 (void) snprintf(buffer, buflen, "%s:%s", uri->scheme, 228 if (uri->scheme != NULL [all...] |
| /nfsv41/nfs41-gate/usr/src/lib/fm/topo/libtopo/common/ |
| topo_file.c | 66 const char *scheme, int pmap) 78 scheme); 80 (void) snprintf(fp, MAXNAMELEN, TOPO_COMMON_FILE, scheme); 88 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme))
|
| topo_fmri.c | 45 * scheme plugin operations are supported as long as a backend method is 46 * supplied by a scheme-specific enumerator or the enumerator module that 47 * created the matching topology node. Support for fmd scheme operations 66 * - create: an FMRI nvlist by scheme type 104 char *scheme, *str; local 108 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0) 112 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) 180 char *scheme; local 184 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0) 188 if ((rnode = topo_hdl_root(thp, scheme)) == NULL 208 char *scheme; local 236 char *scheme; local 271 char *scheme; local 297 char *scheme; local 325 char *scheme; local 355 char *scheme; local 383 char *scheme; local 410 char *scheme; local 566 char *scheme; local 613 char *scheme; local 825 char *scheme; local [all...] |
| topo_tree.c | 29 * Toplogy trees are instantiated for each builtin (FMRI) scheme specified 31 * skeleton of the topology tree (scheme, root node, and file information). 34 * provides a handle to access static .xml files that seed scheme-specifc 39 * trees maintained in topo_hdl_t. Builtin scheme-specific enumerators are 41 * system. If a <scheme>-topology.xml file exists in a standard file 82 topo_tree_create(topo_hdl_t *thp, topo_mod_t *mod, const char *scheme) 92 if ((tp->tt_scheme = topo_mod_strdup(mod, scheme)) == NULL) 161 * <product-name>-<scheme>-topology 162 * <platform-name>-<scheme>-topology (uname -i) 163 * <machine-name>-<scheme>-topology (uname -m [all...] |
| /nfsv41/nfs41-gate/usr/src/uts/sparc/io/ |
| devfm_machdep.c | 41 char *scheme; local 48 /* Verify FMRI scheme name and version number */ 49 if ((nvlist_lookup_string(nvl, FM_FMRI_SCHEME, &scheme) != 0) || 50 (strcmp(scheme, FM_FMRI_SCHEME_MEM) != 0) || 58 * scheme FMRI. One way is to use the "offset" and "serial"
|
| /nfsv41/nfs41-gate/usr/src/lib/fm/libfmd_msg/common/ |
| fmd_msg_test.out | 29 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>> 38 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme> 45 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd>> 54 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd 63 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd 70 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>> 79 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme [all...] |
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
| piconv | 8 my %Scheme = map {$_ => 1} qw(from_to decode_encode perlio); 28 'scheme|S=s', 41 my $scheme = exists $Scheme{$Opt{Scheme}} ? $Opt{Scheme} : 'from_to'; 49 Scheme: $scheme 56 if ($scheme eq 'from_to'){ 61 }elsif ($scheme eq 'decode_encode') [all...] |
| /nfsv41/nfs41-gate/usr/src/common/openssl/crypto/asn1/ |
| p5_pbev2.c | 90 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL; 109 /* Setup the AlgorithmIdentifier for the encryption scheme */ 110 scheme = pbe2->encryption; 112 scheme->algorithm = obj; 113 if(!(scheme->parameter = ASN1_TYPE_new())) goto merr; 124 if(EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) { 197 /* Note 'scheme' is freed as part of pbe2 */
|
| /nfsv41/nfs41-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/ |
| cma_cpu_sun4v.c | 86 char *scheme; local 89 * We're using topo retire if the fmri is in "hc" scheme. 91 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) == 0 && 92 strcmp(scheme, FM_FMRI_SCHEME_HC) == 0) { 136 char *scheme; local 142 if (repair || nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0) 144 if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { 147 } else if (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0) {
|
| /nfsv41/nfs41-gate/usr/src/cmd/fm/schemes/ |
| Makefile.com | 33 SCHEME :sh= cd ..; basename `pwd` 36 # For now, we assume a scheme is named after its directory and its source file 37 # is named 'scheme.c'. If schemes get more complicated this can be enhanced 40 PROG = $(SCHEME:%=%.so) 41 SRCS = scheme.c
|
| /nfsv41/nfs41-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/ |
| Sun-Fire-X4200-M2-disk-hc-topology.xmlgen | 32 <topology name='disk' scheme='hc'>
|
| /nfsv41/nfs41-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/ |
| Sun-Fire-X4200-Server-disk-hc-topology.xmlgen | 32 <topology name='disk' scheme='hc'>
|
| /nfsv41/nfs41-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/ |
| Sun-Fire-X4600-M2-disk-hc-topology.xmlgen | 31 <topology name='disk' scheme='hc'>
|
| /nfsv41/nfs41-gate/usr/src/cmd/fm/modules/common/io-retire/ |
| rio_main.c | 129 char *scheme; local 187 scheme = NULL; 188 if (nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 || 189 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { 190 fmd_hdl_debug(hdl, "rio_recv: not \"dev\" scheme: %s", 191 scheme ? scheme : "<NULL>");
|
| /nfsv41/nfs41-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/ |
| cda_main.c | 68 char *scheme; local 72 nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 || 80 strcmp(scheme, sp->subr_sname) == 0 &&
|
| /nfsv41/nfs41-gate/usr/src/uts/common/io/ |
| bl.c | 124 const char *scheme; local 165 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, (char **)&scheme) != 0) { 173 err = blacklist(cmd, scheme, fmri, class);
|
| /nfsv41/nfs41-gate/usr/src/lib/fm/libfmd_snmp/ |
| Makefile.com | 35 scheme.c
|
| /nfsv41/nfs41-gate/usr/src/cmd/fm/fmdump/ |
| Makefile.com | 29 SRCS += fmdump.c asru.c error.c fault.c scheme.c
|