Searched refs:get_count (Results 1 – 6 of 6) sorted by relevance
| /titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_thread.c | 100 taskq->get_count--; in emlxs_taskq_dispatch() 101 taskq->get_head = (taskq->get_count) ? tthread->next : NULL; in emlxs_taskq_dispatch() 111 taskq->get_count = taskq->put_count; in emlxs_taskq_dispatch() 118 taskq->get_count--; in emlxs_taskq_dispatch() 119 taskq->get_head = (taskq->get_count) ? tthread->next : NULL; in emlxs_taskq_dispatch()
|
| /titanic_41/usr/src/lib/libc/port/regex/ |
| H A D | regcmp.c | 94 static int get_count(int *countp, const char *regexp); 795 count_length = get_count(&min_count, regexp); in regcmp() 812 count_length = get_count( in regcmp() 931 get_count(int *countp, const char *regexp) in get_count() function
|
| /titanic_41/usr/src/lib/libdladm/common/ |
| H A D | libdlbridge.c | 209 get_count(const char *lprop, scf_state_t *sstate, uint64_t *answer) in get_count() function 471 if (get_count("priority", &sstate, &value) == 0) { in dladm_bridge_get_properties() 475 if (get_count("max-age", &sstate, &value) == 0) { in dladm_bridge_get_properties() 479 if (get_count("hello-time", &sstate, &value) == 0) { in dladm_bridge_get_properties() 483 if (get_count("forward-delay", &sstate, &value) == 0) { in dladm_bridge_get_properties() 487 if (get_count("force-protocol", &sstate, &value) == 0) { in dladm_bridge_get_properties() 519 if (get_count("table-maximum", &sstate, &value) == 0) in dladm_bridge_get_privprop() 1517 get_count("nickname", &sstate, &value) == 0) in dladm_bridge_get_nick()
|
| /titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_thread.h | 79 uint32_t get_count; member
|
| /titanic_41/usr/src/cmd/svc/startd/ |
| H A D | libscf.c | 846 get_count(scf_propertygroup_t *pg, const char *propname, uint64_t *valuep) in get_count() function 2365 ret = get_count(pg, SCF_PROPERTY_CONTRACT, &p); in libscf_read_method_ids() 2391 ret = get_count(pg, SCF_PROPERTY_TRANSIENT_CONTRACT, &t); in libscf_read_method_ids() 2418 ret = get_count(pg, SCF_PROPERTY_START_PID, &p); in libscf_read_method_ids() 2936 r = get_count(pg, SCF_PROPERTY_TIMEOUT, timeout); in libscf_get_method()
|
| /titanic_41/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm.c | 342 #define get_count(id) (walk_arg.dirinfo[id].count) macro 1762 get_count(what)++; in dircache_updatefile() 1763 if (get_count(what) > COUNT_MAX) in dircache_updatefile()
|