Searched refs:DAK_OFF_NAME (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/luxadm/ |
H A D | diag.c | 100 if ((strncmp((char *)&inq.inq_pid[0], DAK_OFF_NAME, in print_ssd_in_box() 101 strlen(DAK_OFF_NAME)) == 0) || in print_ssd_in_box()
|
/titanic_44/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 438 if ((strncmp((char *)l_state->ib_tbl.config.prod_id, DAK_OFF_NAME, in l_encl_status_page_funcs() 439 strlen(DAK_OFF_NAME)) == 0) || in l_encl_status_page_funcs() 441 strlen(DAK_OFF_NAME)) == 0)) { in l_encl_status_page_funcs()
|
H A D | diag.c | 642 if ((strncmp((char *)&inq.inq_pid[0], DAK_OFF_NAME, in l_dev_bypass_enable() 643 strlen(DAK_OFF_NAME)) == 0) || in l_dev_bypass_enable()
|
H A D | mon.c | 623 if ((strncmp((char *)l_state->ib_tbl.config.prod_id, DAK_OFF_NAME, in l_led() 624 strlen(DAK_OFF_NAME)) == 0) || in l_led() 4906 if ((strncmp((char *)l_state->ib_tbl.config.prod_id, DAK_OFF_NAME, in l_get_slot() 4907 strlen(DAK_OFF_NAME)) == 0) || in l_get_slot() 4909 strlen(DAK_OFF_NAME)) == 0)) { in l_get_slot() 5036 if (strncmp((char *)&inq.inq_pid[0], DAK_OFF_NAME, in l_get_enc_type() 5037 strlen(DAK_OFF_NAME)) == 0) { in l_get_enc_type()
|
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 67 #define DAK_OFF_NAME "Daktari official" /* inq response, prod ident */ macro
|