HomeSort by relevance Sort by last modified time
    Searched full:slotp (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c 210 slot_metadata_t *slotp; local
224 slotp = &metadata.slot_info[slot];
225 slotp->successful_boot = 1;
226 slotp->tries_remaining = 0;
236 slot_metadata_t *slotp; local
253 slotp = &metadata.slot_info[slot];
254 slotp->successful_boot = 0;
255 slotp->priority = 15;
256 slotp->tries_remaining = 7;
259 slotp = &metadata.slot_info[slot2]
276 slot_metadata_t *slotp; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 1137 string, and is updated. The slotp argument points to a place to
1141 parse_stab_type (void *dhandle, struct stab_handle *info, const char *type_name, const char **pp, debug_type **slotp)
1150 if (slotp != NULL)
1151 *slotp = NULL;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 533 find_or_add(uint64_t signature, unsigned int* slotp);
    [all...]

Completed in 177 milliseconds