Searched defs:newone (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dmalloc_check.c160 newone(void) function
176 struct mc_data_s *newd = newone();
245 struct mc_data_s *newd = newone();
H A Ddwarf_frame2.c114 /* Adds 'newone' to the end of the list starting at 'head'
117 chain_up_fde(Dwarf_Fde newone, Dwarf_Fde * head, Dwarf_Fde * cur) argument
120 *head = newone;
122 (*cur)->fd_next = newone;
124 *cur = newone;
128 /* Adds 'newone' to the end of the list starting at 'head'
131 chain_up_cie(Dwarf_Cie newone, Dwarf_Cie * head, Dwarf_Cie * cur) argument
134 *head = newone;
136 (*cur)->ci_next = newone;
138 *cur = newone;
[all...]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1756 pfc_update_assigned_prop(dev_info_t *dip, pci_regspec_t *newone) argument
1772 "assigned-addresses", (int *)newone,
1773 sizeof (*newone)/sizeof (int));
1783 newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
1786 bcopy(newone, newreg + alen, sizeof (*newone));
1793 (alen + sizeof (*newone))/sizeof (int));
1795 kmem_free((caddr_t)newreg, alen+sizeof (*newone));
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3288 cardbus_update_assigned_prop(dev_info_t *dip, pci_regspec_t *newone) argument
3307 newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
3310 bcopy(newone, newreg + alen, sizeof (*newone));
3322 newreg = (caddr_t)newone;
3331 (alen + sizeof (*newone))/sizeof (int));
3334 kmem_free((caddr_t)newreg, alen+sizeof (*newone));
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2901 pcicfg_update_assigned_prop(dev_info_t *dip, pci_regspec_t *newone) argument
2918 "assigned-addresses", (int *)newone,
2919 sizeof (*newone)/sizeof (int));
2929 newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
2932 bcopy(newone, newreg + alen, sizeof (*newone));
2939 (alen + sizeof (*newone))/sizeof (int));
2941 kmem_free((caddr_t)newreg, alen+sizeof (*newone));
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3069 pcicfg_update_assigned_prop(dev_info_t *dip, pci_regspec_t *newone) argument
3087 "assigned-addresses", (int *)newone,
3088 sizeof (*newone)/sizeof (int));
3101 newreg = kmem_zalloc(alen+sizeof (*newone), KM_SLEEP);
3104 bcopy(newone, newreg + alen, sizeof (*newone));
3111 (alen + sizeof (*newone))/sizeof (int));
3113 kmem_free((caddr_t)newreg, alen+sizeof (*newone));
3256 pcicfg_update_available_prop(dev_info_t *dip, pci_regspec_t *newone) argument
3264 newone
[all...]

Completed in 91 milliseconds