Searched refs:mdevadd (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c175 dev_t mdevadd(int devid, ppnum_t base, unsigned int size, int phys);
475 dev = mdevadd(devid, base >> 12, size >> 12, phys); /* Go add the device */
539 dev_t mdevadd(int devid, ppnum_t base, unsigned int size, int phys) { function
552 panic("mdevadd: attempt to add overlapping memory device at %08X-%08X\n", mdev[i].mdBase, mdev[i].mdBase + mdev[i].mdSize - 1);
556 panic("mdevadd: attempt to add more than 16 memory devices\n");
561 panic("mdevadd: attempt to explicitly add a bogus memory device: %08X\n", devid);
564 panic("mdevadd: attempt to explicitly add a previously defined memory device: %08X\n", devid);
571 printf("mdevadd: error - bdevsw_add() returned %d\n", mdevBMajor);
589 printf("mdevadd: devfs_make_node for block failed!\n");
598 printf("mdevadd
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp44 extern dev_t mdevadd(int devid, ppnum_t base, unsigned int size, int phys);
572 (void)mdevadd(-1, ramdParms[0] >> 12, ramdParms[1] >> 12, 0); /* Initialize it and pass back the device number */

Completed in 33 milliseconds