Searched refs:ptrp (Results 1 – 4 of 4) sorted by relevance
144 char **ptrp; in stable() local163 ptrp = &Stable[hash]; in stable()164 ptr = *ptrp; in stable()180 ptrp = (char **)(void *)eptr; in stable()181 ptr = *ptrp; in stable()192 ptr = *ptrp = Stablenext; in stable()198 ptrp = (char **)(void *)Stablenext; in stable()200 *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()
528 xdr_inline_encode_nfs_fh4(uint32_t **ptrp, uint32_t *ptr_redzone, in xdr_inline_encode_nfs_fh4() argument531 uint32_t *ptr = *ptrp; in xdr_inline_encode_nfs_fh4()610 *ptrp = ptr; in xdr_inline_encode_nfs_fh4()
325 get_weakish_pointer(void **ptrp) in get_weakish_pointer() argument329 return (ptrp == NULL ? 0 : *ptrp); in get_weakish_pointer()