HomeSort by relevance Sort by last modified time
    Searched defs:statp (Results 1 - 11 of 11) sorted by null

  /netvirt/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;
  /netvirt/usr/src/uts/common/ipp/dlcosmk/
dlcosmkddi.c 365 dlcosmk_stat_t *statp; local
376 statp = (dlcosmk_stat_t *)(dlcosmk_data->stats)->ipps_data;
377 ASSERT(statp != NULL);
380 IPP_STAT_UINT64, &statp->npackets)) != 0) {
387 IPP_STAT_UINT64, &statp->ipackets)) != 0) {
394 IPP_STAT_UINT64, &statp->epackets)) != 0) {
401 IPP_STAT_INT32, &statp->usr_pri)) != 0) {
408 IPP_STAT_INT32, &statp->b_band)) != 0) {
415 IPP_STAT_INT32, &statp->dl_max)) != 0) {
  /netvirt/usr/src/uts/common/ipp/dscpmk/
dscpmkddi.c 454 dscpmk_dscp_stats_t *statp; local
468 statp = (dscpmk_dscp_stats_t *)
470 ASSERT(statp != NULL);
473 "dscp", IPP_STAT_UINT32, &statp->dscp)) != 0) {
480 "npackets", IPP_STAT_UINT64, &statp->npackets)) != 0) {
495 dscpmk_stat_t *statp; local
505 statp = (dscpmk_stat_t *)(dscpmk_data->stats)->ipps_data;
506 ASSERT(statp != NULL);
509 IPP_STAT_UINT64, &statp->npackets)) != 0) {
516 IPP_STAT_UINT64, &statp->dscp_changed)) != 0)
552 dscpmk_dscp_stats_t *statp; local
    [all...]
  /netvirt/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
dd_opt.c 298 res_state statp; local
300 statp = calloc(1, sizeof (*statp));
301 if (statp == NULL) {
303 } else if (res_ninit(statp) == -1) {
315 if (statp->nsaddr_list[0].sin_family == AF_INET &&
316 statp->nsaddr_list[0].sin_addr.s_addr ==
321 strdup(statp->defdname);
329 free(statp);
339 res_state statp; local
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/cmd/fm/modules/common/eversholt/
eval.c 413 struct stats *statp; local
431 if ((statp = (struct stats *)
435 valuep->v = stats_counter_value(statp);
    [all...]
fme.c 156 struct stats *statp, const struct ipath *ipp);
158 struct stats *statp, void *unused);
2180 struct stats *statp; local
2204 struct stats *statp; local
2292 struct stats *statp = (struct stats *)right; local
    [all...]
  /netvirt/usr/src/lib/nsswitch/dns/common/
dns_common.c 276 * by statp->_u._ext.ext is freed after res_nclose() is called.
279 __res_ndestroy(res_state statp) {
280 res_nclose(statp);
281 if (statp->_u._ext.ext != NULL)
282 free(statp->_u._ext.ext);
320 struct __res_state stat, *statp; /* dns state block */ local
349 statp = &stat;
350 (void) memset(statp, '\0', sizeof (struct __res_state));
351 if (res_ninit(statp) == -1)
364 __res_ndestroy(statp);
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/uts/sun4u/io/
opl_cfg.c 185 hwd_sb_status_t *statp; local
195 statp = probe->pr_sb_status;
219 printf("%x ", statp->sb_status[bd]);
222 printf("HWD:board status = %d\n", statp->sb_status[board]);
310 opl_read_hwd(int board, hwd_header_t **hdrp, hwd_sb_status_t **statp,
390 if (statp != NULL)
391 *statp = st;
410 hwd_sb_status_t **statp; local
418 statp = &probe->pr_sb_status;
425 ret = opl_read_hwd(board, hdrp, statp, dinfop, sbp)
    [all...]

Completed in 600 milliseconds