Searched refs:INTEGER (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_tree.def40 (3 hrSystemInitialLoadDevice INTEGER op_hrSystem GET SET)
44 (7 hrSystemMaxProcesses INTEGER op_hrSystem GET)
69 (2 hrMemorySize INTEGER op_hrStorage GET)
71 (1 hrStorageEntry : INTEGER op_hrStorageTable
72 (1 hrStorageIndex INTEGER GET)
75 (4 hrStorageAllocationUnits INTEGER GET)
76 (5 hrStorageSize INTEGER GET SET)
77 (6 hrStorageUsed INTEGER GET)
122 (1 hrDeviceEntry : INTEGER op_hrDeviceTable
123 (1 hrDeviceIndex INTEGER GE
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def37 (1 ifNumber INTEGER op_interfaces GET)
39 (1 ifEntry : INTEGER op_ifentry
40 (1 ifIndex INTEGER GET)
42 (3 ifType INTEGER GET)
46 (7 ifAdminStatus INTEGER GET SET)
47 (8 ifOperStatus INTEGER GET)
65 (1 ipForwarding INTEGER op_ip GET SET)
66 (2 ipDefaultTTL INTEGER op_ip GET SET)
87 (2 ipAdEntIfIndex INTEGER GET SET)
89 (4 ipAdEntBcastAddr INTEGER GE
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dtree.def58 (7 sysServices INTEGER op_system_group GET)
61 (1 sysOREntry : INTEGER op_or_table
62 (1 sysORIndex INTEGER)
74 (30 snmpEnableAuthenTraps INTEGER op_snmp GET SET)
105 (1 begemotSnmpdTransmitBuffer INTEGER op_snmpd_config GET SET)
106 (2 begemotSnmpdReceiveBuffer INTEGER op_snmpd_config GET SET)
107 (3 begemotSnmpdCommunityDisable INTEGER op_snmpd_config GET SET)
112 (1 begemotTrapSinkEntry : IPADDRESS INTEGER op_trapsink
114 (2 begemotTrapSinkPort INTEGER)
115 (3 begemotTrapSinkStatus INTEGER GE
[all...]
/freebsd-10.0-release/contrib/ngatm/snmp_atm/
H A Datm_tree.def46 (1 begemotAtmIfEntry : INTEGER op_atmif
49 (3 begemotAtmIfMedia INTEGER GET)
55 (9 begemotAtmIfCarrierStatus INTEGER GET)
56 (10 begemotAtmIfMode INTEGER GET SET)
60 (1 begemotAtmHWEntry : INTEGER op_atmhw
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dnetgraph_tree.def43 (2 begemotNgResBufSiz INTEGER op_ng_config GET SET)
44 (3 begemotNgTimeout INTEGER op_ng_config GET SET)
58 (2 begemotNgTypeStatus INTEGER GET SET)
61 (1 begemotNgNodeEntry : INTEGER op_ng_node
63 (2 begemotNgNodeStatus INTEGER GET)
72 (3 begemotNgHookStatus INTEGER GET)
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_freebsd.def46 (1 begemotAtmNgIfEntry : INTEGER op_atmif_ng
/freebsd-10.0-release/contrib/groff/src/include/
H A Derrarg.h22 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; enumerator in enum:errarg::__anon1431
/freebsd-10.0-release/contrib/bsnmp/snmp_ntp/
H A Dntp_tree.def40 (1 ntpSysLeap INTEGER op_ntpSystem GET)
41 (2 ntpSysStratum INTEGER op_ntpSystem GET)
61 (2 ntpPeersConfigured INTEGER GET)
66 (7 ntpPeersLeap INTEGER GET)
67 (8 ntpPeersMode INTEGER GET)
68 (9 ntpPeersStratum INTEGER GET)
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Derrarg.cpp35 errarg::errarg(int nn) : type(INTEGER)
73 case INTEGER:
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql28 revision INTEGER NOT NULL,
29 offset INTEGER NOT NULL,
30 size INTEGER NOT NULL,
31 expanded_size INTEGER NOT NULL
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql48 id INTEGER PRIMARY KEY AUTOINCREMENT,
66 id INTEGER PRIMARY KEY AUTOINCREMENT,
94 compression INTEGER,
98 size INTEGER NOT NULL,
103 refcount INTEGER NOT NULL,
132 wc_id INTEGER NOT NULL REFERENCES WCROOT (id),
193 repos_id INTEGER NOT NULL REFERENCES REPOSITORY (id),
202 lock_date INTEGER, /* an APR date/time (usec since 1970) */
212 id INTEGER PRIMARY KEY AUTOINCREMENT,
223 wc_id INTEGER NO
[all...]
H A Dwc-queries.sql545 wc_id INTEGER NOT NULL,
547 notify INTEGER NOT NULL,
587 wc_id INTEGER NOT NULL,
1300 actual INTEGER NOT NULL, /* 1 if an actual row, 0 if a nodes row */
1302 notify INTEGER, /* 1 if an actual row had props or tree conflict */
1303 op_depth INTEGER,
1304 repos_id INTEGER,
1425 action INTEGER NOT NULL,
1426 kind INTEGER NOT NULL,
1427 content_state INTEGER NO
[all...]
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_tree.def193 (1 pfLabelsLblEntry : INTEGER pf_lbltable
194 (1 pfLabelsLblIndex INTEGER)
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dlex.l109 INTEGER { return kw_INTEGER; }
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-snmp.c90 #define INTEGER 2 macro
514 case INTEGER: {
1166 * version INTEGER {version-1(0)},
1172 * request-id INTEGER,
1173 * error-status INTEGER,
1174 * error-index INTEGER,
1185 * generic-trap INTEGER,
1186 * specific-trap INTEGER,
1636 /* msgAuthoritativeEngineBoots (INTEGER) */
1649 /* msgAuthoritativeEngineTime (INTEGER) */
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2133 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
4029 ** <tr><td> NULL <td> INTEGER <td> Result is 0
4033 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
4034 ** <tr><td> INTEGER <td> TEXT <td> ASCII rendering of the integer
4035 ** <tr><td> INTEGER <td> BLOB <td> Same as INTEGER->TEXT
4036 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
4039 ** <tr><td> TEXT <td> INTEGER <td> Use atoi()
4042 ** <tr><td> BLOB <td> INTEGER <td> Convert to TEXT then use atoi()
5164 ** [INTEGER PRIMAR
[all...]
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c2350 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
4327 ** <tr><td> NULL <td> INTEGER <td> Result is 0
4331 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
4332 ** <tr><td> INTEGER <td> TEXT <td> ASCII rendering of the integer
4333 ** <tr><td> INTEGER <td> BLOB <td> Same as INTEGER->TEXT
4334 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
4337 ** <tr><td> TEXT <td> INTEGER <td> Use atoi()
4340 ** <tr><td> BLOB <td> INTEGER <td> Convert to TEXT then use atoi()
5568 ** [INTEGER PRIMAR
[all...]

Completed in 708 milliseconds