/illumos-gate/usr/src/test/os-tests/tests/libtopo/ |
H A D | digraph-test-in.xml | 2 <!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/digraph-topology.dtd.1"> 4 <!-- 19 --> 21 <topo-digraph fmri-scheme='hc' nodename='test-nodename' os-version='test-os-version' product-id='te… 25 <nvpair name='property-groups' type='nvlist-array'> 27 <nvpair name='property-group-name' type='string' value='test-pg-1' /> 28 <nvpair name='property-values' type='nvlist-array'> 31 <nvpair name='property-name' type='string' value='string-prop' /> 32 <nvpair name='property-type' type='uint32' value='6' /> 33 <nvpair name='property-value' type='string' value='blahblahblah' /> [all …]
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | server.xml | 3 <!-- 26 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 35 --> 37 <service_bundle type='manifest' name='SUNWsmbsr:smb-server'> 39 <!-- 1. Name the service to 'network/smb/server' --> 42 type='service' 45 <!-- 2. Create default service instance. --> 48 <!-- 3. Service has single instance --> 51 <!-- 4. Identify dependencies --> 56 type='service'> [all …]
|
/illumos-gate/usr/src/lib/fm/topo/maps/i86pc/ |
H A D | chip-hc-topology.xml | 3 <!-- 26 --> 32 <set type='product' 33 …setlist='Sun-Fire(TM)-X2100|W1100z-2100z|Sun-Ultra-20-Workstation|Ultra20-M2|Sun-Ultra-40-M2-Works… 36 name-stability='Private' data-stability='Private' > 41 <argval name='format' type='string' value='CPU %d' /> 42 <argval name='offset' type='uint32' value='0' /> 49 <set type='product' setlist='SUN-FIRE-X4150|SUN-FIRE-X4250'> 51 <fac-enum provider='fac_prov_ipmi' /> 53 name-stability='Private' data-stability='Private' > [all …]
|
H A D | psu-hc-topology.xml | 3 <!-- 26 --> 30 …type='product' setlist='Sun-Fire-X4100-Server|Sun-Fire-X4200-Server|Sun-Fire-X4100-M2|Sun-Fire-X42… 32 <facility name='service' type='indicator' provider='fac_prov_ipmi' > 33 … <propgroup name='facility' version='1' name-stability='Private' data-stability='Private' > 34 <propval name='entity_ref' type='string_array' > 35 <propitem value='PS_FAULT' /> 36 <propitem value='sys.psfail.led' /> 38 <propval name='type' type='uint32' value='0' /> 44 <!-- [all …]
|
H A D | chassis-hc-topology.xml | 3 <!-- 26 --> 31 <set type='product' setlist='Sun-Fire-X4140|Sun-Fire-X4240|Sun-Fire-X4440'> 32 <fac-enum provider='fac_prov_ipmi' /> 34 name-stability='Private' data-stability='Private' > 35 <propval name='entity_ref' type='string_array' > 36 <propitem value='INTSW' /> 37 <propitem value='sys.intsw' /> 40 <!-- 42 --> [all …]
|
/illumos-gate/usr/src/cmd/auditd/ |
H A D | auditd.xml | 3 <!-- 29 --> 31 <service_bundle type='manifest' name='SUNWcsr:auditd'> 35 type='service' 42 type='service' 45 <service_fmri value='svc:/system/filesystem/local' /> 50 type='service' 53 <service_fmri value='svc:/milestone/name-services' /> 58 type='service' 61 <service_fmri value='svc:/system/system-log' /> [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_sval.c | 20 * LLONG_MIN. If it is an unsigned type then we use sval.uvalue or if it is 21 * signed we use sval.value. 23 * I considered just using one bit to store whether the value was signed vs 24 * unsigned but I think it might help to have the type information so we know 25 * how to do type promotion. 57 ret.type = get_type(expr); in sval_blank() 58 if (!ret.type) in sval_blank() 59 ret.type = &int_ctype; in sval_blank() 60 ret.value = 123456789; in sval_blank() 65 sval_t sval_type_val(struct symbol *type, long long val) in sval_type_val() argument [all …]
|
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-330x/ |
H A D | Joyent-Compute-Platform-3301-hc-topology.xml | 3 <!-- 14 --> 19 <enum-method name='smbios' version='1' /> 21 <fac-enum provider='fac_prov_ipmi' /> 22 <facility name='3.3V PG' type='sensor' provider='fac_prov_ipmi' > 23 <propgroup name='facility' version='1' name-stability='Private' 24 data-stability='Private' > 25 <propval name='type' type='uint32' value='269' /> 26 <propval name='sensor-class' type='string' value='discrete' /> 27 <propval name='entity_ref' type='string_array' > [all …]
|
/illumos-gate/usr/src/cmd/ndmpd/ |
H A D | ndmp.xml | 3 <!-- 19 - Redistributions of source code must retain the above copyright 22 - Redistributions in binary form must reproduce the above copyright 27 - Neither the name of The Storage Networking Industry Association (SNIA) 44 --> 46 <service_bundle type='manifest' name='SUNWndmpr:ndmpd'> 48 <!-- Name the service to 'system/ndmpd' --> 51 type='service' 55 <!-- Create default service instance. --> 58 <!-- Service has single instance --> [all …]
|
/illumos-gate/usr/src/uts/common/sys/sysevent/ |
H A D | dev.h | 38 * Event Class - EC_DEV_ADD 39 * Event Sub-Class - ESC_DISK 41 * Attribute Name - EV_VERSION 42 * Attribute Type - DATA_TYPE_INT32 43 * Attribute Value - event version number 45 * Attribute Name - DEV_NAME 46 * Attribute Type - DATA_TYPE_STRING 47 * Attribute Value - /dev name to the raw device. 50 * Attribute Name - DEV_PHYS_PATH 51 * Attribute Type - DATA_TYPE_STRING [all …]
|
H A D | ipmp.h | 31 * Sun-private and are subject to change at any time. 44 * Event type EC_IPMP/ESC_IPMP_GROUP_STATE event schema 46 * Event Class - EC_IPMP 47 * Event Sub-Class - ESC_IPMP_GROUP_STATE 48 * Event Vendor - com.sun 49 * Event Publisher - in.mpathd 51 * Attribute Name - IPMP_EVENT_VERSION 52 * Attribute Type - SE_DATA_TYPE_UINT32 53 * Attribute Value - <version> 55 * Attribute Name - IPMP_GROUP_NAME [all …]
|
H A D | env.h | 23 * Copyright 2000-2002 Sun Microsystems, Inc. All rights reserved. 35 * Event type EC_ENV/ESC_ENV_TEMP schema 36 * Event Class - EC_ENV 37 * Event Sub-Class - ESC_ENV_TEMP 38 * Event Publisher - SUNW:kern:[environmental monitor name] 39 * Attribute Name - ENV_VERSION 40 * Attribute Type - SE_DATA_TYPE_UINT32 41 * Attribute Value - [version of the schema] 42 * Attribute Name - ENV_FRU_ID 43 * Attribute Type - SE_DATA_TYPE_STRING [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | login.xml | 4 <!-- 8 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 35 --> 37 <service_bundle type='manifest' name='SUNWrcmdr:rlogin'> 41 type='service' 45 <service_fmri value='svc:/network/inetd:default' /> 48 <property_group name='inetd' type='framework'> 49 <stability value='Evolving' /> 50 <propval name='endpoint_type' type='astring' value='stream' /> 51 <propval name='wait' type='boolean' value='false' /> [all …]
|
H A D | shell.xml | 4 <!-- 8 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 35 --> 37 <service_bundle type='manifest' name='SUNWrcmdr:rsh'> 41 type='service' 45 <service_fmri value='svc:/network/inetd:default' /> 52 type='service'> 53 <service_fmri value='svc:/network/loopback' /> 60 type='service'> 61 <service_fmri value='svc:/milestone/network' /> [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/ |
H A D | server.xml | 3 <!-- 27 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 39 --> 41 <service_bundle type='manifest' name='SUNWnfssr:nfs-server'> 45 type='service' 51 type='service'> 52 <service_fmri value='svc:/milestone/network' /> 58 type='service'> 59 <service_fmri value='svc:/network/nfs/nlockmgr' /> 65 type='service'> [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | route.xml | 3 <!-- 7 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 32 --> 34 <service_bundle type='manifest' name='SUNWroutr:route'> 38 type='service' 45 <!-- in.routed will not run unless routing-setup has run --> 50 type='service'> 51 <service_fmri value='svc:/network/routing-setup' /> 55 type='method' 57 exec='/lib/svc/method/svc-route' [all …]
|
/illumos-gate/usr/src/cmd/acctadm/ |
H A D | extended-accounting.xml | 3 <!-- 35 --> 37 <service_bundle type='manifest' name='SUNWcsr:extended-accounting'> 39 <service name='system/extended-accounting' type='service' version='1'> 43 type='service' 46 <service_fmri value='svc:/system/filesystem/minimal' /> 50 type='method' 52 exec='/usr/sbin/acctadm -s' 56 type='method' 61 <property_group name='startd' type='framework'> [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.xml | 3 <!-- 32 --> 34 <service_bundle type='manifest' name='SUNWcsr:inetd'> 38 type='restarter' 49 type='service'> 50 <service_fmri value='svc:/network/loopback' /> 57 type='service'> 58 <service_fmri value='svc:/system/filesystem/local' /> 65 type='service'> 66 <service_fmri value='svc:/milestone/network' /> [all …]
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | make-console-login-xml | 28 cat >console-login.xml <<EOF 30 <!-- 38 --> 42 <service_bundle type='manifest' name='SUNWcsr:console'> 45 name='system/console-login' 46 type='service' 53 type='service'> 54 <service_fmri value='svc:/system/filesystem/minimal' /> 61 type='service'> 62 <service_fmri value='svc:/system/identity:node' /> [all …]
|
H A D | network-install.xml | 3 <!-- 29 --> 31 <service_bundle type='manifest' name='SUNWcsr:network-install'> 35 type='service' 46 type='service'> 47 <service_fmri value='svc:/network/ip-interface-management' /> 53 <service_fmri value='svc:/network/physical:default' /> 57 type='method' 59 exec='/lib/svc/method/net-install' 63 type='method' [all …]
|
/illumos-gate/usr/src/man/man3head/ |
H A D | stdint.h.3head | 16 .\" Standard for Information Technology -- Portable Operating System 18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics 48 stdint.h, stdint \- integer types 61 The ``width'' of an integer type is the number of bits used to store its value 62 in a pure binary system; the actual type can use more bits than that (for 63 example, a 28-bit type could be stored in 32 bits of actual storage). An N-bit 64 signed type has values in the range -2^N-1 or 1-2^N-1 to 2^N-1-1, while an 65 N-bit unsigned type has values in the range 0 to 2^N-1. 101 Some of these types may denote the same type. 108 For each type described herein that the implementation provides, the [all …]
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | smtp-sendmail.xml | 3 <!-- 26 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 32 --> 34 <service_bundle type='manifest' name='SUNWsndmr:sendmail'> 38 type='service' 44 name='fs-local' 47 type='service'> 48 <service_fmri value='svc:/system/filesystem/local' /> 52 name='network-service' 55 type='service'> [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | legacy-routing.xml | 3 <!-- 31 --> 33 <service_bundle type='manifest' name='SUNWcsr:legacy_routing'> 36 name='network/routing/legacy-routing' 37 type='service' 40 <!-- loopback/physical network configuration is required --> 45 type='service'> 46 <service_fmri value='svc:/network/initial' /> 49 <!-- local fs is needed for routing.conf updates --> 54 type='service'> [all …]
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | bind.xml | 4 <!-- 24 Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 36 --> 38 <service_bundle type='manifest' name='SUNWcsr:rpcbind'> 42 type='service' 53 type='service'> 54 <service_fmri value='svc:/system/filesystem/minimal' /> 57 <!-- 59 routing-setup service, and should be started after any IPsec 62 --> [all …]
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap.xml | 3 <!-- 31 --> 33 <service_bundle type='manifest' name='SUNWcsr:idmap'> 37 type='service' 48 type='service'> 49 <service_fmri value='svc:/network/rpc/bind' /> 52 <dependency name='filesystem-minimal' 55 type='service'> 56 <service_fmri value='svc:/system/filesystem/minimal' /> 60 type='method' [all …]
|