Lines Matching defs:object
369 * Initialize the llist delete queue object cache.
382 * Destroy the llist delete queue object cache.
434 * Post an object to the delete queue. The delete queue will be processed
437 * not required, and an object can be posted at any time.
440 smb_llist_post(smb_llist_t *ll, void *object, smb_dtorproc_t dtorproc)
444 ASSERT((object != NULL) && (dtorproc != NULL));
449 dtor->dt_object = object;
532 * This function inserts the object passed a the beginning of the list. This
548 * This function appends to the object passed to the list. This function assumes
565 * This function removes the object passed from the list. This function assumes
627 * This function inserts the object passed a the beginning of the list.
643 * This function appends the object passed to the list.
659 * This function removes the object passed by the caller from the list.
705 * This function moves an object from one list to the end of the other list. It
1323 * If the item is found a hold on the object
1327 * using the returned object to release the hold
1328 * taken on the object.
1354 * The hold on the given object is released.
1357 * the returned object.
1391 * a pointer to the next object on each subsequent call.
1393 * If a new object is added to or removed from the AVL
1398 * done using the returned object to release the hold taken
1399 * on the object.