Searched refs:newinfo (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl2/lvm2/dist/libdm/ |
| D | libdm-deptree.c | 926 struct dm_info *newinfo, uint32_t *cookie, in _resume_node() argument 960 r = dm_task_get_info(dmt, newinfo); in _resume_node() 969 int skip_lockfs, int no_flush, struct dm_info *newinfo) in _suspend_node() argument 1000 r = dm_task_get_info(dmt, newinfo); in _suspend_node() 1074 struct dm_info info, newinfo; in dm_tree_suspend_children() local 1110 child->dtree->no_flush, &newinfo)) { in dm_tree_suspend_children() 1118 child->info = newinfo; in dm_tree_suspend_children() 1147 struct dm_info newinfo; in dm_tree_activate_children() local 1205 … &newinfo, &child->dtree->cookie, child->udev_flags)) { in dm_tree_activate_children() 1213 child->info = newinfo; in dm_tree_activate_children() [all …]
|
| /netbsd/src/sys/arch/dreamcast/dev/maple/ |
| D | maple.c | 576 struct maple_devinfo *newinfo = (void *) (u->u_rxbuf + 1); in maple_check_unit_change() local 578 if (memcmp(&u->devinfo, newinfo, sizeof(struct maple_devinfo)) == 0) in maple_check_unit_change() 584 u->devinfo = *newinfo; in maple_check_unit_change()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-sccvn.cc | 455 vn_ssa_aux_t newinfo = *res = XOBNEW (&vn_ssa_aux_obstack, struct vn_ssa_aux); in VN_INFO() local 456 memset (newinfo, 0, sizeof (struct vn_ssa_aux)); in VN_INFO() 457 newinfo->name = name; in VN_INFO() 458 newinfo->valnum = VN_TOP; in VN_INFO() 461 newinfo->visited = false; in VN_INFO() 470 newinfo->valnum = name; in VN_INFO() 471 newinfo->visited = true; in VN_INFO() 477 newinfo->visited = true; in VN_INFO() 478 newinfo->valnum = name; in VN_INFO() 519 newinfo->visited = true; in VN_INFO() [all …]
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| D | uDNS.c | 491 DomainAuthInfo *newinfo = GetAuthInfoForQuestion(m, q); in mDNS_SetSecretForDomain() local 492 if (q->AuthInfo != newinfo) in mDNS_SetSecretForDomain() 498 DM_NAME_PARAM(newinfo ? &newinfo->domain : mDNSNULL)); in mDNS_SetSecretForDomain() 499 q->AuthInfo = newinfo; in mDNS_SetSecretForDomain()
|