Home
last modified time | relevance | path

Searched refs:err_ptr (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/iwk/
H A Diwk2.c6058 uint32_t err_ptr; /* Start address of error log */ in iwk_write_error_log() local
6061 err_ptr = LE_32(sc->sc_card_alive_run.error_event_table_ptr); in iwk_write_error_log()
6062 if (!(err_ptr)) { in iwk_write_error_log()
6069 valid = iwk_mem_read(sc, err_ptr); in iwk_write_error_log()
6075 err_ptr += sizeof (uint32_t); in iwk_write_error_log()
6076 IWK_DBG((IWK_DEBUG_EEPROM, "err=%d ", iwk_mem_read(sc, err_ptr))); in iwk_write_error_log()
6077 err_ptr += sizeof (uint32_t); in iwk_write_error_log()
6078 IWK_DBG((IWK_DEBUG_EEPROM, "pc=0x%X ", iwk_mem_read(sc, err_ptr))); in iwk_write_error_log()
6079 err_ptr += sizeof (uint32_t); in iwk_write_error_log()
6081 "branch link1=0x%X ", iwk_mem_read(sc, err_ptr))); in iwk_write_error_log()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c120 char *err_ptr; in record_error() local
124 err_ptr = ep; in record_error()
140 if (err_ptr == NULL) in record_error()
141 err_ptr = calloc(length, sizeof (char)); in record_error()
143 err_ptr = realloc(err_ptr, length); in record_error()
145 if (err_ptr == NULL) in record_error()
153 (void) strlcpy(err_ptr, ebuf, length); in record_error()
158 (void) strlcat(err_ptr, tmp_buff, length); in record_error()
159 return (err_ptr); in record_error()
/titanic_50/usr/src/cmd/auditconfig/
H A Dauditconfig.c2225 char *err_ptr; in echkflags() local
2228 err_ptr = err; in echkflags()
2229 while (*err_ptr != ',' && *err_ptr != '\0') { in echkflags()
2230 err_ptr++; in echkflags()
2232 *err_ptr = '\0'; in echkflags()