Home
last modified time | relevance | path

Searched full:storage (Results 1 – 25 of 1450) sorted by relevance

12345678910>>...58

/illumos-gate/usr/src/cmd/fm/dicts/
H A DSTORAGE.po27 # code: STORAGE-8000-1Q
30 msgid "STORAGE-8000-1Q.type"
32 msgid "STORAGE-8000-1Q.severity"
34 msgid "STORAGE-8000-1Q.description"
36 msgid "STORAGE-8000-1Q.response"
38 msgid "STORAGE-8000-1Q.impact"
39 msgstr "The SAS fabric is down, and user data storage is unavailable until the configuration proble…
40 msgid "STORAGE-8000-1Q.action"
43 # code: STORAGE-8000-24
46 msgid "STORAGE-8000-24.type"
[all …]
/illumos-gate/usr/src/cmd/hal/fdi/information/10freedesktop/
H A D10-usb-card-readers.fdi7 <match key="storage.bus" string="pcmcia">
8 <match key="storage.model" contains="FLASH">
9 <merge key="storage.drive_type" type="string">compact_flash</merge>
14 <match key="storage.bus" string="ieee1394">
15 <match key="storage.model" string="FWIRE CF READER">
16 <merge key="storage.drive_type" type="string">compact_flash</merge>
21 <match key="storage.bus" string="usb">
22 <match key="storage.model" contains="HS-CF">
23 <merge key="storage.drive_type" type="string">compact_flash</merge>
25 <match key="storage.model" contains="HS-MS">
[all …]
H A D10-usb-music-players.fdi6 <match key="info.category" string="storage">
8 <match key="storage.vendor" contains="Apple">
9 <match key="storage.model" contains="iPod">
12 <merge key="portable_audio_player.access_method" type="string">storage</merge>
17 <merge key="storage.requires_eject" type="bool">true</merge>
22 <match key="storage.vendor" string="Sony">
23 <match key="storage.model" string="PSP">
25 <merge key="portable_audio_player.access_method" type="string">storage</merge>
30 <merge key="storage.drive_type" type="string">memory_stick</merge>
34 <!-- USB Mass Storage devices that are music players -->
[all …]
H A D10-cd-dvd-burner.fdi9 <match key="storage.model" string="IOMEGA - CDRW9602EXT-B">
10 <merge key="storage.cdrom.cdr" type="bool">true</merge>
11 <merge key="storage.cdrom.cdrw" type="bool">true</merge>
12 <merge key="storage.cdrom.dvdr" type="bool">false</merge>
13 <merge key="storage.cdrom.dvdram" type="bool">false</merge>
15 <match key="storage.model" string="SONY - CD-R CDU948S">
16 <merge key="storage.cdrom.cdr" type="bool">true</merge>
17 <merge key="storage.cdrom.cdrw" type="bool">false</merge>
18 <merge key="storage.cdrom.dvdr" type="bool">false</merge>
19 <merge key="storage.cdrom.dvdram" type="bool">false</merge>
[all …]
H A D10-usb-zip-drives.fdi7 <match key="storage.bus" string="usb">
8 <match key="storage.drive_type" string="disk">
9 <match key="storage.vendor" string="IOMEGA">
10 <match key="storage.model" contains_ncase="ZIP">
11 <merge key="storage.drive_type" type="string">zip</merge>
12 <merge key="storage.requires_eject" type="bool">true</merge>
/illumos-gate/usr/src/tools/smatch/src/
H A Dstorage.c2 * Storage - associate pseudos with "storage" that keeps them alive
4 * the global storage allocation problem as possible into a local
16 #include "storage.h"
18 ALLOCATOR(storage, "storages");
19 ALLOCATOR(storage_hash, "storage hash");
80 struct storage *storage = hash->storage; in name_storage() local
81 if (storage->name) in name_storage()
83 storage->name = ++name; in name_storage()
88 struct storage *lookup_storage(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in lookup_storage()
95 return hash->storage; in lookup_storage()
[all …]
H A Dcompile-i386.c76 struct storage;
79 DECLARE_PTR_LIST(storage_list, struct storage);
105 struct storage *contains;
110 struct storage { struct
154 struct storage *addr;
176 struct storage *op1;
177 struct storage *op2;
194 static void emit_move(struct storage *src, struct storage *dest,
196 static struct storage *x86_address_gen(struct expression *expr);
197 static struct storage *x86_symbol_expr(struct symbol *sym);
[all …]
H A Dstorage.h8 * The "storage" that underlies an incoming/outgoing pseudo. It's
28 struct storage;
29 DECLARE_PTR_LIST(storage_ptr_list, struct storage *);
31 struct storage { struct
42 DECLARE_PTR_LIST(storage_list, struct storage); argument
48 struct storage *storage; member
56 extern const char *show_storage(struct storage *);
58 struct storage *lookup_storage(struct basic_block *, pseudo_t, enum inout_enum);
59 void add_storage(struct storage *, struct basic_block *, pseudo_t, enum inout_enum);
61 DECLARE_ALLOCATOR(storage);
[all …]
H A Dexample.c14 #include "storage.h"
284 static const char *show_memop(struct storage *storage) in show_memop() argument
288 if (!storage) in show_memop()
290 switch (storage->type) { in show_memop()
292 sprintf(buffer, "%d(FP)", storage->offset); in show_memop()
295 sprintf(buffer, "%d(SP)", storage->offset); in show_memop()
298 return hardregs[storage->regno].name; in show_memop()
300 return show_storage(storage); in show_memop()
312 static void alloc_stack(struct bb_state *state, struct storage *storage) in alloc_stack() argument
314 storage->type = REG_STACK; in alloc_stack()
[all …]
/illumos-gate/usr/src/cmd/hal/tools/
H A DMakefile39 STORAGE_METHOD_PROG = hal-storage-closetray hal-storage-eject \
40 hal-storage-mount hal-storage-unmount \
41 hal-storage-zpool-export hal-storage-zpool-import
44 hal-storage-cleanup-mountpoint \
45 hal-storage-cleanup-all-mountpoints
51 STORAGE_SHAREDOBJS = hal-storage-shared.o adt_data.o
57 CLEANFILES += $(STORAGE_SHAREDOBJS) $(STORAGE_OBJS) hal-storage-zpool.o
69 $(STORAGE_PROG) := LDLIBS += -lc -ldbus-1 -lglib-2.0 -lhal -lhal-storage -lbsm
95 hal-storage-shared.o: hal-storage-shared.c
96 $(COMPILE.c) -o $@ hal-storage-shared.c
[all …]
/illumos-gate/usr/src/cmd/hal/fdi/preprobe/10osvendor/
H A D10-ide-drives.fdi7 <match key="storage.bus" string="ide">
8 <match key="storage.drive_type" string="disk">
10 <match key="storage.model" contains_ncase="ZIP">
11 <merge key="storage.drive_type" type="string">zip</merge>
12 <merge key="storage.no_partitions_hint" type="bool">true</merge>
13 <merge key="storage.requires_eject" type="bool">true</merge>
19 <match key="storage.model" contains_ncase="CLIK">
20 <merge key="storage.drive_type" type="string">zip</merge>
21 <merge key="storage.no_partitions_hint" type="bool">true</merge>
22 <merge key="storage.requires_eject" type="bool">true</merge>
[all …]
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c3 * probe-storage.c : Probe for storage devices
74 libhal_changeset_set_property_bool (cs, "storage.cdrom.cdr", TRUE); in get_cdrom_properties_walker()
77 libhal_changeset_set_property_bool (cs, "storage.cdrom.cdrw", TRUE); in get_cdrom_properties_walker()
80 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvd", TRUE); in get_cdrom_properties_walker()
83 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdr", TRUE); in get_cdrom_properties_walker()
86 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdram", TRUE); in get_cdrom_properties_walker()
89 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdrw", TRUE); in get_cdrom_properties_walker()
92 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdrw", TRUE); in get_cdrom_properties_walker()
95 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdplusrw", TRUE); in get_cdrom_properties_walker()
98 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdplusr", TRUE); in get_cdrom_properties_walker()
[all …]
/illumos-gate/usr/src/man/man4d/
H A Dscsa2usb.4d11 \fBstorage@unit-address\fR
16 nexus driver that supports the \fIUSB Mass Storage Bulk Only Transport
18 Specification 1.0\fR. The \fBscsa2usb\fR driver also supports USB storage
21 self-powered USB mass storage devices. This nexus driver is both a USB client
23 supports storage devices that utilize the above two transports.
38 unit (LUN) on the mass storage device. The standard Solaris \fBSCSI\fR disk
48 In previous releases, all USB disk storage devices were treated as removable
50 In the current release, however, only disk storage devices with a removable bit
54 backward compatibility, all USB disk storage devices can still be managed by
56 hot remove and hot insert a 1394 mass storage device as the following sections
[all …]
H A Dscsa1394.4d18 1394 mass storage devices compliant with the \fISerial Bus Protocol 2
20 mass storage devices.
28 unit (LUN) on the mass storage device. The standard Solaris SCSI disk driver is
36 In previous releases, all 1394 mass storage devices were treated as removable
38 In the current release, however, only mass storage devices with a removable bit
42 backward compatibility, all 1394 mass storage devices can still be managed by
44 hot remove and hot insert a 1394 mass storage device as the following sections
48 Mass storage devices are managed by a volume manager. Software that manages
63 USB mass storage devices if the file system is recognized. Before hot removing
78 Removing the storage device while it is being accessed or mounted fails with a
[all …]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c3 * devinfo_storage.c : storage devices
216 hal_device_property_set_string (d, "info.category", "storage"); in devinfo_ide_storage_add()
224 hal_device_add_capability (d, "storage"); in devinfo_ide_storage_add()
225 hal_device_property_set_string (d, "storage.bus", "ide"); in devinfo_ide_storage_add()
226 hal_device_property_set_int (d, "storage.lun", 0); in devinfo_ide_storage_add()
227 hal_device_property_set_string (d, "storage.drive_type", "disk"); in devinfo_ide_storage_add()
229 PROP_BOOL(d, node, i, "hotpluggable", "storage.hotpluggable"); in devinfo_ide_storage_add()
230 PROP_BOOL(d, node, i, "removable-media", "storage.removable"); in devinfo_ide_storage_add()
232 hal_device_property_set_bool (d, "storage.media_check_enabled", FALSE); in devinfo_ide_storage_add()
235 hal_device_property_set_bool (d, "storage.requires_eject", FALSE); in devinfo_ide_storage_add()
[all …]
/illumos-gate/usr/src/cmd/hal/fdi/policy/10osvendor/
H A D20-storage-methods.fdi6 <append key="info.callouts.add" type="strlist">hal-storage-cleanup-all-mountpoints</append>
9 <match key="storage.media_check_enabled" bool="true">
10 <append key="info.addons" type="strlist">hald-addon-storage</append>
19 …<append key="org.freedesktop.Hal.Device.Volume.method_execpaths" type="strlist">hal-storage-eject<…
26 …<append key="org.freedesktop.Hal.Device.Volume.method_execpaths" type="strlist">hal-storage-eject<…
31 <match key="storage.media_check_enabled" bool="false">
32 <match key="storage.no_partitions_hint" bool="true">
39 …<append key="org.freedesktop.Hal.Device.Volume.method_execpaths" type="strlist">hal-storage-mount<…
44 …<append key="org.freedesktop.Hal.Device.Volume.method_execpaths" type="strlist">hal-storage-unmoun…
49 …<append key="org.freedesktop.Hal.Device.Volume.method_execpaths" type="strlist">hal-storage-eject<…
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m70 file path=etc/hal/fdi/policy/10osvendor/20-storage-methods.fdi mode=0444 \
80 file path=etc/hal/fdi/preprobe/10osvendor/20-ignore-fixed-storage.fdi \
104 link path=usr/lib/$(ARCH64)/libhal-storage.so target=./libhal-storage.so.1.0.0
105 link path=usr/lib/$(ARCH64)/libhal-storage.so.1 target=./libhal-storage.so.1.0.0
106 file path=usr/lib/$(ARCH64)/libhal-storage.so.1.0.0
111 file path=usr/lib/$(ARCH64)/pkgconfig/hal-storage.pc mode=0444
116 file path=usr/lib/hal/hal-storage-cleanup-all-mountpoints mode=0555
117 file path=usr/lib/hal/hal-storage-cleanup-mountpoint mode=0555
118 file path=usr/lib/hal/hal-storage-closetray mode=0555
119 file path=usr/lib/hal/hal-storage-eject mode=0555
[all …]
H A Dsystem-library-storage-scsi-plugins.p5m26 set name=pkg.fmri value=pkg:/system/library/storage/scsi-plugins@$(PKGVERS)
42 link path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4200.so \
43 target=SUN-Storage-J4400.so
44 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4400.so
45 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4500.so
50 link path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4200.so \
51 target=SUN-Storage-J4400.so
52 file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4400.so
53 file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4500.so
H A Dservice-storage-removable-media.p5m28 set name=pkg.fmri value=pkg:/service/storage/removable-media@$(PKGVERS)
29 set name=pkg.summary value="Storage media management library"
30 set name=pkg.description value="Storage media management library"
58 legacy pkg=SUNWsmedia desc="Storage media management library" \
59 name="Storage media management library"
60 legacy pkg=SUNWsmediar desc="Storage media management library (Root)" \
61 name="Storage media management library (Root)"
/illumos-gate/usr/src/man/man8/
H A Dluxadm.88 luxadm \- administer Sun Fire 880 storage subsystem and FC_AL devices
17 \fBSENA\fR, Sun Fire 880 internal storage subsystem, and individual Fiber
59 device, \fBSENA\fR subsystem IB, or Sun Fire 880 internal storage subsystem.
76 For a disk in a Sun Fire 880 internal storage subsystem, a typical physical
145 For a Sun Fire 880 internal storage subsystem, a device may also be identified
160 internal storage subsystem enclosure services device. Use \fIs\fR to specify
161 the disk slot number in the Sun Fire 880 internal storage subsystem, \fB0\fR -
200 The \fIbox_name\fR of the \fBSENA\fR or Sun Fire 880 internal storage
229 The logical or physical path of a \fBSENA IB\fR, Sun Fire 880 internal storage
306 the Sun Fire 880 internal storage subsystem specified by the enclosure or
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/privilege/
H A Dprivilege_001_pos.ksh37 # The RBAC profile "ZFS Storage Management" works
42 # 2. Assign "ZFS Storage Management" profile, try to create pool again,
53 # 6. Remove the Storage profile, then attempt to recreate the pool, which
60 log_assert "The RBAC profile \"ZFS Storage Management\" works"
69 log_must usermod -P "ZFS Storage Management" $ZFS_USER
81 usermod -P "ZFS Storage Management" $ZFS_USER
87 # revoke Storage Management profile
91 log_pass "The RBAC profile \"ZFS Storage Management\" works"
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c4 * libhal-storage.c : HAL convenience library for storage devices and volumes
38 #include "libhal-storage.h"
878 /** Given a UDI for a HAL device of capability 'storage', this
903 if (!libhal_device_query_capability (hal_ctx, udi, "storage", &error)) in libhal_drive_from_udi()
934 LIBHAL_PROP_EXTRACT_STRING ("storage.bus", bus_textual); in libhal_drive_from_udi()
935 LIBHAL_PROP_EXTRACT_STRING ("storage.vendor", drive->vendor); in libhal_drive_from_udi()
936 LIBHAL_PROP_EXTRACT_STRING ("storage.model", drive->model); in libhal_drive_from_udi()
937 LIBHAL_PROP_EXTRACT_STRING ("storage.drive_type", drive->type_textual); in libhal_drive_from_udi()
938 LIBHAL_PROP_EXTRACT_UINT64 ("storage.size", drive->drive_size); in libhal_drive_from_udi()
940 LIBHAL_PROP_EXTRACT_STRING ("storage.icon.drive", drive->dedicated_icon_drive); in libhal_drive_from_udi()
[all …]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_noe.h77 /* Storage Box HotPlug or Cabling Change */
79 #define DETAIL_STORAGEBOX_REMOVED 0 /* Storage box Removed */
80 #define DETAIL_STORAGEBOX_ADDED 1 /* Storage Box Added */
81 /* Storage Box Redundant I/O Module Removed */
83 /* Storage Box Redundant I/O Module (or its path) Added */
85 /* Storage Box (or its first path) Repaired (re-added after failure) */
87 /* Storage Box Redundant I/O Module (or its path) Repaired */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c100 * Pointer to handle to string (in allocated storage) to
116 * NOTE: Any string returned is placed in new storage for the
118 * of the storage once the string is no longer needed.
206 * string of characters placed in allocated storage
208 * - Pointer to buffer used as storage space for the
251 * string of characters placed in allocated storage
258 * NOTE: Any string returned is placed in new storage for the
260 * of the storage once the string is no longer needed.
287 /* allocate storage to hold the message */ in pkgstrPrintf()
326 * NOTE: Any token string returned is placed in new storage for the
[all …]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_str.c118 * NOTE: Any string returned in 'a_old' is placed in new storage for the
120 * of the storage once the token string is no longer needed.
222 /* free up temporary storage */ in _z_strContainsToken()
253 * NOTE: Any token string returned is placed in new storage for the
255 * of the storage once the token string is no longer needed.
303 /* duplicate token into its own storage */ in _z_strGetToken()
351 * - Pointer to buffer used as storage space for the
428 * string of characters placed in allocated storage
435 * NOTE: Any string returned is placed in new storage for the
437 * of the storage once the string is no longer needed.
[all …]

12345678910>>...58