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

/freebsd-13-stable/stand/uboot/lib/
H A Dglue.c79 unsigned long api_address; local
82 api_address = 0;
90 api_address = strtoul(optarg, NULL, 16);
96 if (api_address != 0) {
97 *sig = (struct api_signature *)api_address;

Completed in 55 milliseconds