Home
last modified time | relevance | path

Searched refs:API_ENODEV (Results 1 – 2 of 2) sorted by relevance

/titanic_54/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c332 return (API_ENODEV); in ub_dev_read()
364 return (API_ENODEV); in ub_dev_recv()
383 return (API_ENODEV); in ub_dev_send()
H A Dapi_public.h61 #define API_ENODEV 2 /* no device */ macro