Searched refs:key (Results 1 - 25 of 1341) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c331 * The key for a thread-local variable consists of the lower 61 bits of the
333 * We add DIF_VARIABLE_MAX to t_did to assure that the thread key is never
339 * [ key0 ] ... [ keyn ] [ variable-key ] [ tls-key ]
341 * Because the variable-key and the tls-key are in orthogonal spaces, there is
342 * no way for a global variable key signature to match a thread-local key
1751 dtrace_key_t *key, size_t dsize, dtrace_dynvar_op_t op,
1767 * Hash the key
1750 dtrace_dynvar(dtrace_dstate_t *dstate, uint_t nkeys, dtrace_key_t *key, size_t dsize, dtrace_dynvar_op_t op, dtrace_mstate_t *mstate, dtrace_vstate_t *vstate) argument
2416 dtrace_aggkey_t *key; local
6167 dtrace_key_t *key; local
6200 dtrace_key_t *key; local
6308 dtrace_key_t *key = tupregs; local
6350 dtrace_key_t *key = tupregs; local
9890 dtrace_key_t *key = tupregs; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3732 sfh4_put(const nfs_fh4 *fh, mntinfo4_t *mi, nfs4_sharedfh_t *key) argument
3738 if (!key) {
3740 key = &skey;
3760 sfh = avl_find(&mi->mi_filehandles, key, &where);
3787 nfs4_sharedfh_t key; local
3808 key.sfh_fh = *fh;
3811 sfh = avl_find(&mi->mi_filehandles, &key, NULL);
3824 return (sfh4_put(fh, mi, &key));
3913 nfs4_sharedfh_t key; local
3948 key
4031 nfs4_fname_t key; local
4306 nfs4_fname_t key; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c124 * callers to obtain a key and store a pointer to private data associated
141 /* per-key destructor funcs */
4269 * Needed because NULL destructor means that the key is unused
4277 * Create a key (index into per vnode array)
4288 * if key is allocated, do nothing
4296 * find an unused key
4319 * allocate the next available unused key
4335 * Destroy a key
4344 uint_t key; local
4348 * protect the key namespac
4396 vsd_get(vnode_t *vp, uint_t key) argument
4415 vsd_set(vnode_t *vp, uint_t key, void *value) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h203 zap_name_t *zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.c1121 uint64_t key, uint64_t value, dmu_tx_t *tx)
1125 (void) snprintf(name, sizeof (name), "%llx", (longlong_t)key);
1131 uint64_t key, uint64_t value, dmu_tx_t *tx)
1135 (void) snprintf(name, sizeof (name), "%llx", (longlong_t)key);
1140 zap_lookup_int_key(objset_t *os, uint64_t obj, uint64_t key, uint64_t *valuep) argument
1144 (void) snprintf(name, sizeof (name), "%llx", (longlong_t)key);
1170 zap_increment_int(objset_t *os, uint64_t obj, uint64_t key, int64_t delta, argument
1175 (void) snprintf(name, sizeof (name), "%llx", (longlong_t)key);
1120 zap_add_int_key(objset_t *os, uint64_t obj, uint64_t key, uint64_t value, dmu_tx_t *tx) argument
1130 zap_update_int_key(objset_t *os, uint64_t obj, uint64_t key, uint64_t value, dmu_tx_t *tx) argument
H A Dzap_micro.c179 zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt) argument
184 zn->zn_key_intlen = sizeof (*key);
185 zn->zn_key_orig = key;
189 if (zap_normalize(zap, key, zn->zn_normbuf) != 0) {
209 zap_name_alloc_uint64(zap_t *zap, const uint64_t *key, int numints) argument
215 zn->zn_key_intlen = sizeof (*key);
216 zn->zn_key_orig = zn->zn_key_norm = key;
912 zap_prefetch_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, argument
922 zn = zap_name_alloc_uint64(zap, key, key_numints);
935 zap_lookup_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, argument
1004 zap_length_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, uint64_t *integer_size, uint64_t *num_integers) argument
1070 zap_add(objset_t *os, uint64_t zapobj, const char *key, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1115 zap_add_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1198 zap_update_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx) argument
1264 zap_remove_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key, int key_numints, dmu_tx_t *tx) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c2061 uintptr_t key[2] = { zoneid, (uintptr_t)name }; local
2063 ipnetif = avl_find(&ips->ips_avl_by_shared, (void *)key, NULL);
2122 uintptr_t key[2] = { zoneid, (uintptr_t)name }; local
2124 ifp = avl_find(&ips->ips_avl_by_shared, (void *)key, NULL);
2338 uintptr_t key[2] = { zoneid, (uintptr_t)ifp->if_name }; local
2344 newif = avl_find(&ips->ips_avl_by_shared, (void *)key, &where);
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c90 #define IPTUN_HASH_KEY(key) ((mod_hash_key_t)(uintptr_t)(key))
1148 * in the vast majority of cases, key management and
1474 * We hash by link-id as that is the key used by all other iptun
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c1051 * initialize default tx key
6114 memcpy(node.key, k->k_key, k->k_len);
H A Dif_iwnreg.h608 uint8_t key[16]; member in struct:iwn_node_info
641 uint8_t key[16]; member in struct:iwn4965_node_info
687 uint8_t key[16]; member in struct:iwn_cmd_data
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c5608 i_mac_impl_list_walker(mod_hash_key_t key, mod_hash_val_t *val, void *arg) argument
5704 i_mac_fastpath_walker(mod_hash_key_t key, mod_hash_val_t *val, argument
7743 mac_pool_link_update(mod_hash_key_t key, mod_hash_val_t *val, void *arg) argument
H A Dmac_client.c4117 i_mac_info_walker(mod_hash_key_t key, mod_hash_val_t *val, void *arg) argument
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c179 struct ieee80211_key *key; local
246 key = ieee80211_crypto_getkey(ic);
248 key = NULL;
254 if (key != NULL && (ic->ic_flags & IEEE80211_F_WPA)) {
256 if (!ieee80211_crypto_enmic(isc, key, mp, 0))
483 struct ieee80211_key *key; local
606 * shared key authentication. We do the latter if
607 * we're in the middle of a shared key authentication
609 * request and configured to use shared key.
617 key
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c738 EFI_INPUT_KEY key; local
742 status = systab->ConIn->ReadKeyStroke(systab->ConIn, &key);
745 status = systab->ConIn->ReadKeyStroke(systab->ConIn, &key);
747 return (key.UnicodeChar);
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c834 * key adr_int32
840 int32_t key; local
848 adrm_int32(adr, &key, 1);
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c69 cs_insert(char *key) argument
75 tmp.cs_name = key;
86 cs->cs_name = strdup(key);
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c300 verifyupri(idtype_t idtype, id_t id, char *clname, int key, argument
316 if (priocntl(P_PID, id, PC_GETXPARMS, clname, key,
441 clname, key, &uprilim, 0) == -1)
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc334 void setkey(const char *key);
336 char *crypt(const char *key, const char *salt);
742 datum dbm_fetch(DBM *db, datum key);
743 int dbm_delete(DBM *db, datum key);
744 int dbm_store(DBM *db, datum key, datum dat, int replace);
1372 int msgget(key_t key, int msgflg);
1407 int semget(key_t key, int nsems, int semflg);
1418 int shmget(key_t key, size_t size, int shmflg);
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c418 restarter_get_str_short(restarter_str_t key) argument
423 if (key == restarter_str[i].str_key)
429 restarter_get_str_long(restarter_str_t key) argument
434 if (key == restarter_str[i].str_key)
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c5018 uint64_t key; local
5029 key = 0;
5034 key ^= dp->name[i];
5036 key ^= ddi_get_instance(dp->dip);
5037 val ^= key << 32;
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs547 Allows a process to modify pointer button and key mappings.
H A Dzone.c165 * zsd_key_lock: This is a global lock protecting the key state for ZSD.
289 * The next caller of zone_key_create() will be assigned a key of ++zsd_keyval.
567 * Helper function to find the zsd_entry associated with the key in the
571 zsd_find(list_t *l, zone_key_t key) argument
576 if (zsd->zsd_key == key) {
584 * Helper function to find the zsd_entry associated with the key in the
588 zsd_find_mru(list_t *l, zone_key_t key) argument
593 if (zsd->zsd_key == key) {
614 zone_key_t key; local
627 key
699 zone_key_delete(zone_key_t key) argument
780 zone_setspecific(zone_key_t key, zone_t *zone, const void *data) argument
802 zone_getspecific(zone_key_t key, zone_t *zone) argument
877 zone_key_t key = t->zsd_key; local
946 zsd_apply_all_zones(zsd_applyfn_t *applyfn, zone_key_t key) argument
1011 zsd_apply_create(kmutex_t *lockp, boolean_t zone_lock_held, zone_t *zone, zone_key_t key) argument
1090 zsd_apply_shutdown(kmutex_t *lockp, boolean_t zone_lock_held, zone_t *zone, zone_key_t key) argument
1171 zsd_apply_destroy(kmutex_t *lockp, boolean_t zone_lock_held, zone_t *zone, zone_key_t key) argument
2136 hash_bylabel(void *hdata, mod_hash_key_t key) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c118 static int xsvc_mem_alloc(xsvc_state_t *state, uint64_t key,
122 uint64_t key);
466 uint64_t key; local
472 /* Copy in the params, then get the size and key */
480 key = (uint64_t)params32.xsvc_mem_reqid;
487 key = (uint64_t)params.xsvc_mem_reqid;
504 err = xsvc_mem_alloc(state, key, &mp);
636 uint64_t key; local
646 key = (uint64_t)params32.xsvc_mem_reqid;
652 key
677 uint64_t key; local
712 xsvc_mem_alloc(xsvc_state_t *state, uint64_t key, xsvc_mem_t **mp) argument
762 xsvc_mem_lookup(xsvc_state_t *state, uint64_t key) argument
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c451 (void) fprintf(stderr, "\t%s set-menu [-R altroot] key=value\n", prog);
6283 mhash_fcn(char *key) argument
6288 for (i = 0; key[i] != '\0'; i++) {
6289 sum += (uchar_t)key[i];
6386 bam_error(_("invalid key for mnttab hash: %s\n"), special);
/illumos-gate/usr/src/common/ficl/
H A Dloader.c714 * key - get a character from stdin
716 * key ( -- char )
719 key(ficlVm *pVM) function
727 * key? - check for a character from stdin (FACILITY)
728 * key? ( -- flag )
1023 ficlDictionarySetPrimitive(dp, "key", key, FICL_WORD_DEFAULT);
1024 ficlDictionarySetPrimitive(dp, "key?", keyQuestion, FICL_WORD_DEFAULT);

Completed in 210 milliseconds

1234567891011>>