Searched refs:smd (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | snmplib.c | 122 struct picl_snmphdl *smd; member 186 struct picl_snmphdl *smd; in snmp_init() local 193 smd = (struct picl_snmphdl *)calloc(1, sizeof (struct picl_snmphdl)); in snmp_init() 194 if (smd == NULL) in snmp_init() 201 if ((smd->fd = socket(PF_INET, SOCK_DGRAM, 0)) < 0) in snmp_init() 204 (void) setsockopt(smd->fd, SOL_SOCKET, SO_SNDBUF, &sbuf, sizeof (int)); in snmp_init() 205 (void) setsockopt(smd->fd, SOL_SOCKET, SO_RCVBUF, &rbuf, sizeof (int)); in snmp_init() 207 memset(&smd->agent_addr, 0, sizeof (struct sockaddr_in)); in snmp_init() 208 smd->agent_addr.sin_family = AF_INET; in snmp_init() 209 smd->agent_addr.sin_port = htons(SNMP_DEFAULT_PORT); in snmp_init() [all …]
|
/titanic_41/usr/src/tools/ctf/stabs/common/ |
H A D | genassym.c | 230 ga_member_cb_data_t smd; in ga_member_cb() local 232 smd.gmcb_memname = md->gmcb_submem; in ga_member_cb() 233 smd.gmcb_submem = NULL; in ga_member_cb() 234 smd.gmcb_offdef = md->gmcb_offdef; in ga_member_cb() 235 smd.gmcb_off = md->gmcb_off; in ga_member_cb() 237 return (ga_member_find(type, &smd)); in ga_member_cb()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | seg_map.c | 302 struct segmap_data *smd; in segmap_create() local 321 smd = kmem_zalloc(sizeof (struct segmap_data), KM_SLEEP); in segmap_create() 323 seg->s_data = (void *)smd; in segmap_create() 325 smd->smd_prot = a->prot; in segmap_create() 356 smd->smd_nfree = smd_nfree = smd_ncolor * nfreelist; in segmap_create() 364 smd_free = smd->smd_free = in segmap_create() 367 sm = &smd->smd_free[i]; in segmap_create() 379 smd->smd_npages = npages; in segmap_create() 383 smd_hash = smd->smd_hash = in segmap_create() 403 smd_smap = smd->smd_sm = in segmap_create() [all …]
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 387 struct sbdp_mem_dip smd = {0}; in sbdp_update_bd_info() local 416 smd.bdp = bdp; in sbdp_update_bd_info() 422 sbdp_walk_prom_tree(prom_rootnode(), sbdp_get_mem_dip, &smd); in sbdp_update_bd_info() 423 if (smd.dip != NULL) { in sbdp_update_bd_info() 446 if (sbdphw_get_base_physaddr(hp, smd.dip, &bdp->bpa)) in sbdp_update_bd_info() 448 ddi_release_devi(smd.dip); in sbdp_update_bd_info()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex.news | 180 A new option "showmode" (smd) causes input mode to be indicated
|