splinter_slot_usr_clear Splinter API Reference
The purpose of splinter_slot_usr_clear is to clear a user-defined flag bitmask on a slot.
Forward Declaration & Use
void splinter_slot_usr_clear(struct splinter_slot *slot, uint16_t mask) <splinter.h>
/* slot points at a mapped slot structure. */
splinter_slot_usr_clear(slot, SPL_FUSR1);
Return & Rationale
Return Behavior: This function returns no value (void).
Errno Behavior: None.
Rationale (Or None): None
See Also
Relevant Symbols (Or None): splinter_slot_usr_set, splinter_slot_usr_test, splinter_slot_usr_snapshot