* Update the refcnt while holding the SPTREE lock. */
| 785 | * Update the refcnt while holding the SPTREE lock. |
| 786 | */ |
| 787 | void |
| 788 | key_addref(struct secpolicy *sp) |
| 789 | { |
| 790 | |
| 791 | SP_ADDREF(sp); |
| 792 | } |
| 793 | |
| 794 | /* |
| 795 | * Return 0 when there are known to be no SP's for the specified |
no outgoing calls
no test coverage detected