Searched refs:allocated_hostname (Results 1 – 1 of 1) sorted by relevance
9593 u_int8_t *allocated_hostname = NULL; in necp_client_sign() local9651 if ((allocated_hostname = (u_int8_t *)kalloc_data(hostname_length, Z_WAITOK | Z_ZERO)) == NULL) { in necp_client_sign()9657 client_hostname = allocated_hostname; in necp_client_sign()9684 if (allocated_hostname != NULL) { in necp_client_sign()9685 kfree_data(allocated_hostname, hostname_length); in necp_client_sign()9686 allocated_hostname = NULL; in necp_client_sign()