HomeSort by relevance Sort by last modified time
    Searched defs:hard (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/linux/
rfkill.h 47 __u8 soft, hard; member in struct:rfkill_event
if_arcnet.h 72 struct arc_hardware hard; member in struct:archdr
xfrm.h 380 __u8 hard; member in struct:xfrm_user_expire
384 __u8 hard; member in struct:xfrm_user_polexpire
  /external/kernel-headers/original/uapi/linux/
rfkill.h 77 * @hard: hard state (0/1)
87 __u8 soft, hard; member in struct:rfkill_event
99 * that we've made the 'hard' member optional since our only option
if_arcnet.h 118 struct arc_hardware hard; member in struct:archdr
xfrm.h 447 __u8 hard; member in struct:xfrm_user_expire
452 __u8 hard; member in struct:xfrm_user_polexpire
  /external/u-boot/arch/arm/include/asm/
processor.h 31 struct fp_hard_struct hard; member in union:fp_state
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 24 u8 hard; member in struct:rfkill_event
78 "op=%u soft=%u hard=%u",
80 event.hard);
82 if (event.hard) {
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
170 "op=%u soft=%u hard=%u",
172 event.hard);
175 if (event.hard) {
176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 418 /* cases where length of match is hard to find */
578 int hard; local
591 hard = 0;
592 for (ss = startst; !hard && ss < stopst; ss++)
657 hard = 1;
660 if (!hard) { /* that was it! */
667 /* the hard stuff */
668 AT("hard", sp, stop, ss, stopst);
  /external/iproute2/include/uapi/linux/
xfrm.h 444 __u8 hard; member in struct:xfrm_user_expire
449 __u8 hard; member in struct:xfrm_user_polexpire
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 1833 milliseconds