Searched refs:how (Results 1 - 7 of 7) sorted by relevance

/system/core/sh/
H A Dmiscbltin.c344 how = SOFT | HARD; local
354 how = HARD;
357 how = SOFT;
396 if (how & SOFT)
398 else if (how & HARD)
419 if (how & HARD)
421 if (how & SOFT)
426 if (how & SOFT)
428 else if (how & HARD)
/system/core/init/
H A Dinit.c371 /* The how field should be either SVC_DISABLED or SVC_RESET */
372 static void service_stop_or_reset(struct service *svc, int how) argument
379 if ((how != SVC_DISABLED) && (how != SVC_RESET)) {
381 how = SVC_DISABLED;
386 if (how == SVC_RESET) {
389 svc->flags |= how;
/system/bluetooth/tools/
H A Dsock_shutdown_test.c207 static int _shutdown(int fd, int how) { argument
211 ret = shutdown(fd, how);
H A Dpipetest.c95 static int _shutdown(int fd, int how) { argument
99 ret = shutdown(fd, how);
H A Dasocket_test.c286 static int _shutdown(int fd, int how) { argument
290 ret = shutdown(fd, how);
H A Dsocktest.c300 static int _shutdown(int fd, int how) { argument
304 ret = shutdown(fd, how);
/system/vold/
H A Dcryptfs.c1117 int how = 0; local
1144 how = CRYPTO_ENABLE_WIPE;
1146 how = CRYPTO_ENABLE_INPLACE;
1163 if ((how == CRYPTO_ENABLE_INPLACE) && (!strcmp(key_loc, KEY_IN_FOOTER))) {
1243 if (how == CRYPTO_ENABLE_INPLACE) {
1310 if (how == CRYPTO_ENABLE_WIPE) {
1321 } else if (how == CRYPTO_ENABLE_INPLACE) {

Completed in 1688 milliseconds