Searched refs:keycount (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/refer/ |
H A D | mkey2.c | 38 extern int minlen, keycount, labels; in dofile() 52 for (s = line; (c = *s) && (used < keycount); s++) in dofile() 60 while ((c = getc(f)) != EOF && used < keycount) in dofile()
|
H A D | mkey1.c | 22 int keycount = 100; variable 85 keycount = atoi(argv[1]+2); in main()
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 481 int keycount[] = {0, 0}; in ldap_attr_mod() local 518 ++keycount[q]; in ldap_attr_mod() 528 ++keycount[q]; in ldap_attr_mod() 539 ++keycount[q]; in ldap_attr_mod() 547 attrs->value_count = keycount[0]; in ldap_attr_mod() 555 attrs->value_count = keycount[1]; in ldap_attr_mod()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_phys.c | 1525 uint_t keycount, uint_t flags) in do_connect() argument 1532 DLADM_WLAN_CONNECT_TIMEOUT_DEFAULT, key, keycount, flags); in do_connect() 1549 uint_t keycount; in wlan_connect_thread() local 1623 keycount = 1; in wlan_connect_thread() 1627 keycount = 0; in wlan_connect_thread() 1643 status = do_connect(link_id, &attr, key, keycount, in wlan_connect_thread()
|
/titanic_44/usr/src/uts/intel/io/agpgart/ |
H A D | agpgart.c | 1280 int keycount; in agp_find_bound_keyent() local 1286 for (keycount = 0; keycount < AGP_MAXKEYS; keycount++) { in agp_find_bound_keyent() 1287 entryp = &softstate->asoft_table[keycount]; in agp_find_bound_keyent()
|