| /openbsd-src/usr.sbin/dvmrpd/ |
| H A D | probe.c | 80 u_int8_t capabilities, char *buf, u_int16_t len) in recv_probe() argument 98 nbr->capabilities = capabilities; in recv_probe() 104 if ((nbr->gen_id != gen_id) || (nbr->capabilities != capabilities)) { in recv_probe() 108 nbr->capabilities = capabilities; in recv_probe()
|
| H A D | packet.c | 56 dvmrp_hdr.capabilities = DVMRP_CAP_DEFAULT; /* XXX update */ in gen_dvmrp_hdr() 204 dvmrp_hdr->capabilities, buf, len); in recv_packet()
|
| H A D | dvmrp.h | 92 u_int8_t capabilities; member
|
| H A D | dvmrpe.h | 66 u_int8_t capabilities; member
|
| /openbsd-src/usr.sbin/radiusd/ |
| H A D | radiusd_local.h | 81 uint32_t capabilities; member 178 ((_m)->capabilities & RADIUSD_MODULE_CAP_USERPASS) != 0) 181 ((_m)->capabilities & RADIUSD_MODULE_CAP_ACCSREQ) != 0) 184 ((_m)->capabilities & RADIUSD_MODULE_CAP_ACCTREQ) != 0) 187 ((_m)->capabilities & RADIUSD_MODULE_CAP_REQDECO) != 0) 190 ((_m)->capabilities & RADIUSD_MODULE_CAP_RESDECO) != 0) 193 ((_m)->capabilities & RADIUSD_MODULE_CAP_NEXTRES) != 0)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| H A D | POP3.pm | 429 my ($capa, %capabilities); 432 $capabilities{APOP} = '' if ($this->banner() =~ /<.*>/); 435 $capabilities{CAPA} = 1; 437 %capabilities = (%capabilities, map {/^\s*(\S+)\s*(.*)/} @$capa); 444 $capabilities{SASL} = join " ", map {m/([A-Z0-9_-]+)/} @{$mechanism}; 448 return ${*$this}{'net_pop3e_capabilities'} = \%capabilities; 452 sub capabilities { subroutine
|
| /openbsd-src/sys/dev/pckbc/ |
| H A D | pms.c | 87 int capabilities, ext_capabilities, ext2_capabilities; member 1027 &syn->capabilities)) in synaptics_get_hwinfo() 1031 if ((SYNAPTICS_CAP_EXTENDED_QUERIES(syn->capabilities) >= 1) && in synaptics_get_hwinfo() 1034 if ((SYNAPTICS_CAP_EXTENDED_QUERIES(syn->capabilities) >= 4) && in synaptics_get_hwinfo() 1041 if ((SYNAPTICS_CAP_EXTENDED_QUERIES(syn->capabilities) >= 5) && in synaptics_get_hwinfo() 1045 if ((SYNAPTICS_CAP_EXTENDED_QUERIES(syn->capabilities) >= 7 || in synaptics_get_hwinfo() 1084 if ((syn->capabilities & SYNAPTICS_CAP_MULTIFINGER) || in synaptics_get_hwinfo() 1190 if (syn->capabilities & SYNAPTICS_CAP_PASSTHROUGH) { in pms_enable_synaptics() 1209 syn->capabilities, syn->ext_capabilities); in pms_enable_synaptics() 1219 if (syn->capabilities in pms_enable_synaptics() 1831 u_char capabilities[3]; elantech_get_hwinfo_v1() local 1871 u_char capabilities[3]; elantech_get_hwinfo_v2() local 1971 u_char capabilities[3]; elantech_get_hwinfo_v4() local [all...] |
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | printconf.c | 935 if (p->capabilities.mp[aid] == 2) { in print_announce() 938 } else if (p->capabilities.mp[aid]) { in print_announce() 947 if (p->capabilities.refresh == 2) in print_announce() 949 else if (p->capabilities.refresh == 0) in print_announce() 952 if (p->capabilities.enhanced_rr == 2) in print_announce() 954 else if (p->capabilities.enhanced_rr == 1) in print_announce() 957 if (p->capabilities.grestart.restart == 2) in print_announce() 959 else if (p->capabilities.grestart.restart == 0) in print_announce() 962 if (p->capabilities.grestart.restart != 0 && in print_announce() 963 p->capabilities in print_announce() [all...] |
| H A D | session.h | 202 struct capabilities ann; 203 struct capabilities peer; 204 struct capabilities neg;
|
| H A D | parse.y | 1721 curpeer->conf.capabilities.mp[ 1941 curpeer->conf.capabilities.mp[aid] = 0; 1949 curpeer->conf.capabilities.mp[aid] = 2; 1951 curpeer->conf.capabilities.mp[aid] = 1; 1955 curpeer->conf.capabilities.refresh = $3; 1958 curpeer->conf.capabilities.enhanced_rr = $4; 1961 curpeer->conf.capabilities.grestart.restart = $3; 1964 curpeer->conf.capabilities.grestart.grnotification = $4; 1967 curpeer->conf.capabilities.as4byte = $3; 1970 int8_t *ap = curpeer->conf.capabilities [all...] |
| H A D | bgpd.h | 409 struct capabilities { argument 468 struct capabilities capabilities; 840 struct capabilities capa; 398 struct capabilities { global() struct 399 __anon712c7fe50308capabilities global() argument 403 grestartcapabilities global() argument 404 mpcapabilities global() argument 405 add_pathcapabilities global() argument 406 refreshcapabilities global() argument 407 as4bytecapabilities global() argument 408 enhanced_rrcapabilities global() argument 452 struct capabilities capabilities; global() member
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | tty-features.c | 28 * - default colours (under AX or op capabilities); 33 * - DECFRA uses a flag instead of capabilities; 40 const char *const *capabilities; member 440 if (tf->capabilities != NULL) { in tty_apply_features() 441 capability = tf->capabilities; in tty_apply_features()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 82 // SPIR-V capabilities. If an operand requires more than one capability, there 102 // capabilities should be consecutive. 108 // required extension and capabilities. 250 // capabilities. 431 // SymbolicOperand entries with string mnemonics, and capabilities. 458 // SymbolicOperand entries with string mnemonics and capabilities. 496 // SymbolicOperand entries with string mnemonics and capabilities. 523 // SymbolicOperand entries with string mnemonics and capabilities. 595 // SymbolicOperand entries with string mnemonics and capabilities. 638 // SymbolicOperand entries with string mnemonics and capabilities. [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ThreadSafetyAnalysis.rst | 100 *capabilities*. A resource is either a data member, or a function/method 119 capabilities (e.g. the set of mutexes that it has locked.) These act like keys 124 exact mechanism used to acquire and release capabilities; it assumes that the 128 The set of capabilities that are actually held by a given thread at a given 132 and describes the set of capabilities that are statically known to be held, or 134 approximation of the full set of capabilities that will actually held by a 192 capabilities. More than one capability may be specified. The capabilities 287 the caller must *not* hold the given capabilities. This annotation is 365 declarations, specifically declarations of mutexes or other capabilities. 408 Scoped capabilities are treated as capabilities that are implicitly acquired [all …]
|
| /openbsd-src/lib/libcurses/ |
| H A D | Caps | 45 # This file has three major sections; a standard-capabilities table, two 101 # to do this -- the capabilities in that one, and their order, have been 154 # Emacs only, we'll probably elide out some BSD-only capabilities in order 162 #%The following is a complete table of the capabilities included in a 178 #%capability name (some capabilities are new, and have names which termcap 209 #% These are the boolean capabilities: 259 #%These are the numeric capabilities: 289 #%The following numeric capabilities are present in the SVr4.0 term structure, 321 #%These are the string capabilities: 477 # SVr1 capabilities stop here. IBM's version of terminfo is the same as [all …]
|
| H A D | Caps-ncurses | 38 # specific "Caps" files). The section describes what capabilities need to be 113 # The places in the box[12] capabilities correspond to acsc characters, here is 184 # The key_smap_in[6789] and key_smap_out[6789] capabilities aren't described in 195 # Undocumented capabilities end here 210 # Undocumented capabilities end here. 212 # The IBM docs say these capabilities are for table-drawing, and are 237 # nonstandard capabilities. Its signature is the KM capability, used to name 334 # Some others are identical to SVr4/XPG4 capabilities, in particular: 338 # This is a table of ncurses user-definable capabilities which applications 387 userdef TF bool - add missing capabilities to screen's termcap/info entry. (Set by default).
|
| /openbsd-src/regress/sys/dev/video/ |
| H A D | videotest.c | 181 if (caps.capabilities & V4L2_CAP_VIDEO_CAPTURE) in test_ioctl_querycap() 183 if (caps.capabilities & V4L2_CAP_STREAMING) in test_ioctl_querycap() 185 if (caps.capabilities & V4L2_CAP_READWRITE) in test_ioctl_querycap()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | MKuserdefs.sh | 42 * comp_userdefs.c -- The names of widely used user-defined capabilities
|
| H A D | MKcaptab.sh | 63 * comp_captab.c -- The names of the capabilities indexed via a hash
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | simplefb.c | 175 sc->sc_wsd.capabilities = ri->ri_caps; in simplefb_attach() 362 simplefb_wsd.capabilities = ri->ri_caps; in simplefb_init_cons()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | vga_subr.c | 138 if (type->capabilities & WSSCREEN_HILIT) { in vga_setscreentype()
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsdisplayvar.h | 111 int capabilities; member
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | goals.rst | 42 capabilities to be available to other analysis tools, be they scripts or
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | efifb.c | 200 efifb_std_descr.capabilities = ri->ri_caps; in efifb_attach() 392 efifb_std_descr.capabilities = ri->ri_caps; in efifb_cnattach_common()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/ |
| H A D | Changes | 74 - Add support for capabilities of more than 2 characters
|