splinter_slot_usr_set Splinter API Reference

The purpose of splinter_slot_usr_set is to set a user-defined flag bitmask on a slot.

Forward Declaration & Use

void splinter_slot_usr_set(struct splinter_slot *slot, uint16_t mask) <splinter.h>

/* slot points at a mapped slot structure. */
splinter_slot_usr_set(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_clear, splinter_slot_usr_test, splinter_slot_usr_snapshot