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.c388 /* The how field should be either SVC_DISABLED or SVC_RESET */
389 static void service_stop_or_reset(struct service *svc, int how) argument
396 if ((how != SVC_DISABLED) && (how != SVC_RESET)) {
398 how = SVC_DISABLED;
403 if (how == SVC_RESET) {
406 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.c1136 int how = 0; local
1163 how = CRYPTO_ENABLE_WIPE;
1165 how = CRYPTO_ENABLE_INPLACE;
1182 if ((how == CRYPTO_ENABLE_INPLACE) && (!strcmp(key_loc, KEY_IN_FOOTER))) {
1265 if (how == CRYPTO_ENABLE_INPLACE) {
1339 if (how == CRYPTO_ENABLE_WIPE) {
1350 } else if (how == CRYPTO_ENABLE_INPLACE) {

Completed in 258 milliseconds