Home
last modified time | relevance | path

Searched refs:to_ptr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c1049 copy_pwwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) in copy_pwwn_data_to_str() argument
1051 if ((to_ptr == NULL) || (from_ptr == NULL)) in copy_pwwn_data_to_str()
1054 (void) sprintf(to_ptr, "%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x", in copy_pwwn_data_to_str()
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h420 void fct_wwn_to_str(char *to_ptr, const uint8_t *from_ptr);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3576 fct_wwn_to_str(char *to_ptr, const uint8_t *from_ptr) in fct_wwn_to_str() argument
3578 ASSERT(to_ptr != NULL && from_ptr != NULL); in fct_wwn_to_str()
3580 (void) sprintf(to_ptr, "%02x%02x%02x%02x%02x%02x%02x%02x", in fct_wwn_to_str()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5949 copy_wwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) in copy_wwn_data_to_str() argument
5951 if ((to_ptr == NULL) || (from_ptr == NULL)) in copy_wwn_data_to_str()
5954 sprintf(to_ptr, "%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x", in copy_wwn_data_to_str()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c6556 copy_wwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) in copy_wwn_data_to_str() argument
6558 if ((to_ptr == NULL) || (from_ptr == NULL)) in copy_wwn_data_to_str()
6561 sprintf(to_ptr, "%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x", in copy_wwn_data_to_str()