| /titanic_53/usr/src/lib/fm/topo/maps/i86pc/ |
| H A D | i86pc-legacy-hc-topology.xml | 35 <range name='motherboard' min='0' max='0'> 76 <range name='chip' min='0' max='100'> 79 </range> 80 <range name='hostbridge' min='0' max='254'> 82 </range> 85 </range> 87 <range name='chassis' min='0' max='0'> 94 <range name='psu' min='0' max='100'> 97 </range> 98 <range name='fanmodule' min='0' max='100'> [all …]
|
| /titanic_53/usr/src/lib/libbsm/common/ |
| H A D | getdevicerange.c | 38 * be used. If label range is not specified for the device in 49 blrange_t *range; in getdevicerange() local 52 if ((range = malloc(sizeof (blrange_t))) == NULL) in getdevicerange() 54 if ((range->lower_bound = blabel_alloc()) == NULL) { in getdevicerange() 55 free(range); in getdevicerange() 58 if ((range->upper_bound = blabel_alloc()) == NULL) { in getdevicerange() 59 blabel_free(range->lower_bound); in getdevicerange() 60 free(range); in getdevicerange() 66 * return its label range. in getdevicerange() 80 bsllow(range->lower_bound); in getdevicerange() [all …]
|
| /titanic_53/usr/src/man/man3c/ |
| H A D | madvise.3c | 21 memory in the range [\fIaddr\fR, \fIaddr\fR + \fIlen\fR) will be accessed 24 specified mapping range. In general (and true to the name of the function), 54 address range causes the system to read data from the mapped file. The kernel 80 Tell the system that addresses in this range are likely to be accessed only 81 once, so the system will free the resources mapping the address range as 91 Tell the system that a certain address range is definitely needed so the kernel 92 will start reading the specified range into memory. This can benefit programs 103 Tell the kernel that the specified address range is no longer needed, so the 104 system starts to free the resources associated with the address range. 107 \fBMADV_DONTNEED\fR will actually synchronously purge the address range, [all …]
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_destroy_016_pos.ksh | 18 # Verify zfs destroy test for range of snapshots by giving a list 22 # 1. Create a list of valid and invalid arguments for range snapshot 54 for i in $range; do 63 for i in $range; do 85 range="1 2 3 4 5" 101 log_note "Destroy the begining range" 105 range="1 2 3" 107 range="4 5" 111 log_note "Destroy the mid range" 114 range="2 3 4" [all …]
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
| H A D | hist.c | 50 int range[2], incr, index2, indx= -1; in b_hist() local 89 range[++indx] = flag; in b_hist() 140 range[++flag] = (int)strtol(arg, (char**)0, 10); in b_hist() 142 range[flag] += (hist_max(hp)-1); in b_hist() 149 if((range[++flag] = location.hist_command) < 0) in b_hist() 155 /* set default starting range */ in b_hist() 164 range[0] = flag; in b_hist() 168 if(range[0]<index2) in b_hist() 169 range[0] = index2; in b_hist() 171 /* set default termination range */ in b_hist() [all …]
|
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zfs_rlock.h | 46 uint64_t r_off; /* file range offset */ 47 uint64_t r_len; /* file range length */ 48 uint_t r_cnt; /* range reference count in tree */ 49 rl_type_t r_type; /* range type */ 52 uint8_t r_proxy; /* acting for original range */ 53 uint8_t r_write_wanted; /* writer wants to lock this range */ 54 uint8_t r_read_wanted; /* reader wants to lock this range */ 58 * Lock a range (offset, length) as either shared (RL_READER) 61 * end of file. Returns the range lock structure. 65 /* Unlock range and destroy range lock structure. */ [all …]
|
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_rlock.c | 30 * This file contains the code to implement file range locking in 45 * The starting range offset is used for searching and sorting the tree. 59 * So this implementation uses reference counts and proxy range locks. 63 * for that range and replaces the original lock. If the overlap 74 * readers on a range don't starve a writer for the same range lock, 76 * If a writer (or reader) can't get a range it initialises the writer 78 * and waits on that cv. When a thread unlocks that range it wakes up all 83 * Append mode writes need to lock a range at the end of a file. 85 * range locking mutex, and the lock type converted from RL_APPEND to 86 * RL_WRITER and the range locked. [all …]
|
| /titanic_53/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | Distribution.java | 37 * range known as a bucket and counts toward the frequency of that 39 * bucket's range always one less than the minimum of the next bucket's 40 * range. By convention each bucket is identified by the minimum of its 41 * range. 66 * values falling into that bucket's range; each element must be a 70 * does not have the expected range as defined by checkBucketRange() 92 * does not have the expected range as defined by checkBucketRange() 139 * Gets a two element array: the first elelemt is the range minimum 140 * (inclusive), the second element is the range maximum (inclusive). 168 long[] range; // two element array: { min, max } in createBuckets() local [all …]
|
| /titanic_53/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| H A D | qlc.conf | 65 #Type: Integer, bytes; Range: 512, 1024, 2048 75 #Type: Integer, commands; Range: 1 - 65535; Default: 32 83 #Type: Integer, count; Range: 0 - 255; Default: 3 91 #Type: Integer, count; Range: 0 - 255; Default: 4 99 #Type: Integer, flag; Range: 0 (disable), 1 (enable); Default: 0 107 #Type: Integer, ID; Range: 0-125; Default: 0 114 #Type: Integer, flag; Range: 0 (disable), 1 (enable); Default: 0 120 #Type: Integer, flag; Range: 0 (disable), 1 (enable); Default: 1 126 #Type: Integer, flag; Range: 0 (disable), 1 (enable); Default: 0 132 #Type: Integer, seconds; Range: 1 - 255; Default: 5 [all …]
|
| /titanic_53/usr/src/man/man4/ |
| H A D | slp.conf.4 | 137 \fBRange of Values\fR 174 \fBRange of Values\fR 212 \fBRange of Values\fR 258 \fBRange of Values\fR 305 \fBRange of Values\fR 378 \fBRange of Values\fR 415 \fBRange of Values\fR 453 \fBRange of Values\fR 490 \fBRange of Values\fR 532 \fBRange of Values\fR [all …]
|
| /titanic_53/usr/src/lib/libproc/common/ |
| H A D | proc_arg.c | 145 * Check to see if the user has supplied an lwp range. First, in proc_grab_common() 305 proc_lwp_get_range(char *range, id_t *low, id_t *high) in proc_lwp_get_range() argument 307 if (*range == '-') in proc_lwp_get_range() 310 *low = (id_t)strtol(range, &range, 10); in proc_lwp_get_range() 312 if (*range == '\0' || *range == ',') { in proc_lwp_get_range() 316 if (*range != '-') { in proc_lwp_get_range() 319 range++; in proc_lwp_get_range() 321 if (*range == '\0') in proc_lwp_get_range() 324 *high = (id_t)strtol(range, &range, 10); in proc_lwp_get_range() 326 if (*range != '\0' && *range != ',') { in proc_lwp_get_range() [all …]
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,T5140/ |
| H A D | T5440-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 34 <range name='cpuboard' min='0' max='3'> 36 </range> 40 <range name='interconnect' min='0' max='3'> 42 </range> 43 <range name='dimm' min='0' max='0'> 45 </range> 47 </range> 49 <range name='ses-enclosure' min='0' max='1024'> 51 </range>
|
| /titanic_53/usr/src/uts/i86pc/io/acpi/acpidev/ |
| H A D | acpidev_resource.c | 490 acpidev_ranges_t range; in acpidev_resource_address64() local 492 range.child_hi = high; in acpidev_resource_address64() 493 range.child_mid = addrp->Address.Minimum >> 32; in acpidev_resource_address64() 494 range.child_low = addrp->Address.Minimum & 0xFFFFFFFF; in acpidev_resource_address64() 497 range.parent_hi = ACPIDEV_REG_TYPE_IO; in acpidev_resource_address64() 499 range.parent_hi = high; in acpidev_resource_address64() 503 range.parent_mid = paddr >> 32; in acpidev_resource_address64() 504 range.parent_low = paddr & 0xFFFFFFFF; in acpidev_resource_address64() 505 range.size_hi = addrp->Address.AddressLength >> 32; in acpidev_resource_address64() 506 range.size_low = addrp->Address.AddressLength & in acpidev_resource_address64() [all …]
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,Netra-CP3260/ |
| H A D | Netra-CP3260-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 34 <range name='chip' min='0' max='0'> 38 <range name='hostbridge' min='0' max='254'> 42 <range name='niu' min='0' max='0'> 44 </range> 47 </range> 50 </range> 53 </range> 55 <range name='ses-enclosure' min='0' max='1024'> 57 </range>
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,Sun-Blade-T6320/ |
| H A D | Sun-Blade-T6320-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 34 <range name='chip' min='0' max='0'> 38 <range name='hostbridge' min='0' max='254'> 42 <range name='niu' min='0' max='0'> 44 </range> 47 </range> 50 </range> 53 </range> 54 <range name='ses-enclosure' min='0' max='1024'> 56 </range>
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,SPARC-Enterprise-T5120/ |
| H A D | SPARC-Enterprise-T5220-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 34 <range name='chip' min='0' max='0'> 38 <range name='hostbridge' min='0' max='254'> 42 <range name='niu' min='0' max='0'> 44 </range> 47 </range> 49 </range> 53 </range> 54 <range name='ses-enclosure' min='0' max='1024'> 56 </range>
|
| H A D | SPARC-Enterprise-T5120-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 34 <range name='chip' min='0' max='0'> 38 <range name='hostbridge' min='0' max='254'> 42 <range name='niu' min='0' max='0'> 44 </range> 47 </range> 50 </range> 53 </range> 54 <range name='ses-enclosure' min='0' max='1024'> 56 </range>
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,Netra-T5220/ |
| H A D | Netra-T5220-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 34 <range name='chip' min='0' max='0'> 38 <range name='hostbridge' min='0' max='254'> 42 <range name='niu' min='0' max='0'> 44 </range> 46 </range> 48 </range> 51 </range> 53 <range name='ses-enclosure' min='0' max='1024'> 55 </range>
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-T200/ |
| H A D | Sun-Fire-T200-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 33 <range name='chip' min='0' max='0'> 35 </range> 37 </range> 38 <range name='ioboard' min='0' max='0'> 49 <range name='hostbridge' min='0' max='254'> 51 </range> 53 </range> 54 <range name='ses-enclosure' min='0' max='1024'> 56 </range>
|
| H A D | SPARC-Enterprise-T2000-hc-topology.xml | 28 <range name='motherboard' min='0' max='0'> 31 <range name='chip' min='0' max='0'> 33 </range> 35 </range> 36 <range name='ioboard' min='0' max='0'> 47 <range name='hostbridge' min='0' max='254'> 49 </range> 51 </range> 52 <range name='ses-enclosure' min='0' max='1024'> 54 </range>
|
| H A D | Netra-T2000-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 33 <range name='chip' min='0' max='0'> 35 </range> 37 </range> 38 <range name='ioboard' min='0' max='0'> 49 <range name='hostbridge' min='0' max='254'> 51 </range> 53 </range> 55 <range name='ses-enclosure' min='0' max='1024'> 57 </range>
|
| /titanic_53/usr/src/man/man3dat/ |
| H A D | dat_lmr_sync_rdma_write.3dat | 65 before reading data from a memory range in this region that was the target of 67 must be called after the RDMA Write operation completes, and the memory range 70 see the modified contents of the memory range. It is permissible to batch 78 local writes to a memory range that was or will be the target of incoming RDMA 83 range. 87 Consumer attempts to read from a memory range in an LMR without properly 89 undefined. If the Consumer attempts to write to a memory range without properly 90 synchronizing, the contents of the memory range become undefined. 116 One of the parameters is invalid. For example, the address range for a local 124 Determining when an RDMA Write completes and determining which memory range was [all …]
|
| /titanic_53/usr/src/man/man3tsol/ |
| H A D | getdevicerange.3tsol | 8 getdevicerange \- get the label range of a device 25 The \fBgetdevicerange()\fR function returns the label range of a 29 If the label range is not specified for \fIdevice\fR, \fBgetdevicerange()\fR 34 From the command line, \fBlist_devices\fR(1) can be used to see the label range 45 blrange_t *range; 47 m_label_free(range->lower_bound); 48 m_label_free(range->upper_bound); 49 free(range); 112 \fIValidating the Label Request Against the Printer\&'s Label Range\fR in
|
| /titanic_53/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs.conf | 66 # Range: Min:0 Max:0xffffffff 86 # Range: Min:128 Max:10240 Default:1024 105 # Range: Min:131072 Max:1388544 Default:339968 112 # Range: Min:40 Max:16320 Default:1000 126 # Range: Min:0 Max:1 Default:1 144 # Range: Min:0 Max:6 Default:0 158 # Range: Min:0 Max:8 Default:0 168 # Range: Min:0 Max:1 Default:0 179 # Range: Min:0 Max:63 Default:0 189 # Range: Min:1 Max:255 Default:1 [all …]
|
| /titanic_53/usr/src/lib/fm/topo/maps/SUNW,Netra-CP3060/ |
| H A D | Netra-CP3060-hc-topology.xml | 30 <range name='motherboard' min='0' max='0'> 33 <range name='chip' min='0' max='32'> 35 </range> 36 <range name='hostbridge' min='0' max='254'> 38 </range> 40 </range> 42 <range name='ses-enclosure' min='0' max='1024'> 44 </range>
|