/linux-6.6.21/security/apparmor/ |
D | procattr.c | 101 char *hat; in aa_setprocattr_changehat() local 106 hat = split_token_from_name(OP_CHANGE_HAT, args, &token); in aa_setprocattr_changehat() 107 if (IS_ERR(hat)) in aa_setprocattr_changehat() 108 return PTR_ERR(hat); in aa_setprocattr_changehat() 110 if (!hat && !token) { in aa_setprocattr_changehat() 115 if (hat) { in aa_setprocattr_changehat() 123 for (count = 0; (hat < end) && count < 16; ++count) { in aa_setprocattr_changehat() 124 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat() 125 hats[count] = hat; in aa_setprocattr_changehat() 127 , __func__, current->pid, token, count, hat); in aa_setprocattr_changehat() [all …]
|
D | domain.c | 1013 struct aa_profile *root, *hat = NULL; in build_change_hat() local 1027 hat = aa_find_child(root, name); in build_change_hat() 1028 if (!hat) { in build_change_hat() 1031 hat = aa_new_learning_profile(profile, true, name, in build_change_hat() 1033 if (!hat) { in build_change_hat() 1044 name, hat ? hat->base.hname : NULL, in build_change_hat() 1045 hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, in build_change_hat() 1047 if (!hat || (error && error != -ENOENT)) in build_change_hat() 1052 return &hat->label; in build_change_hat() 1063 struct aa_profile *profile, *root, *hat = NULL; in change_hat() local [all …]
|
D | policy.c | 638 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat, in aa_new_learning_profile() argument 674 if (hat) in aa_new_learning_profile()
|
/linux-6.6.21/drivers/input/joystick/ |
D | sidewinder.c | 284 int hat, i, j; in sw_parse() local 291 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 301 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 302 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 335 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse() 344 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 345 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 356 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse() 364 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 365 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
|
D | guillemot.c | 43 int hat; member 119 if (guillemot->type->hat) { in guillemot_poll() 224 if (guillemot->type->hat) { in guillemot_connect()
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | cafe_ccic.rst | 57 ten. That number was carefully picked out of a hat and should not be
|
D | bttv.rst | 902 DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
|
/linux-6.6.21/security/apparmor/include/ |
D | policy.h | 239 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
|
/linux-6.6.21/tools/power/cpupower/po/ |
D | de.po | 139 msgstr "Wächter %s, Zähler %s hat keine Zählfunktion. Implementierungsfehler\n" 164 msgstr "%s hat %.5f Sekunden gedauert und hat sich mit Status %d beendet\n"
|
/linux-6.6.21/Documentation/usb/ |
D | gadget_hid.rst | 305 /* set default hat position: neutral */
|
/linux-6.6.21/Documentation/input/joydev/ |
D | joystick-api.rst | 103 directions, some only in 4. The driver, however, always reports a hat as two
|
D | joystick.rst | 181 chf Joystick with a CH Flightstick compatible hat
|
/linux-6.6.21/Documentation/process/ |
D | botching-up-ioctls.rst | 155 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
|
/linux-6.6.21/drivers/pwm/ |
D | Kconfig | 474 official RPI PoE hat
|
/linux-6.6.21/Documentation/admin-guide/LSM/ |
D | Smack.rst | 454 ^ Pronounced "hat", a single circumflex character.
|