/src/sys/modules/camellia/ |
Makefile | 8 SRCS= camellia.c camellia-api.c
|
/src/usr.sbin/apm/ |
apm.c | 152 struct apm_power_info *api = &reply.batterystate; local in function:main 278 battstate(api->battery_state)); 280 if (dopct && domin && api->minutes_left == 0) 287 api->battery_life); 292 api->minutes_left); 299 ac_state(api->ac_state)); 302 if (api->nbattery) { 304 api->nbattery); 308 printf("%d\n", api->battery_state); 310 printf("%d\n", api->battery_life) [all...] |
/src/sbin/ifconfig/ |
agr.c | 130 struct agrportinfo *api; local in function:agr_status 165 api = (void *)(apl + 1); 170 snprintb(tmp, sizeof(tmp), AGRPORTINFO_BITS, api->api_flags); 171 printf("\tagrport: %s, flags=%s\n", api->api_ifname, tmp); 172 api++;
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
android-build.sh | 45 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION_COMPAT" \ 61 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION" \
|
/src/lib/libkvm/ |
kvm_powerpc.c | 177 _kvm_scan_pteg(struct pteg *pteg, uint32_t vsid, uint32_t api, int secondary) 192 if (((ptehi & PTE_API) >> PTE_API_SHFT) != api) 207 uint32_t sr, pgoff, vsid, pgidx, api, hash; local in function:_kvm_match_sr 222 api = pgidx >> 10; 239 if ((pte = _kvm_scan_pteg(&pteg, vsid, api, 0)) != NULL) { 257 if ((pte = _kvm_scan_pteg(&pteg, vsid, api, 0)) != NULL) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
os_types.h | 68 #include <asm/fpu/api.h>
|
/src/sys/net/agr/ |
if_agr.c | 214 * XXX better to introduce an API to transmit pre-built frames. 459 struct agrportinfo api; local in function:agr_getportlist 466 memset(&api, 0, sizeof(api)); 482 if (bufleft < sizeof(api)) { 485 memcpy(api.api_ifname, port->port_ifp->if_xname, 486 sizeof(api.api_ifname)); 487 api.api_flags = 0; 489 api.api_flags |= AGRPORTINFO_COLLECTING; 492 api.api_flags |= AGRPORTINFO_DISTRIBUTING [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_memcpy.c | 31 #include <asm/fpu/api.h>
|
/src/sys/external/isc/libsodium/dist/ |
README.markdown | 2 [](https://ci.appveyor.com/project/jedisct1/libsodium) 12 fork of [NaCl](http://nacl.cr.yp.to/), with a compatible API, and an 13 extended API to improve usability even further.
|
/src/sys/external/bsd/drm/dist/ |
configure.ac | 45 AC_ARG_ENABLE(nouveau-experimental-api, 46 AS_HELP_STRING([--enable-nouveau-experimental-api], 47 [Enable support for nouveau's experimental API (default: disabled)]),
|
/src/sys/external/bsd/vchiq/dist/interface/vchi/connections/ |
connection.h | 55 API 314 const VCHI_CONNECTION_API_T *api; member in struct:vchi_connection_t
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_vf.h | 140 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api);
|
ixgbe_vf.c | 201 /* reset the api version */ 475 * If the API version matched and the reply was NACK, 772 * ixgbevf_negotiate_api_version - Negotiate supported API version 774 * @api: integer containing requested API version 776 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api) 781 /* Negotiate the mailbox API version */ 783 msg[1] = api; 792 hw->api_version = api; 808 /* do nothing if API doesn't support ixgbevf_get_queues * [all...] |
/src/sys/rump/kern/lib/libcrypto/ |
Makefile | 50 SRCS+= camellia.c camellia-api.c
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/ |
build_symbolizer.sh | 160 $OPT -internalize -internalize-public-api-list=${SYMBOLIZER_API_LIST} all.bc -o opt.bc
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 63 #include <android/api-level.h>
|
/src/sys/dev/pci/ |
if_iwm.c | 701 snprintf(sc->sc_fwver, sizeof(sc->sc_fwver), "%d.%d (API ver %d)", 832 struct iwm_ucode_api *api; local in function:iwm_read_firmware 835 if (tlv_len != sizeof(*api)) { 839 api = (struct iwm_ucode_api *)tlv_data; 840 idx = le32toh(api->api_index); 841 bits = le32toh(api->api_flags); 2375 /* used to convert from time event API v2 to v1 */
|