Home
last modified time | relevance | path

Searched refs:equals (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dcmdline.c203 unsigned int i, equals = 0; in next_arg() local
216 if (equals == 0) { in next_arg()
218 equals = i; in next_arg()
225 if (!equals) in next_arg()
228 args[equals] = '\0'; in next_arg()
229 *val = args + equals + 1; in next_arg()
/kernel/linux/linux-6.6/lib/
H A Dcmdline.c229 unsigned int i, equals = 0; in next_arg() local
241 if (equals == 0) { in next_arg()
243 equals = i; in next_arg()
250 if (!equals) in next_arg()
253 args[equals] = '\0'; in next_arg()
254 *val = args + equals + 1; in next_arg()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcondition.c649 condp->equals = !is_not; in tomoyo_get_condition()
652 condp->equals); in tomoyo_get_condition()
799 const bool match = condp->equals; in tomoyo_condition()
H A Dcommon.h647 /* Equation operator. True if equals or overlaps, false otherwise. */
648 bool equals; member
H A Dcommon.c1286 const u8 match = condp->equals; in tomoyo_print_condition()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c649 condp->equals = !is_not; in tomoyo_get_condition()
652 condp->equals); in tomoyo_get_condition()
799 const bool match = condp->equals; in tomoyo_condition()
H A Dcommon.h647 /* Equation operator. True if equals or overlaps, false otherwise. */
648 bool equals; member
H A Dcommon.c1278 const u8 match = condp->equals; in tomoyo_print_condition()

Completed in 15 milliseconds