| /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/ |
| ac_stat.c | 61 ac_stat_t *statp; local 100 statp = kmem_zalloc(sizeof (ac_stat_t), KM_SLEEP); 102 statp->rstate = mem_info->rstate; 103 statp->ostate = mem_info->ostate; 104 statp->condition = mem_info->condition; 105 statp->status_time = mem_info->status_change; 106 statp->board = ac->board; 107 statp->real_size = mem_info->real_size; 108 statp->use_size = mem_info->use_size; 109 statp->ac_memctl = *(ac->ac_memctl) [all...] |
| simmstat.c | 301 volatile char *statp; /* pointer to hardware register */ local 308 statp = (char *)softsp->simmstat_base; 319 for (i = 0; i < SIMM_COUNT; i++, statp++, kstatp++) { 320 *kstatp = *statp;
|
| /onnv/onnv-gate/usr/src/uts/common/ipp/dlcosmk/ |
| dlcosmkddi.c | 362 dlcosmk_stat_t *statp; local 373 statp = (dlcosmk_stat_t *)(dlcosmk_data->stats)->ipps_data; 374 ASSERT(statp != NULL); 377 IPP_STAT_UINT64, &statp->npackets)) != 0) { 384 IPP_STAT_UINT64, &statp->ipackets)) != 0) { 391 IPP_STAT_UINT64, &statp->epackets)) != 0) { 398 IPP_STAT_INT32, &statp->usr_pri)) != 0) { 405 IPP_STAT_INT32, &statp->b_band)) != 0) { 412 IPP_STAT_INT32, &statp->dl_max)) != 0) {
|
| /onnv/onnv-gate/usr/src/uts/common/ipp/dscpmk/ |
| dscpmkddi.c | 451 dscpmk_dscp_stats_t *statp; local 465 statp = (dscpmk_dscp_stats_t *) 467 ASSERT(statp != NULL); 470 "dscp", IPP_STAT_UINT32, &statp->dscp)) != 0) { 477 "npackets", IPP_STAT_UINT64, &statp->npackets)) != 0) { 492 dscpmk_stat_t *statp; local 502 statp = (dscpmk_stat_t *)(dscpmk_data->stats)->ipps_data; 503 ASSERT(statp != NULL); 506 IPP_STAT_UINT64, &statp->npackets)) != 0) { 513 IPP_STAT_UINT64, &statp->dscp_changed)) != 0) 549 dscpmk_dscp_stats_t *statp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/ |
| dd_opt.c | 297 res_state statp; local 299 statp = calloc(1, sizeof (*statp)); 300 if (statp == NULL) { 302 } else if (res_ninit(statp) == -1) { 314 if (statp->nsaddr_list[0].sin_family == AF_INET && 315 statp->nsaddr_list[0].sin_addr.s_addr == 320 strdup(statp->defdname); 328 if (statp != NULL) { 329 (void) res_ndestroy(statp); 341 res_state statp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| ldap.c | 651 int statp; local 662 statp = EX_NOTFOUND; 693 statp = EX_OK; 826 statp = EX_OK; 1107 statp = EX_TEMPFAIL; 1122 statp = EX_RESTART; 1129 return statp; 1269 statp = EX_TEMPFAIL; 1284 statp = EX_RESTART; 1288 return statp; [all...] |
| /onnv/onnv-gate/usr/src/lib/nsswitch/dns/common/ |
| dns_common.c | 359 struct __res_state stat, *statp; /* dns state block */ local 388 statp = &stat; 389 (void) memset(statp, '\0', sizeof (struct __res_state)); 390 if (res_ninit(statp) == -1) 403 res_ndestroy(statp); 410 res_ndestroy(statp); 422 ret = res_nsearch(statp, name, C_IN, qtype, resbuf.buf, NS_MAXMSG); 424 if (statp->res_h_errno == HOST_NOT_FOUND) { 428 res_ndestroy(statp); 432 res_ndestroy(statp); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| eval.c | 440 struct stats *statp; local 458 if ((statp = (struct stats *) 462 valuep->v = stats_counter_value(statp); [all...] |
| fme.c | 153 struct stats *statp, const struct ipath *ipp); 155 struct stats *statp, void *unused); 2339 struct stats *statp; local 2363 struct stats *statp; local 2451 struct stats *statp = (struct stats *)right; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| nfslog_elf.c | 843 char *statp = nfslog_get_status((short)(*res)); local 845 if (statp != NULL) 848 statp); 1073 char *statp = nfslog_get_status((short)(*res)); local 1075 if (statp != NULL) 1078 statp); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| opl_cfg.c | 183 hwd_sb_status_t *statp; local 193 statp = probe->pr_sb_status; 217 printf("%x ", statp->sb_status[bd]); 220 printf("HWD:board status = %d\n", statp->sb_status[board]); 308 opl_read_hwd(int board, hwd_header_t **hdrp, hwd_sb_status_t **statp, 388 if (statp != NULL) 389 *statp = st; 408 hwd_sb_status_t **statp; local 416 statp = &probe->pr_sb_status; 423 ret = opl_read_hwd(board, hdrp, statp, dinfop, sbp) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mac/ |
| mac_flow.c | 89 uint64_t *statp; local 96 statp = (uint64_t *) 99 knp->value.ui64 = *statp; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| emlxs_dfc.c | 6615 emlxs_tgtport_stat_t *statp = &TGTPORTSTAT; local [all...] |