Searched defs:to_ptr (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cs.c | 1043 * node (from_ptr in the function below) on to an array (to_ptr) so that it is 1046 * Caller responsible to allocate enough memory in "to_ptr" 1049 copy_pwwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) argument 1051 if ((to_ptr == NULL) || (from_ptr == NULL)) 1054 (void) sprintf(to_ptr, "%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x",
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 3542 * to_ptr: char ptr to string of size WWN_SIZE*2+1 3545 fct_wwn_to_str(char *to_ptr, const uint8_t *from_ptr) argument 3547 ASSERT(to_ptr != NULL && from_ptr != NULL); 3549 (void) sprintf(to_ptr, "%02x%02x%02x%02x%02x%02x%02x%02x",
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 5944 * to_ptr: char ptr to string of size WWN_SIZE*2+1 5947 copy_wwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) argument 5949 if ((to_ptr == NULL) || (from_ptr == NULL)) 5952 sprintf(to_ptr, "%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x",
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 6553 * to_ptr: char ptr to string of size WWN_SIZE*2+1 6556 copy_wwn_data_to_str(char *to_ptr, const uchar_t *from_ptr) argument 6558 if ((to_ptr == NULL) || (from_ptr == NULL)) 6561 sprintf(to_ptr, "%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x%1.2x",
|
Completed in 96 milliseconds