Symbol: os_strlcpy
sys/dev/smartpqi/smartpqi_discovery.c
380
os_strlcpy(device_mem->tag, "device_mem", sizeof(device_mem->tag));
sys/dev/smartpqi/smartpqi_event.c
406
os_strlcpy(buf_report_event.tag, "pqi_report_event_buf", sizeof(buf_report_event.tag)); ;
sys/dev/smartpqi/smartpqi_event.c
467
os_strlcpy(buf_set_event.tag, "pqi_set_event_buf", sizeof(buf_set_event.tag));
sys/dev/smartpqi/smartpqi_init.c
202
os_strlcpy(softs->sg_dma_desc[i].tag, tag, sizeof(softs->sg_dma_desc[i].tag));
sys/dev/smartpqi/smartpqi_init.c
56
os_strlcpy(pqi_cap_dma_buf.tag, "pqi_cap_buf", sizeof(pqi_cap_dma_buf.tag));
sys/dev/smartpqi/smartpqi_init.c
862
os_strlcpy(softs->devlist_lock_name, "devlist_lock", LOCKNAME_SIZE);
sys/dev/smartpqi/smartpqi_ioctl.c
288
os_strlcpy(ioctl_dma_buf.tag, "Ioctl_PassthruCmd_Buffer", sizeof(ioctl_dma_buf.tag));
sys/dev/smartpqi/smartpqi_ioctl.c
480
os_strlcpy(ioctl_dma_buf.tag, "Ioctl_PassthruCmd_Buffer", sizeof(ioctl_dma_buf.tag));
sys/dev/smartpqi/smartpqi_prototypes.h
291
int os_strlcpy(char *dst, char *src, int len);
sys/dev/smartpqi/smartpqi_queue.c
165
os_strlcpy(dma_mem->tag, tag, sizeof(dma_mem->tag));
sys/dev/smartpqi/smartpqi_queue.c
237
os_strlcpy(dma_mem->tag, tag, sizeof(dma_mem->tag));
sys/dev/smartpqi/smartpqi_queue.c
445
os_strlcpy(softs->admin_ib_queue.lockname, "admin_ibqlock", LOCKNAME_SIZE);
sys/dev/smartpqi/smartpqi_sis.c
345
os_strlcpy(init_struct_mem.tag, "init_struct", sizeof(init_struct_mem.tag));
sys/dev/smartpqi/smartpqi_sis.c
364
os_strlcpy(softs->err_buf_dma_mem.tag, "error_buffer", sizeof(softs->err_buf_dma_mem.tag));
sys/dev/smartpqi/smartpqi_tag.c
104
os_strlcpy(taglist->lockname, "tag_lock", LOCKNAME_SIZE);