| /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 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 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 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 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/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/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/rump/kern/lib/libcrypto/ |
| Makefile | 51 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 | 735 uint32_t major, uint32_t minor, uint32_t api) 742 snprintf(buf, bufsize, "%u.%08x.%u", major, minor, api); 744 snprintf(buf, bufsize, "%u.%u.%u", major, minor, api); 921 struct iwm_ucode_api *api; local 924 if (tlv_len != sizeof(*api)) { 928 api = (struct iwm_ucode_api *)tlv_data; 929 idx = le32toh(api->api_index); 930 bits = le32toh(api->api_flags);
|