Searched refs:capability (Results 51 - 75 of 127) sorted by relevance

123456

/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_internal.h73 HAL_CAP_RADAR = 0, /* Radar capability */
74 HAL_CAP_AR = 1, /* AR capability */
620 * Generic get/set capability support. Each chip overrides
624 HAL_CAPABILITY_TYPE type, uint32_t capability,
627 HAL_CAPABILITY_TYPE type, uint32_t capability,
819 * The chipset (Merlin, AR9300/later) should set the capability flag below;
H A Dah.h683 * capability - that has a different mapping for some reason.
697 * This is the layout of the ANI INTMIT capability.
911 HAL_CAPABILITY_TYPE, uint32_t capability,
914 HAL_CAPABILITY_TYPE, uint32_t capability,
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_list.c248 ap->capability = le_to_host16(mgmt->u.beacon.capab_info);
H A Dieee802_11.c957 sta->capability = capab_info;
975 if (!(sta->capability & WLAN_CAPABILITY_SHORT_SLOT_TIME) &&
985 if (sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
990 if (!(sta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) &&
1594 if (hapd->drv.sta_add(hapd, sta->addr, sta->aid, sta->capability,
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dfrag.c49 #include <sys/capability.h>
H A Dxfs_acl.c39 #include <linux/capability.h>
421 * Note: cr is only used here for the capability check if the ACL test fails.
505 * The capability to override DAC may exist, so check for it.
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_fcntl.c35 #include <sys/capability.h>
/freebsd-9.3-release/sys/kern/
H A Dsys_procdesc.c35 * and is, in effect, a form of capability. When a process descriptor is
67 #include <sys/capability.h>
H A Dvfs_acl.c41 #include <sys/capability.h>
H A Dvfs_extattr.c34 #include <sys/capability.h>
/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c37 #include <sys/capability.h>
57 * Ensure that, if the capability had enough rights for the system call to
59 * capability restrictions should kick in before any other error logic.
96 * Given a file descriptor, create a capability with specific rights and
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_files.c30 #include <sys/capability.h>
274 * To print the header in capability mode, we need to know the width
275 * of the widest capability string. Even if we get no processes
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c63 u16 capability; /* host byte order */ member in struct:ieee80211_sta_bss
352 if (bss->capability & WLAN_CAPABILITY_PRIVACY)
538 !!(bss->capability & WLAN_CAPABILITY_PRIVACY))
1455 bss->capability = le_to_host16(mgmt->u.beacon.capab_info);
2249 sdata->drop_unencrypted = bss->capability &
2288 mgmt->u.beacon.capab_info = host_to_le16(bss->capability);
2433 bss->capability = host_to_le16(WLAN_CAPABILITY_IBSS);
2436 bss->capability |= host_to_le16(WLAN_CAPABILITY_PRIVACY);
2475 || !(bss->capability & WLAN_CAPABILITY_IBSS))
2902 r->caps = bss->capability;
[all...]
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c36 #include <sys/capability.h>
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416.h203 HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t *result);
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_psdev.c58 #include <sys/capability.h>
/freebsd-9.3-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c43 #include <sys/capability.h>
/freebsd-9.3-release/sys/fs/portalfs/
H A Dportal_vnops.c44 #include <sys/capability.h>
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_srvkrpc.c42 #include <sys/capability.h>
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h127 * @caps: capability information field in host byte order
466 * struct wpa_driver_capa - Driver capability information
533 u16 capability; member in struct:hostapd_sta_add_params
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_fcntl.c36 #include <sys/capability.h>
272 * descriptor or a fully-privileged capability (which is effectively
273 * the same as a non-capability-restricted file descriptor).
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm.h993 uint64_t capability; member in struct:drm_get_cap
/freebsd-9.3-release/sys/i386/i386/
H A Dlocore.s652 movl %eax,R(cpu_high) # highest capability
/freebsd-9.3-release/sys/security/mac/
H A Dmac_syscalls.c51 #include <sys/capability.h>
/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c40 #include <sys/capability.h>
189 * perform in capability mode.

Completed in 322 milliseconds

123456