Home
last modified time | relevance | path

Searched refs:ocs_strlen (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_os.c605 ocs_free(NULL, thread->name, ocs_strlen(thread->name+1)); in ocs_thread_call_fctn()
H A Docs_os.h319 #define ocs_strlen(s) strlen(s) macro
H A Docs_xport.c336 if(ocs_strlen(prop_buf)) { in ocs_xport_initialize_auto_xfer_ready()
H A Docs_hw.c5728 if (ocs_strncmp(linkcfg_map[i].clp_str, clp_str, ocs_strlen(clp_str)) == 0) { in ocs_hw_linkcfg_from_clp()
5873 if (ocs_dma_alloc(hw->os, &cb_arg->dma_cmd, ocs_strlen(cmd)+1, 4096)) { in ocs_hw_set_linkcfg_lancer()
5878 ocs_memset(cb_arg->dma_cmd.virt, 0, ocs_strlen(cmd)+1); in ocs_hw_set_linkcfg_lancer()
5879 ocs_memcpy(cb_arg->dma_cmd.virt, cmd, ocs_strlen(cmd)); in ocs_hw_set_linkcfg_lancer()
6063 if (ocs_dma_alloc(hw->os, &cb_arg->dma_cmd, ocs_strlen(cmd)+1, 4096)) { in ocs_hw_get_linkcfg_lancer()
6070 ocs_memset(cb_arg->dma_cmd.virt, 0, ocs_strlen(cmd)+1); in ocs_hw_get_linkcfg_lancer()
6071 ocs_memcpy(cb_arg->dma_cmd.virt, cmd, ocs_strlen(cmd)); in ocs_hw_get_linkcfg_lancer()
6623 if (ocs_dma_alloc(hw->os, &dma_cmd, ocs_strlen(cmd)+1, 4096)) { in ocs_hw_set_eth_license()
6627 ocs_memset(dma_cmd.virt, 0, ocs_strlen(cmd)+1); in ocs_hw_set_eth_license()
6628 ocs_memcpy(dma_cmd.virt, cmd, ocs_strlen(cmd)); in ocs_hw_set_eth_license()
H A Docs_mgmt.c1382 mgmt_str, ocs_strlen(mgmt_str)) == 0) { in ocs_hw_linkcfg_from_mgmt()
H A Docs_scsi.c2828 ocs_strlen(rc) == 0) { in ocs_scsi_get_property_ptr()