Searched refs:ptrp (Results 1 – 4 of 4) sorted by relevance
146 char **ptrp; in stable() local165 ptrp = &Stable[hash]; in stable()166 ptr = *ptrp; in stable()182 ptrp = (char **)(void *)eptr; in stable()183 ptr = *ptrp; in stable()194 ptr = *ptrp = Stablenext; in stable()200 ptrp = (char **)(void *)Stablenext; in stable()202 *ptrp = NULL; in stable()
317 xdr_inline_encode_nfs_fh3(uint32_t **ptrp, uint32_t *ptr_redzone, in xdr_inline_encode_nfs_fh3() argument320 uint32_t *ptr = *ptrp; in xdr_inline_encode_nfs_fh3()384 *ptrp = ptr; in xdr_inline_encode_nfs_fh3()
481 xdr_inline_encode_nfs_fh4(uint32_t **ptrp, uint32_t *ptr_redzone, in xdr_inline_encode_nfs_fh4() argument484 uint32_t *ptr = *ptrp; in xdr_inline_encode_nfs_fh4()563 *ptrp = ptr; in xdr_inline_encode_nfs_fh4()
333 get_weakish_pointer(void **ptrp) in get_weakish_pointer() argument337 return (ptrp == NULL ? 0 : *ptrp); in get_weakish_pointer()