Searched defs:search_key (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c124 char *ctag, search_key[ CFG_MAX_KEY ], buf[ CFG_MAX_BUF ]; local
167 (void) snprintf(search_key, CFG_MAX_KEY, "%s:%s", path, cnode);
168 data = nsc_lookup(dsvol, search_key);
211 (void) snprintf(search_key, CFG_MAX_KEY, "dsvol.set%d",
213 if (cfg_put_cstring(cfg, search_key, buf,
284 char *ctag, search_key[ CFG_MAX_KEY ], buf[ CFG_MAX_BUF ]; local
336 (void) snprintf(search_key, CFG_MAX_KEY, "%s:%s", path, cnode);
337 data = nsc_lookup(dsvol, search_key);
587 char search_key[ CFG_MAX_KEY ]; local
635 (void) snprintf(search_key, CFG_MAX_KE
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c63 void *search_key,
76 status = efi_call_5 (b->locate_handle, search_type, protocol, search_key,
85 status = efi_call_5 (b->locate_handle, search_type, protocol, search_key,
61 grub_efi_locate_handle(grub_efi_locate_search_type_t search_type, grub_efi_guid_t *protocol, void *search_key, grub_efi_uintn_t *num_handles) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c3046 char search_key[MAXNAME + 4]; local
3074 skleft = sizeof(search_key) - 4;
3075 skp = search_key;
3103 makelower(search_key);
3108 map->map_keycolnm, search_key, map->map_file,
3112 map->map_keycolnm, search_key, map->map_file);
5811 char search_key[MAXNAME + 1]; local
5820 if (buflen > sizeof(search_key) - 1)
5821 buflen = sizeof(search_key) - 1; /* XXX just cut if off? */
5822 memmove(search_key, nam
[all...]

Completed in 26 milliseconds