HomeSort by: relevance | last modified time | path
    Searched defs:INTERFACE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 77 #define INTERFACE extern "C" __attribute__((visibility("default")))
82 INTERFACE void __ubsan_handle_##name##_minimal() { \
88 INTERFACE void __ubsan_handle_##name##_minimal_abort() { \
  /src/external/bsd/kyua-testers/dist/
plain_inttest.c 33 #define INTERFACE "plain"
atf_inttest.c 33 #define INTERFACE "atf"
  /src/usr.sbin/altq/altqstat/
quip_client.c 58 * <interface> or <class> or <filter>.
59 * <interface> = <if_name>
76 * to retrieve a list of classes (handle and name) on interface "fxp0":
104 enum nametype { INTERFACE, CLASS, FILTER, CONDITIONER };
309 static char interface[64]; local
314 /* get an interface list from the server */
319 errx(1, "can't get interface list");
323 if (sscanf(cp, "%x %63s", &if_index, interface) != 2)
327 return (interface);
329 if (strcmp(ifname, interface) == 0
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 41 * This file contains the programmatic interface to the Automated
124 * Interface defines for all options. Replace "n" with the UPPER_CASED
221 # ifdef INTERFACE
222 # warning undefining INTERFACE due to option name conflict
223 # undef INTERFACE
327 # undef INTERFACE
353 * Interface defines for specific options.
407 * Interface defines not associated with particular options
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 111 INTERFACE = 305,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 115 INTERFACE = 305,
  /src/external/public-domain/sqlite/dist/
sqlite3.c 12 ** the programming interface to the SQLite library. (If you do not have
16 ** if you want a wrapper to interface SQLite with your choice of programming
40 ** Internal interface definitions for SQLite.
308 /* The public SQLite interface. The _FILE_OFFSET_BITS macro must appear
325 ** This header file defines the interface that the SQLite library
359 ** Facilitate override of interface linkage and calling conventions.
552 ** This interface can be used by an application to make sure that the
556 ** This interface only reports on the compile-time mutex setting
651 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
677 ** CAPI3REF: One-Step Query Execution Interface
    [all...]

Completed in 157 milliseconds