Searched refs:hat (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dprocattr.c115 char *hat; local
120 hat = split_token_from_name(OP_CHANGE_HAT, args, &token);
121 if (IS_ERR(hat))
122 return PTR_ERR(hat);
124 if (!hat && !token) {
125 AA_ERROR("change_hat: Invalid input, NULL hat and NULL magic");
129 if (hat) {
130 /* set up hat name vector, args guaranteed null terminated
133 * If there are multiple hat names in the buffer each is
137 for (count = 0; (hat < en
[all...]
H A Ddomain.c587 * aa_change_hat - change hat to/from subprofile
588 * @hats: vector of hat names to try changing into (MAYBE NULL if @count == 0)
589 * @count: number of hat names in @hats
590 * @token: magic value to validate the hat change
604 struct aa_profile *profile, *previous_profile, *hat = NULL; local
624 /* attempting to change into a new hat or switch to a sibling */
628 /* find first matching hat */
629 for (i = 0; i < count && !hat; i++)
631 hat = aa_find_child(root, hats[i]);
632 if (!hat) {
[all...]
H A Dpolicy.c592 * @hat: true if the null- learning profile is a hat
603 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat) argument
623 if (hat)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dguillemot.c63 int hat; member in struct:guillemot_type
139 if (guillemot->type->hat) {
244 if (guillemot->type->hat) {
H A Dsidewinder.c304 int hat, i, j; local
311 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8)
321 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x);
322 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y);
355 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8)
364 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x);
365 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y);
376 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8)
384 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x);
385 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dpolicy.h52 PFLAG_HAT = 1, /* profile is a hat */
209 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1132 \let\^=\hat
2595 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
4223 \definedummyword\hat
7418 % character, we would end up writing a line like this: 'xrdef {'hat
7419 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
7420 % argument, and \hat is not an expandable control sequence. It could
7424 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
9119 \chardef\hat=`\^
9121 \def^{{\tt \hat}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex1126 \let\^=\hat
2451 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
4013 \definedummyword\hat
7211 % character, we would end up writing a line like this: 'xrdef {'hat
7212 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
7213 % argument, and \hat is not an expandable control sequence. It could
7217 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
8876 \chardef\hat=`\^
8878 \def^{{\tt \hat}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex1126 \let\^=\hat
2451 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
4013 \definedummyword\hat
7211 % character, we would end up writing a line like this: 'xrdef {'hat
7212 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
7213 % argument, and \hat is not an expandable control sequence. It could
7217 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
8876 \chardef\hat=`\^
8878 \def^{{\tt \hat}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex2429 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
3983 \definedummyword\hat
7177 % character, we would end up writing a line like this: 'xrdef {'hat
7178 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
7179 % argument, and \hat is not an expandable control sequence. It could
7183 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
8838 \chardef\hat=`\^
8840 \def^{{\tt \hat}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 353 milliseconds