Lines Matching full:identifier

133 framework using a type/slot identifier pair.
145 function registers a type/slot identifier pair with the
154 the slot identifier should be allocated under.
171 argument is currently only useful with the OSD_JAIL type identifier.
175 function deregisters a previously registered type/slot identifier pair.
182 the slot identifier is allocated under.
185 argument specifies the slot identifier which is being deregistered and should be
199 the slot identifier is allocated under.
209 argument specifies the slot identifier to assign the
230 member from the specified type/slot identifier pair.
235 the slot identifier is allocated under.
243 argument specifies the slot identifier to retrieve the data pointer from.
249 member from the specified type/slot identifier pair.
254 the slot identifier is allocated under.
262 argument specifies the slot identifier to remove the data pointer from.
265 identifier pair which is being deleted.
314 The type identifier is used as the index into the outer array, and the slot
315 identifier is used as the index into the inner array.
316 To set or retrieve a data pointer for a given type/slot identifier pair,
330 with M_NOWAIT to a size appropriate for the slot identifier being set.
333 attempts to set a slot identifier which is numerically larger than the slot used
338 is used to grow the array to the appropriate size such that the slot identifier
377 type identifier.
381 type identifier.
404 returns the slot identifier for the newly registered data type.
409 return zero on success or ENOMEM if the specified type/slot identifier pair
420 returns the data pointer for the specified type/slot identifier pair, or NULL if