Searched refs:how (Results 1 – 9 of 9) sorted by relevance
344 how = SOFT | HARD; in ulimitcmd() local354 how = HARD; in ulimitcmd()357 how = SOFT; in ulimitcmd()396 if (how & SOFT) in ulimitcmd()398 else if (how & HARD) in ulimitcmd()419 if (how & HARD) in ulimitcmd()421 if (how & SOFT) in ulimitcmd()426 if (how & SOFT) in ulimitcmd()428 else if (how & HARD) in ulimitcmd()
6 since it provides helpful information for how the shell is structured,108 strings on the stack without knowing in advance how long the
363 static void service_stop_or_reset(struct service *svc, int how) in service_stop_or_reset() argument369 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in service_stop_or_reset()371 how = SVC_DISABLED; in service_stop_or_reset()376 if (how == SVC_RESET) { in service_stop_or_reset()379 svc->flags |= how; in service_stop_or_reset()
59 Options are modifiers to services. They affect how and when init
18 example how to structure your files.
1589 int how = 0; in cryptfs_enable() local1616 how = CRYPTO_ENABLE_WIPE; in cryptfs_enable()1618 how = CRYPTO_ENABLE_INPLACE; in cryptfs_enable()1635 if ((how == CRYPTO_ENABLE_INPLACE) && (!strcmp(key_loc, KEY_IN_FOOTER))) { in cryptfs_enable()1718 if (how == CRYPTO_ENABLE_INPLACE) { in cryptfs_enable()1807 if (how == CRYPTO_ENABLE_WIPE) { in cryptfs_enable()1818 } else if (how == CRYPTO_ENABLE_INPLACE) { in cryptfs_enable()
9 to check how the sdcard scale with the number of processes.
196 This is similar to how applications are stopped when their packages are
278 # parameters to match how it is managing things.