Searched refs:status_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libisns/
H A Disns_pdu.c480 * a timeout), then the response PDU status is place in *status_p. For
481 * all other cases, the data returned in *status_p is undefined.
486 uint32_t *status_p)
496 if (status_p != NULL)
497 *status_p = 0;
523 if ((rval == 0) && (status_p != NULL))
524 isns_get_pdu_response_status(trans, status_p);
1138 isns_get_pdu_response_status(struct isns_trans_s *trans_p, uint32_t *status_p) argument
1151 *status_p = htonl(*(uint32_t *)isns_buffer_data(pdu_p->payload_p, 0));
485 isns_send_trans(ISNS_TRANS trans, const struct timespec *timeout_p, uint32_t *status_p) argument
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_svr5.c1290 uint32 *status_p; /* status word (update|avail) */ local
1302 if (!(status_p = mas_get_met_status( md, id )))
1309 if ( *status_p != MAS_AVAILABLE )
1313 name, MAS_AVAILABLE, *status_p );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c105 print_i387_status_word (int status_p, argument
109 if (!status_p)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c105 print_i387_status_word (int status_p, argument
109 if (!status_p)

Completed in 187 milliseconds