Home
last modified time | relevance | path

Searched full:get (Results 1 – 25 of 6515) sorted by relevance

12345678910>>...261

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_tree.def302 (1 wlanIfaceIndex INTEGER GET)
303 (2 wlanIfaceName OCTETSTRING GET SET)
304 (3 wlanParentIfName OCTETSTRING GET SET)
305 (4 wlanIfaceOperatingMode WlanIfaceOperatingModeType GET SET)
306 (5 wlanIfaceFlags WlanIfaceFlagsType GET SET)
307 (6 wlanIfaceBssid OCTETSTRING | MacAddress GET SET)
308 (7 wlanIfaceLocalAddress OCTETSTRING | MacAddress GET SET)
309 (8 wlanIfaceStatus RowStatus GET SET)
310 (9 wlanIfaceState ENUM ( 1 up 2 down ) GET SET)
314 (1 wlanIfParentDriverCapabilities WlanDriverCaps GET)
[all …]
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def37 (1 ifNumber INTEGER op_interfaces GET)
40 (1 ifIndex INTEGER GET)
41 (2 ifDescr OCTETSTRING GET)
42 (3 ifType INTEGER GET)
43 (4 ifMtu INTEGER32 GET)
44 (5 ifSpeed GAUGE GET)
45 (6 ifPhysAddress OCTETSTRING GET)
46 (7 ifAdminStatus INTEGER GET SET)
47 (8 ifOperStatus INTEGER GET)
48 (9 ifLastChange TIMETICKS GET)
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_tree.def36 (1 pfStatusRunning ENUM ( 1 true 2 false ) pf_status GET)
37 (2 pfStatusRuntime TIMETICKS pf_status GET)
38 (3 pfStatusDebug ENUM ( 0 none 1 urgent 2 misc 3 loud ) pf_status GET)
39 (4 pfStatusHostId OCTETSTRING pf_status GET)
42 (1 pfCounterMatch COUNTER64 pf_counter GET)
43 (2 pfCounterBadOffset COUNTER64 pf_counter GET)
44 (3 pfCounterFragment COUNTER64 pf_counter GET)
45 (4 pfCounterShort COUNTER64 pf_counter GET)
46 (5 pfCounterNormalize COUNTER64 pf_counter GET)
47 (6 pfCounterMemDrop COUNTER64 pf_counter GET)
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_tree.def83 (1 dot1dBaseBridgeAddress OCTETSTRING | MacAddress op_dot1d_base GET)
84 (2 dot1dBaseNumPorts INTEGER32 op_dot1d_base GET)
85 (3 dot1dBaseType BaseType op_dot1d_base GET)
88 (1 dot1dBasePort INTEGER GET)
89 (2 dot1dBasePortIfIndex INTEGER GET)
90 (3 dot1dBasePortCircuit OID GET)
91 (4 dot1dBasePortDelayExceededDiscards COUNTER GET)
92 (5 dot1dBasePortMtuExceededDiscards COUNTER GET)
96 … (1 dot1dStpProtocolSpecification ENUM ( 1 unknown 2 decLb100 3 ieee8021d ) op_dot1d_stp GET)
97 (2 dot1dStpPriority INTEGER op_dot1d_stp GET SET)
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_tree.def37 (1 hrSystemUptime TIMETICKS op_hrSystem GET)
38 (2 hrSystemDate OCTETSTRING op_hrSystem GET SET)
39 (3 hrSystemInitialLoadDevice INTEGER op_hrSystem GET SET)
40 (4 hrSystemInitialLoadParameters OCTETSTRING op_hrSystem GET SET)
41 (5 hrSystemNumUsers GAUGE op_hrSystem GET)
42 (6 hrSystemProcesses GAUGE op_hrSystem GET)
43 (7 hrSystemMaxProcesses INTEGER op_hrSystem GET)
68 (2 hrMemorySize INTEGER op_hrStorage GET)
71 (1 hrStorageIndex INTEGER GET)
72 (2 hrStorageType OID GET)
[all …]
/freebsd/contrib/bsnmp/snmp_ntp/
H A Dntp_tree.def40 (1 ntpSysLeap INTEGER op_ntpSystem GET)
41 (2 ntpSysStratum INTEGER op_ntpSystem GET)
42 (3 ntpSysPrecision INTEGER32 op_ntpSystem GET)
43 (4 ntpSysRootDelay OCTETSTRING op_ntpSystem GET)
44 (5 ntpSysRootDispersion OCTETSTRING op_ntpSystem GET)
45 (6 ntpSysRefId OCTETSTRING op_ntpSystem GET)
46 (7 ntpSysRefTime OCTETSTRING op_ntpSystem GET)
47 (8 ntpSysPoll INTEGER32 op_ntpSystem GET)
48 (9 ntpSysPeer UNSIGNED32 op_ntpSystem GET)
50 # (10 ntpSysPhase OCTETSTRING op_ntpSystem GET)
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dtree.def51 (1 sysDescr OCTETSTRING op_system_group GET)
52 (2 sysObjectId OID op_system_group GET)
53 (3 sysUpTime TIMETICKS op_system_group GET)
54 (4 sysContact OCTETSTRING op_system_group GET SET)
55 (5 sysName OCTETSTRING op_system_group GET SET)
56 (6 sysLocation OCTETSTRING op_system_group GET SET)
57 (7 sysServices INTEGER op_system_group GET)
58 (8 sysORLastChange TIMETICKS op_system_group GET)
62 (2 sysORID OID GET)
63 (3 sysORDescr OCTETSTRING GET)
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_tree.def36 (1 hastConfigFile OCTETSTRING op_hastConfig GET)
40 (1 hastResourceIndex INTEGER32 GET)
41 (2 hastResourceName OCTETSTRING GET)
42 (3 hastResourceRole INTEGER GET SET)
43 (4 hastResourceProvName OCTETSTRING GET)
44 (5 hastResourceLocalPath OCTETSTRING GET)
45 (6 hastResourceExtentSize INTEGER32 GET)
46 (7 hastResourceKeepDirty INTEGER32 GET)
47 (8 hastResourceRemoteAddr OCTETSTRING GET)
48 (9 hastResourceSourceAddr OCTETSTRING GET)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1032 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
1033 kw_override = &IdentTable.get("override"); in AdditionalKeywords()
1034 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
1035 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
1036 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords()
1037 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()
1038 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()
1039 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords()
1040 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()
1041 kw_NS_ERROR_ENUM = &IdentTable.get("NS_ERROR_ENUM"); in AdditionalKeywords()
[all …]
/freebsd/crypto/krb5/doc/tools/
H A Ddocmodel.py30 self.definition = argkw.get('definition')
31 self.name = argkw.get('name')
32 self.type = argkw.get('type')
33 self.typeId = argkw.get('typeId')
34 self.short_description = argkw.get('short_description')
35 self.long_description = argkw.get('long_description')
36 self.version = argkw.get('version')
48 self.definition = argkw.get('definition')
49 self.name = argkw.get('name')
50 self.name_signature = argkw.get('name_signature')
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn196 -- Get password policy
97 Req-get-pw-policy ::= NULL
99 Rep-get-pw-policy ::= SEQUENCE {
106 Err-get-pw-policy ::= NULL
108 -- Get principal aliases
109 Req-get-princ-aliases ::= NULL
111 Rep-get-princ-aliases ::= SEQUENCE {
121 Err-get-princ-aliases ::= NULL
123 -- Get list of encryption types supported by KDC for new types
124 Req-get-supported-etypes ::= NULL
[all …]
/freebsd/contrib/bsnmp/snmp_target/
H A Dtarget_tree.def42 (1 snmpTargetSpinLock INTEGER op_snmp_target GET SET)
46 (2 snmpTargetAddrTDomain OID GET SET)
47 (3 snmpTargetAddrTAddress OCTETSTRING | TAddress GET SET)
48 (4 snmpTargetAddrTimeout INTEGER GET SET)
49 (5 snmpTargetAddrRetryCount INTEGER GET SET)
50 (6 snmpTargetAddrTagList OCTETSTRING | SnmpTagList GET SET)
51 (7 snmpTargetAddrParams OCTETSTRING GET SET)
52 (8 snmpTargetAddrStorageType StorageType GET SET)
53 (9 snmpTargetAddrRowStatus RowStatus GET SET)
59 (2 snmpTargetParamsMPModel INTEGER GET SET)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp21 return MDString::get(Context, Str); in createString()
25 return ConstantAsMetadata::get(C); in createConstant()
33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
34 return MDNode::get(Context, Op); in createFPMath()
64 Vals[i + Offset] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights()
66 return MDNode::get(Context, Vals); in createBranchWeights()
70 return MDNode::get(Context, std::nullopt); in createUnpredictable()
82 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount()
87 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount()
89 return MDNode::get(Context, Ops); in createFunctionEntryCount()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp134 UIMethods.insert({&Ctx.Idents.get(#receiver), \
139 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
142 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
158 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
159 &Ctx.Idents.get("tag")}; in initUIMethods()
162 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
163 &Ctx.Idents.get("selectedImage")}; in initUIMethods()
175 &Ctx.Idents.get("rowActionWithStyle"), &Ctx.Idents.get("title"), in initUIMethods()
176 &Ctx.Idents.get("handler")}; in initUIMethods()
187 &Ctx.Idents.get("radioButtonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods()
[all …]
/freebsd/stand/ficl/softwords/
H A Dstring.fr23 : get-count ( 2:this -- count ) my=[ .count get ] ;
26 : ?empty ( 2:this -- flag ) --> get-count 0= ;
28 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
31 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
45 this my=> get-buf
64 this --> get-buflen 0=
73 size this --> get-buflen > if
74 this --> get-buf size resize
83 c-addr this --> get-buf u move
86 : get { 2:this -- c-addr u }
[all …]
H A Dclasses.fr17 : get ( inst class -- refinst refclass )
26 : get drop c@ ;
33 : get drop w@ ;
40 : get drop q@ ;
48 : get drop @ ;
59 \ they point to, and supply get and set methods.
68 \ get the value of the pointer
69 : get-ptr ( inst class -- addr )
71 c-cell => get
87 c-ptr => get-ptr 0=
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp28 #define GET(n) \ macro
74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body()
77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body()
81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
82 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
[all …]
/freebsd/sys/sys/
H A Dsockio.h39 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */
41 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
44 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */
48 #define SIOCGETVIFCNT _IOWR('r', 15, struct sioc_vif_req)/* get vif pkt cnt */
49 #define SIOCGETSGCNT _IOWR('r', 16, struct sioc_sg_req) /* get s,g pkt cnt */
53 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */
56 #define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq) /* get p-p address */
58 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */
60 #define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq) /* get broadcast addr */
63 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K])); in getNSClassId()
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector()
52 &Ctx.Idents.get("stringWithUTF8String")); in getNSStringSelector()
56 &Ctx.Idents.get("initWithUTF8String")); in getNSStringSelector()
59 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("stringWithCString"), in getNSStringSelector()
60 &Ctx.Idents.get("encoding")}; in getNSStringSelector()
65 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector()
68 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector()
82 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector()
85 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp52 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"), in createPipeliningMetadata()
53 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
66 MDString::get(Ctx, "llvm.loop.pipeline.initiationinterval"), in createPipeliningMetadata()
67 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
69 Args.push_back(MDNode::get(Ctx, Vals)); in createPipeliningMetadata()
108 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata()
120 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata()
121 ConstantAsMetadata::get(ConstantInt::get( in createPartialUnrollMetadata()
123 Args.push_back(MDNode::get(Ctx, Vals)); in createPartialUnrollMetadata()
128 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp73 #define GET(n) (InternalState.block[(n)]) macro
117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
119 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body()
120 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
122 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
123 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body()
124 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
125 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_009_pos.ksh38 # 'zfs get -d <n>' should get expected output.
42 # 2. 'zfs get -d <n>' to get the output.
43 # 3. 'zfs get -r|grep' to get the expected output.
53 log_assert "'zfs get -d <n>' should get expected output."
84 log_must eval "zfs get -H -d $dp -o name $prop $DEPTH_FS > $DEPTH_OUTPUT"
85 log_must eval "zfs get -rH -o name $prop $DEPTH_FS | grep -E '$eg_opt' > $EXPECT_OUTPUT"
91 # Ensure 'zfs get -t snapshot <dataset>' works as though -d 1 was specified
92 log_must eval "zfs get -H -t snapshot -o name creation $DEPTH_FS > $DEPTH_OUTPUT"
93 log_must eval "zfs get -H -t snapshot -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT"
96 # Ensure 'zfs get -t snap' works as a shorthand for 'zfs get -t snapshot'
[all …]
/freebsd/contrib/bsnmp/snmp_usm/
H A Dusm_tree.def59 (1 usmStatsUnsupportedSecLevels COUNTER op_usm_stats GET)
60 (2 usmStatsNotInTimeWindows COUNTER op_usm_stats GET)
61 (3 usmStatsUnknownUserNames COUNTER op_usm_stats GET)
62 (4 usmStatsUnknownEngineIDs COUNTER op_usm_stats GET)
63 (5 usmStatsWrongDigests COUNTER op_usm_stats GET)
64 (6 usmStatsDecryptionErrors COUNTER op_usm_stats GET)
67 (1 usmUserSpinLock INTEGER op_usm_lock GET SET)
72 (3 usmUserSecurityName OCTETSTRING | SnmpAdminString GET)
73 (4 usmUserCloneFrom OID GET SET)
74 (5 usmUserAuthProtocol OID GET SET)
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dnetgraph_tree.def41 (1 begemotNgControlNodeName OCTETSTRING op_ng_config GET SET)
42 (2 begemotNgResBufSiz INTEGER op_ng_config GET SET)
43 (3 begemotNgTimeout INTEGER op_ng_config GET SET)
44 (4 begemotNgDebugLevel UNSIGNED32 op_ng_config GET SET)
48 (1 begemotNgNoMems COUNTER op_ng_stats GET)
49 (2 begemotNgMsgReadErrs COUNTER op_ng_stats GET)
50 (3 begemotNgTooLargeMsgs COUNTER op_ng_stats GET)
51 (4 begemotNgDataReadErrs COUNTER op_ng_stats GET)
52 (5 begemotNgTooLargeDatas COUNTER op_ng_stats GET)
57 (2 begemotNgTypeStatus INTEGER GET SET)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp120 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc()
128 auto *Data = ConstantDataArray::get(C, Buf); in createBinDesc()
150 auto *Begin = ConstantInt::get(getSizeTTy(M), Entry->ImageOffset); in createBinDesc()
152 ConstantInt::get(getSizeTTy(M), Entry->ImageOffset + Entry->ImageSize); in createBinDesc()
161 ImagesInits.push_back(ConstantStruct::get(getDeviceImageTy(M), ImageB, in createBinDesc()
166 auto *ImagesData = ConstantArray::get( in createBinDesc()
167 ArrayType::get(getDeviceImageTy(M), ImagesInits.size()), ImagesInits); in createBinDesc()
179 auto *DescInit = ConstantStruct::get( in createBinDesc()
181 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
192 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction()
[all …]

12345678910>>...261