Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_capability.c157 #define CAPARSIZE_MIN (CAP_RIGHTS_VERSION_00 + 2) macro
183 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in cap_rights_vset()
208 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in cap_rights_vclear()
233 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in cap_rights_is_vset()
260 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in __cap_rights_init()
320 if (CAPARSIZE(rights) < CAPARSIZE_MIN || in cap_rights_is_valid()
352 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in cap_rights_merge()
375 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in cap_rights_remove()
399 assert(n >= CAPARSIZE_MIN && n <= CAPARSIZE_MAX); in cap_rights_contains()