Searched refs:details (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-11.0-release/contrib/wpa/hostapd/logwatch/
H A Dhostapd29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
32 $details =~ s/^(associated) .*$/$1/i;
34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++;
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
48 print " $details";
49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
/freebsd-11.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)
/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Ddwarf_macinfo.c51 Dwarf_Macro_Details **details, Dwarf_Error *error)
57 if (dbg == NULL || entry_cnt == NULL || details == NULL) {
78 *details = &ms->ms_mdlist[i];
49 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, Dwarf_Macro_Details **details, Dwarf_Error *error) argument
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_adminq.c705 struct i40e_asq_cmd_details *details; local
711 details = I40E_ADMINQ_DETAILS(*asq, ntc);
716 if (details->callback) {
718 (I40E_ADMINQ_CALLBACK)details->callback;
724 i40e_memset(details, 0, sizeof(*details), I40E_NONDMA_MEM);
729 details = I40E_ADMINQ_DETAILS(*asq, ntc);
759 * @cmd_details: pointer to command details structure
772 struct i40e_asq_cmd_details *details; local
797 details
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py5 # [Released under MIT License. Please refer to license.txt for details]
26 # Dig through each result file, looking for details on pass/fail:
35 details = self.get_details(result_file, lines)
36 failures = details['failures']
37 ignores = details['ignores']
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk5 # See README for more details.
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h6 // License. See LICENSE.TXT for details.
206 } details; member in struct:lldb_private::ThreadStopInfo
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dhttp_curl.c6 * See README for more details.
495 LogotypeDetails *details; local
503 details = image->imageDetails;
504 if (details == NULL)
507 hash_num = sk_HashAlgAndValue_num(details->logotypeHash);
512 hash = sk_HashAlgAndValue_value(details->logotypeHash,
531 uri_num = sk_ASN1_IA5STRING_num(details->logotypeURI);
534 uri = sk_ASN1_IA5STRING_value(details->logotypeURI, j);
580 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) argument
585 if (details
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c156 char details[30]; local
210 (void) sprintf(details, " (0x%llx)",
215 details[0] = 0;
223 details, where, offinfo);
/freebsd-11.0-release/contrib/libucl/
H A DMakefile.am62 --legend --show-details \
/freebsd-11.0-release/contrib/byacc/
H A Derror.c292 unsupported_flag_warning(const char *flag, const char *details) argument
295 myname, flag, details);
/freebsd-11.0-release/contrib/atf/atf-sh/
H A Dintegration_test.sh40 atf-sh: See atf-sh(1) for usage details.
/freebsd-11.0-release/usr.sbin/bsdconfig/startup/
H A Drcdelete79 # initializing or changing the view details).
170 local rcconf_var details help menu_buf delete
173 rcconf_var="$1" details="$2" delete=
174 f_shell_escape "$details" details
178 shift 3 # rcconf_var/details/help
180 shift 2 # rcconf_var/details
186 details="[X]${details#???}"
188 details
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm22 ! General Public License for more details.
H A Dcygwin.asm22 * General Public License for more details.
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm20 # General Public License for more details.
H A Dcrtend.asm14 GNU General Public License for more details.
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp6 // License. See LICENSE.TXT for details.
549 const int signum = tid_stop_info.details.signal.signo;
558 tid_stop_info.details.exception.type);
581 if ((tid_stop_info.reason == eStopReasonException) && tid_stop_info.details.exception.type)
584 std::make_shared<JSONNumber>(tid_stop_info.details.exception.type));
587 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; ++i)
590 tid_stop_info.details.exception.data[i]));
635 int signum = tid_stop_info.details.signal.signo;
644 tid_stop_info.details.exception.type);
779 else if ((tid_stop_info.reason == eStopReasonException) && tid_stop_info.details
[all...]
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dcrti.asm20 # General Public License for more details.
/freebsd-11.0-release/contrib/gcc/
H A Dunwind.inc23 License for more details.
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm21 General Public License for more details.
H A Deabi-cn.asm21 General Public License for more details.
H A Dsol-ci.asm22 # General Public License for more details.
H A Dsol-cn.asm22 # General Public License for more details.
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm22 ! General Public License for more details.

Completed in 121 milliseconds

123