Home
last modified time | relevance | path

Searched refs:l_key (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/compat/linux/
Dlinux_ipc.h51 linux_key_t l_key; member
Dlinux_ipc.c162 bpp->key = lpp->l_key;
177 lpp->l_key = bpp->key;
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/
DDB_File.xs485 DBT l_key, l_value; local
494 memset(&l_key, 0, sizeof(l_key));
495 l_key.data = key.data;
496 l_key.size = key.size;
501 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {