Home
last modified time | relevance | path

Searched refs:PVC (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/dports/textproc/link-grammar/link-grammar-5.8.0/data/ar/words/
H A Dwords.PV_C1 Abb.PVC
2 Abd.PVC
3 AbE.PVC
4 AbHH.PVC
5 AbH.PVC
6 Abll.PVC
7 Abl.PVC
8 A$b.PVC
9 A*b.PVC
10 Ab>.PVC
[all …]
/dports/net-mgmt/observium/observium/mibs/redback/
H A DRBN-ATM-PVC-OAM-MIB2 -- RBN-ATM-PVC-OAM-MIB
9 RBN-ATM-PVC-OAM-MIB DEFINITIONS ::= BEGIN
100 function for a given ATM PVC.
123 "The slot containing the given ATM PVC."
139 "The VPI value of the given ATM PVC."
147 "The VCI value of the given ATM PVC."
161 "The state of the ATM PVC OAM function on a given ATM PVC.
164 active on the given ATM PVC
214 the Redback ATM PVC OAM MIB."
229 ATM PVC OAM function."
[all …]
H A DRBN-PVC-MIB2 -- RBN-PVC-MIB Redback PVC MIB
9 RBN-PVC-MIB DEFINITIONS ::= BEGIN
50 (PVC)."
121 attribute of PVC circuits."
203 "The PVC circuit type."
213 -- ATM PVC Configuration Group
293 "The profile name to use with the PVC."
357 -- Frame Relay PVC Configuration Group
938 the RBN-PVC-MIB."
950 the RBN-PVC-MIB."
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpc_core/
H A Dhw_info_pvc.cpp24 const PLATFORM PVC::platform = {
36 const RuntimeCapabilityTable PVC::capabilityTable{
136 void PVC::adjustHardwareInfo(HardwareInfo *hwInfo) { in adjustHardwareInfo()
163 PVC::adjustHardwareInfo(hwInfo); in setupHardwareInfoBase()
166 FeatureTable PVC::featureTable;
167 WorkaroundTable PVC::workaroundTable;
170 &PVC::platform,
171 &PVC::featureTable,
172 &PVC::workaroundTable,
174 PVC::capabilityTable,
[all …]
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-ATM-PVC-MIB12 CISCO-ATM-PVC-MIB DEFINITIONS ::= BEGIN
43 " PVC's (Permanent Virtual Channel)
50 a PVC on an ATM uplink card of a
100 One-Shot PVC establishment
113 PVC Retirement
141 which this PVC is being configured. "
184 the PVC as:
202 for this PVC. The default value for
216 PVC or not. The default value for
242 PVC is bound to.
[all …]
H A DCISCO-VISM-CONN-MIB50 PVC and one standby PVC. There can be one AAL5
52 control redundant PVC pair.
65 PVC - Permanent Virtual Circuit OR
577 direction of the PVC.
591 calls active on the PVC.
618 the PVC.
993 PVC fails. This is applicable if the PVC
996 control PVC and bearer PVC.
1347 active on the PVC.
1371 of the PVC.
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-ATM-PVC-MIB.my12 CISCO-ATM-PVC-MIB DEFINITIONS ::= BEGIN
43 " PVC's (Permanent Virtual Channel)
50 a PVC on an ATM uplink card of a
100 One-Shot PVC establishment
113 PVC Retirement
141 which this PVC is being configured. "
184 the PVC as:
202 for this PVC. The default value for
216 PVC or not. The default value for
242 PVC is bound to.
[all …]
H A DCISCO-VISM-CONN-MIB.my50 PVC and one standby PVC. There can be one AAL5
52 control redundant PVC pair.
65 PVC - Permanent Virtual Circuit OR
577 direction of the PVC.
591 calls active on the PVC.
618 the PVC.
993 PVC fails. This is applicable if the PVC
996 control PVC and bearer PVC.
1347 active on the PVC.
1371 of the PVC.
[all …]
/dports/net-mgmt/libsmi/libsmi-0.4.8/mibs/ietf/
H A DFRNETSERV-MIB856 -- Frame Relay PVC End-points
867 a PVC end-point.
916 PVC PVC
1486 frame relay PVC with an ATM PVC.
1502 -- Frame Relay PVC Connections
1553 the PVC end-points as belonging to one PVC
1574 PVC on.
1604 A PVC segment is a portion of a PVC that traverses
1662 PVC segment. The term low implies that this PVC
1731 directional PVC segment. When a PVC segment
[all …]
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DFRNETSERV-MIB826 -- Frame Relay PVC End-points
837 a PVC end-point.
885 PVC PVC
1435 frame relay PVC with an ATM PVC.
1451 -- Frame Relay PVC Connections
1501 the PVC end-points as belonging to one PVC
1521 PVC on.
1551 A PVC segment is a portion of a PVC that traverses
1607 PVC segment. The term low implies that this PVC
1674 directional PVC segment. When a PVC segment
[all …]
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/mibs/ietf/
H A DFRNETSERV-MIB856 -- Frame Relay PVC End-points
867 a PVC end-point.
916 PVC PVC
1486 frame relay PVC with an ATM PVC.
1502 -- Frame Relay PVC Connections
1553 the PVC end-points as belonging to one PVC
1574 PVC on.
1604 A PVC segment is a portion of a PVC that traverses
1662 PVC segment. The term low implies that this PVC
1731 directional PVC segment. When a PVC segment
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azure_file/
H A Dazure_provision.go110 if len(options.PVC.Spec.AccessModes) == 0 {
111 options.PVC.Spec.AccessModes = plugin.GetAccessModes()
114 options.PVC.ObjectMeta.Annotations[resourceGroupAnnotation] = resourceGroup
152 if !util.ContainsAllAccessModes(a.plugin.GetAccessModes(), a.options.PVC.Spec.AccessModes) {
153 …return nil, fmt.Errorf("invalid AccessModes %v: only AccessModes %v are supported", a.options.PVC.…
155 if util.CheckPersistentVolumeClaimModeBlock(a.options.PVC) {
161 capacity := a.options.PVC.Spec.Resources.Requests[v1.ResourceName(v1.ResourceStorage)]
167 secretNamespace := a.options.PVC.Namespace
191 if a.options.PVC.Spec.Selector != nil {
208 resourceGroup = a.options.PVC.ObjectMeta.Annotations[resourceGroupAnnotation]
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flocker/
H A Dflocker_volume.go58 if !util.ContainsAllAccessModes(c.plugin.GetAccessModes(), c.options.PVC.Spec.AccessModes) {
59 …return nil, fmt.Errorf("invalid AccessModes %v: only AccessModes %v are supported", c.options.PVC.…
66 if c.options.PVC.Spec.Selector != nil {
70 if util.CheckPersistentVolumeClaimModeBlock(c.options.PVC) {
89 AccessModes: c.options.PVC.Spec.AccessModes,
100 if len(c.options.PVC.Spec.AccessModes) == 0 {
/dports/net/freeradius3/freeradius-server-3.0.25/share/
H A Ddictionary.ericsson.ab93 ATTRIBUTE PVC-Encapsulation-Type 39 integer
95 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-RAW 1
98 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-MULTI 4
100 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-PPP 6
104 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-PPPOE 10
105 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-L2TP 11
116 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ETH 22
127 ATTRIBUTE PVC-Profile-Name 40 string
128 ATTRIBUTE PVC-Circuit-Padding 41 integer
130 VALUE PVC-Circuit-Padding AAA-CIRCUIT-PADDING 1
[all …]
/dports/net/p5-Net-Radius/Net-Radius-2.103/dicts/
H A Ddictionary.redback247 ATTRIBUTE PVC-Encapsulation-Type 39 integer Redback
248 ATTRIBUTE PVC-Profile-Name 40 string Redback
249 ATTRIBUTE PVC-Circuit-Padding 41 integer Redback
297 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-RAW 1
300 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-MULTI 4
302 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-PPP 6
306 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-PPPOE 10
307 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ATM-L2TP 11
318 VALUE PVC-Encapsulation-Type AAA-ENCAPS-ETH 22
321 VALUE PVC-Circuit-Padding AAA-CIRCUIT-PADDING 1
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azuredd/
H A Dazure_provision.go97 if p.options.PVC.Spec.Selector != nil {
127 capacity := p.options.PVC.Spec.Resources.Requests[v1.ResourceName(v1.ResourceStorage)]
188 if !util.ContainsAllAccessModes(p.plugin.GetAccessModes(), p.options.PVC.Spec.AccessModes) {
189 …s %v: only AccessModes %v are supported with maxShares(%d) < 2", p.options.PVC.Spec.AccessModes, p…
192 if len(p.options.PVC.Spec.AccessModes) > 1 {
196 if len(p.options.PVC.Spec.AccessModes) == 1 {
197 if p.options.PVC.Spec.AccessModes[0] != supportedModes[0] {
198 …AzureDisk plugin (supported mode is %s) with maxShares(%d) < 2", p.options.PVC.Spec.AccessModes[0]…
256 …ilabilityZone, availabilityZones, activeZones, selectedNode, allowedTopologies, p.options.PVC.Name)
284 PVCName: p.options.PVC.Name,
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dpr50287.c7 struct PVC { struct
22 struct PVC g_pvc; argument
33 static void mark_cell(int * interp, Pcc_cell *c, struct PVC pvc)
37 mark_cell(int * interp, Pcc_cell *c, struct PVC pvc) in mark_cell()
104 bar_2 (int * interp, Pcc_cell *c, struct PVC pvc) in bar_2()

12345678910>>...36