Searched refs:hi (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | capability-util.c | 234 uint32_t hi, lo; local 242 assert_cc(sizeof(hi) == sizeof(unsigned)); 245 k = sscanf(p, "%u %u", &lo, &hi); 251 current = (uint64_t) lo | ((uint64_t) hi << 32ULL); 258 hi = (unsigned) ((after >> 32ULL) & 0xFFFFFFFFULL); 260 if (asprintf(&p, "%u %u", lo, hi) < 0)
|
H A D | hashmap.c | 716 const struct hashmap_type_info *hi = &hashmap_type_info[h->type]; local 721 p = mempset(h->direct.storage, 0, hi->entry_size * hi->n_direct_buckets); 722 memset(p, DIB_RAW_INIT, sizeof(dib_raw_t) * hi->n_direct_buckets); 727 const struct hashmap_type_info *hi = &hashmap_type_info[type]; local 732 h = use_pool ? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size); 1033 const struct hashmap_type_info *hi; local 1041 hi = &hashmap_type_info[h->type]; 1049 if (!h->has_indirect && new_n_entries <= hi [all...] |
/systemd/src/analyze/ |
H A D | analyze.c | 322 static void free_host_info(struct host_info *hi) { argument 324 if (!hi) 327 free(hi->hostname); 328 free(hi->kernel_name); 329 free(hi->kernel_release); 330 free(hi->kernel_version); 331 free(hi->os_pretty_name); 332 free(hi->virtualization); 333 free(hi->architecture); 334 free(hi); 440 acquire_host_info(sd_bus *bus, struct host_info **hi) argument [all...] |
Completed in 4272 milliseconds