Home
last modified time | relevance | path

Searched refs:log_warn (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/dm-verity/
H A Dtest-dm-verity-keyring.sh47 log_warn() { function
207 log_warn "Failed to unload dm-verity module"
382 log_warn "Could not find keyring"
633 log_warn "Local signature verification: FAILED"
648 log_warn "No signature file found, skipping corrupted signature test"
702 log_warn "Key directory not found, skipping wrong data test"
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-buffer.c67 log_warn("%s() SAA_ERR_BAD_PARAMETER\n", __func__); in saa7164_buffer_alloc()
142 log_warn(" freeing a non-free buffer\n"); in saa7164_buffer_dealloc()
H A Dsaa7164.h619 #define log_warn(fmt, arg...)\ macro