Searched refs:to_ptr (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 324 extern void (*to_ptr)(fcode_env_t *); 325 extern void (*to_ptr)(fcode_env_t *);
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 40 void (*to_ptr)(fcode_env_t *env) = do_set_action; variable 298 COMPILE_TOKEN(&to_ptr); in action_one()
|
H A D | fcode.c | 696 COMPILE_TOKEN(&to_ptr); in bto()
|
H A D | debug.c | 1116 (token_t)(&to_ptr), "to", BI_NOOP,
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fct.h | 417 void fct_wwn_to_str(char *to_ptr, const uint8_t *from_ptr);
|
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cs.c | 1049 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_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 3541 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_41/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 5947 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_41/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 6556 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()
|