Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dengine.h324 extern void (*to_ptr)(fcode_env_t *);
325 extern void (*to_ptr)(fcode_env_t *);
/titanic_44/usr/src/lib/efcode/engine/
H A Dinteractive.c40 void (*to_ptr)(fcode_env_t *env) = do_set_action; variable
298 COMPILE_TOKEN(&to_ptr); in action_one()
H A Dfcode.c696 COMPILE_TOKEN(&to_ptr); in bto()
H A Ddebug.c1116 (token_t)(&to_ptr), "to", BI_NOOP,
/titanic_44/usr/src/uts/common/sys/
H A Dfct.h417 void fct_wwn_to_str(char *to_ptr, const uint8_t *from_ptr);
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3541 fct_wwn_to_str(char *to_ptr, const uint8_t *from_ptr) in fct_wwn_to_str() argument
3543 ASSERT(to_ptr != NULL && from_ptr != NULL); in fct_wwn_to_str()
3545 (void) sprintf(to_ptr, "%02x%02x%02x%02x%02x%02x%02x%02x", in fct_wwn_to_str()
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5947 copy_wwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) in copy_wwn_data_to_str() argument
5949 if ((to_ptr == NULL) || (from_ptr == NULL)) in copy_wwn_data_to_str()
5952 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()
/titanic_44/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()