Searched refs:GET (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/ngatm/snmp_atm/
H A Datm_tree.def47 (1 begemotAtmIfName OCTETSTRING GET)
48 (2 begemotAtmIfPcr UNSIGNED32 GET)
49 (3 begemotAtmIfMedia INTEGER GET)
50 (4 begemotAtmIfVpiBits UNSIGNED32 GET)
51 (5 begemotAtmIfVciBits UNSIGNED32 GET)
52 (6 begemotAtmIfMaxVpcs UNSIGNED32 GET)
53 (7 begemotAtmIfMaxVccs UNSIGNED32 GET)
54 (8 begemotAtmIfEsi OCTETSTRING GET)
55 (9 begemotAtmIfCarrierStatus INTEGER GET)
56 (10 begemotAtmIfMode INTEGER GET SE
[all...]
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_tree.def37 (1 pfStatusRunning ENUM ( 1 true 2 false ) pf_status GET)
38 (2 pfStatusRuntime TIMETICKS pf_status GET)
39 (3 pfStatusDebug ENUM ( 0 none 1 urgent 2 misc 3 loud ) pf_status GET)
40 (4 pfStatusHostId OCTETSTRING pf_status GET)
43 (1 pfCounterMatch COUNTER64 pf_counter GET)
44 (2 pfCounterBadOffset COUNTER64 pf_counter GET)
45 (3 pfCounterFragment COUNTER64 pf_counter GET)
46 (4 pfCounterShort COUNTER64 pf_counter GET)
47 (5 pfCounterNormalize COUNTER64 pf_counter GET)
48 (6 pfCounterMemDrop COUNTER64 pf_counter GET)
[all...]
/freebsd-10-stable/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-10-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dnetgraph_tree.def42 (1 begemotNgControlNodeName OCTETSTRING op_ng_config GET SET)
43 (2 begemotNgResBufSiz INTEGER op_ng_config GET SET)
44 (3 begemotNgTimeout INTEGER op_ng_config GET SET)
45 (4 begemotNgDebugLevel UNSIGNED32 op_ng_config GET SET)
49 (1 begemotNgNoMems COUNTER op_ng_stats GET)
50 (2 begemotNgMsgReadErrs COUNTER op_ng_stats GET)
51 (3 begemotNgTooLargeMsgs COUNTER op_ng_stats GET)
52 (4 begemotNgDataReadErrs COUNTER op_ng_stats GET)
53 (5 begemotNgTooLargeDatas COUNTER op_ng_stats GET)
58 (2 begemotNgTypeStatus INTEGER GET SE
[all...]
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_tree.def38 (1 hrSystemUptime TIMETICKS op_hrSystem GET)
39 (2 hrSystemDate OCTETSTRING op_hrSystem GET SET)
40 (3 hrSystemInitialLoadDevice INTEGER op_hrSystem GET SET)
41 (4 hrSystemInitialLoadParameters OCTETSTRING op_hrSystem GET SET)
42 (5 hrSystemNumUsers GAUGE op_hrSystem GET)
43 (6 hrSystemProcesses GAUGE op_hrSystem GET)
44 (7 hrSystemMaxProcesses INTEGER op_hrSystem GET)
69 (2 hrMemorySize INTEGER op_hrStorage GET)
72 (1 hrStorageIndex INTEGER GET)
73 (2 hrStorageType OID GET)
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DMD5.cpp69 #define GET(n) (block[(n)]) macro
113 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
114 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
115 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
116 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
117 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
118 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
119 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
120 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
121 STEP(G, a, b, c, d, GET(
[all...]
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_freebsd.def47 (1 begemotAtmIfNodeId UNSIGNED32 GET)
/freebsd-10-stable/contrib/ipfilter/l4check/
H A Dl4check.conf15 probe string GET /\n\n
/freebsd-10-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c191 #define GET(name, var) \ macro
198 GET("height", height)
199 GET("width", width)
200 GET("depth", depth)
201 GET("linebytes", stride)
202 #undef GET macro
/freebsd-10-stable/contrib/binutils/gas/
H A Dapp.c327 /* This function is called to process input characters. The GET
328 parameter is used to retrieve more input characters. GET should
400 #define GET() \ macro
469 ch = GET ();
482 while ((ch = GET ()) == '*')
502 ch = GET ();
510 ch = GET ();
521 ch = GET ();
532 GET and PUT macros. */
558 ch = GET ();
[all...]
/freebsd-10-stable/sbin/iscontrol/
H A Discontrol.h112 GET enumerator in enum:__anon6100
H A Dlogin.c211 mp->func(sess, ptr+kp->len+1, GET);
/freebsd-10-stable/sys/dev/ieee488/
H A Dugpib.h96 #define GET 0x08 /* Group Execute Trigger */ macro
H A Dibfoo.c763 return (ib_send_msg(ib, GET));
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_util.h105 #define GET 2 macro
H A Drpc_cout.c596 flag = GET;
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c110 * Find a variable for SET/GET and the first GETBULK pass.
112 * the correct SNMPv2 GET exception code.
194 * Execute a GET operation. The tree is rooted at the global 'root'.
222 if (TR(GET))
229 if (TR(GET))
238 if (TR(GET))
248 if (TR(GET))
270 if (TR(GET))
351 /* make a GET operation */
438 if (TR(GET))
[all...]
/freebsd-10-stable/lib/libc/db/test/
H A Ddbtest.c56 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
199 command = GET;
287 case GET:
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
218 command = GET;
298 case GET:
/freebsd-10-stable/sbin/setkey/
H A Dparse.y96 %token ADD GET DELETE DELETEALL FLUSH DUMP
195 : GET ipaddropts ipaddr ipaddr protocol_spec spi extension_spec EOT
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddwarf.c2951 #define GET(N) byte_get (start, N); start += N macro
3044 fc->ra = GET (1);
3061 fc->ra = GET (1);
3074 fc->ra = GET (1);
3674 #undef GET macro

Completed in 226 milliseconds