Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_capability.c158 #define CAPARSIZE_MAX (CAP_RIGHTS_VERSION + 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()
321 CAPARSIZE(rights) > CAPARSIZE_MAX) { 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()