| /src/etc/autofs/ |
| special_media | 71 local _fstype _fstype_and_label _label _key _p 73 _key="$1" 75 _fstype="$(fstyp "/dev/${_key}" 2> /dev/null)" 77 print_map_entry "${_fstype}" "${_key}" 100 if [ "${_label}" != "${_key}" ]; then
|
| /src/sys/sys/ |
| ipc.h | 67 key_t _key; /* user specified msg/sem/shm key */ member in struct:ipc_perm 73 uint64_t _key; member in struct:ipc_perm_sysctl 127 (dst)._key = (src)._key; \
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_warc.c | 668 static const char _key[] = "\r\nWARC-Type:"; 671 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { 675 val += sizeof(_key) - 1U; 697 static const char _key[] = "\r\nWARC-Target-URI:"; 701 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { 706 val += sizeof(_key) - 1U; 754 static const char _key[] = "\r\nContent-Length:"; 759 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) 667 static const char _key[] = "\\r\\nWARC-Type:"; local 696 static const char _key[] = "\\r\\nWARC-Target-URI:"; local 753 static const char _key[] = "\\r\\nContent-Length:"; local 787 static const char _key[] = "\\r\\nWARC-Date:"; local 814 static const char _key[] = "\\r\\nLast-Modified:"; local [all...] |
| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_urcu_hash.h | 274 unsigned long test_hash_mix(const void *_key, size_t length, unsigned long seed) 276 unsigned int key = (unsigned int) _key; 283 unsigned long test_hash_mix(const void *_key, size_t length, unsigned long seed) 296 key.v64 = (uint64_t) _key; 311 unsigned long test_hash(const void *_key, size_t length, 315 return test_hash_mix(_key, length, seed); 320 v = (unsigned long) _key;
|
| /src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfhash/ |
| cds_lfht_add_replace.c | 33 int match(struct cds_lfht_node *ht_node, const void *_key) 37 const int *key = _key;
|
| cds_lfht_add_unique.c | 30 int match(struct cds_lfht_node *ht_node, const void *_key) 34 const int *key = _key;
|
| cds_lfht_for_each_entry_duplicate.c | 29 int match(struct cds_lfht_node *ht_node, const void *_key) 33 const int *key = _key;
|
| cds_lfht_lookup.c | 29 int match(struct cds_lfht_node *ht_node, const void *_key) 33 const int *key = _key;
|
| cds_lfht_del.c | 29 int match(struct cds_lfht_node *ht_node, const void *_key) 33 const int *key = _key;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/ |
| hashtab.d | 17 Key _key; 66 if (p._key == key) 101 if (p._key == key) 117 if (auto res = dg(p._key, p._value)) 140 p._key = key; 178 immutable nidx = hashOf(p._key) & nmask;
|
| /src/sys/compat/sys/ |
| ipc.h | 104 operm->key = perm->_key;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| PRBTree.h | 79 LMap (Key_t _key, void *_item);
|
| PRBTree.cc | 45 PRBTree::LMap::LMap (Key_t _key, void *_item) 47 key = _key;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| PRBTree.h | 79 LMap (Key_t _key, void *_item);
|
| PRBTree.cc | 45 PRBTree::LMap::LMap (Key_t _key, void *_item) 47 key = _key;
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| exploded-graph-rewriter.py | 99 def _key(self): member in class:EnvironmentBindingKey 103 return self._key() == other._key() 106 return hash(self._key()) 118 def _key(self): member in class:LocationContext 122 return self._key() == other._key() 125 return hash(self._key()) 183 def _key(self): member in class:StoreBindingKey 187 return self._key() == other._key( [all...] |
| /src/sys/compat/linux/common/ |
| linux_ipc.c | 97 bpp->_key = lpp->l_key; 109 bpp->_key = lpp->l_key; 123 lpp->l_key = bpp->_key; 137 lpp->l_key = bpp->_key;
|
| /src/external/mpl/bind/dist/doc/misc/ |
| checkgrammar.py | 81 for _key, group in groupby(statements, keyfunc):
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| ipc.d | 94 key_t _key;
|
| /src/crypto/external/apache2/openssl/dist/crypto/camellia/asm/ |
| cmll-x86.pl | 824 my $_key=&DWP(36,"esp"); #copy of wparam(3) 865 &mov ($_key,$s3); # save copy of key 882 &mov ($s0,$_key); 912 &mov ($key,$_key); # load key 989 &mov ($_key,$s3); 1004 &mov ($key,$_key); # load key 1081 &mov ($key,$_key); # load key
|
| /src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/ |
| cmll-x86.pl | 824 my $_key=&DWP(36,"esp"); #copy of wparam(3) 865 &mov ($_key,$s3); # save copy of key 882 &mov ($s0,$_key); 912 &mov ($key,$_key); # load key 989 &mov ($_key,$s3); 1004 &mov ($key,$_key); # load key 1081 &mov ($key,$_key); # load key
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/ |
| cmll-x86.pl | 825 my $_key=&DWP(36,"esp"); #copy of wparam(3) 866 &mov ($_key,$s3); # save copy of key 883 &mov ($s0,$_key); 913 &mov ($key,$_key); # load key 990 &mov ($_key,$s3); 1005 &mov ($key,$_key); # load key 1082 &mov ($key,$_key); # load key
|
| /src/sys/arch/vax/boot/boot/ |
| if_ni.c | 306 data->bufs[0]._key = 1; 336 data->bufs[0]._key = 1; 473 data->bufs[0]._key = 1;
|
| /src/usr.bin/ipcs/ |
| ipcs.c | 506 msqptr->msg_perm._key, 582 shmptr->shm_perm._key, 655 semaptr->sem_perm._key,
|
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| dsl.py | 418 self._key = key 422 key = self._key 427 return 'add substitution {} = {}'.format(self._key, self._getSub(config))
|