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

/freebsd-current/stand/uboot/
H A Dglue.c76 unsigned long api_address; local
79 api_address = 0;
87 api_address = strtoul(optarg, NULL, 16);
93 if (api_address != 0) {
94 *sig = (struct api_signature *)api_address;

Completed in 63 milliseconds