Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/
Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in getsebool_main() local
82 pending = security_get_boolean_pending(names[i]); in getsebool_main()
83 if (pending < 0) { in getsebool_main()
89 if (pending != active) { in getsebool_main()
92 (pending ? "on" : "off")); in getsebool_main()
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.c82 static off_t pending = 0; /* pending seek if sparse */ variable
455 if ((out.dbcnt == 0) && pending) { in dd_close()
459 pending -= out.dbsz; in dd_close()
518 pending += cnt; in dd_out()
524 if (pending != 0) { in dd_out()
526 out.fd, pending, SEEK_CUR) == -1) in dd_out()
541 if (pending) { in dd_out()
542 st.bytes += pending; in dd_out()
543 st.sparse += pending/out.dbsz; in dd_out()
544 st.out_full += pending/out.dbsz; in dd_out()
[all …]
/system/core/healthd/
Dhealthd_mode_charger.cpp82 bool pending; member
485 charger->keys[code].pending = true; in set_key_callback()
544 if (key->pending) { in process_key()
551 key->pending = false; in process_key()
/system/core/adb/
Dprotocol.txt164 recipient should cancel pending WRITEs or CLOSEs, but this is not a