Searched defs:num_of_ops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c856 uint32_t num_of_ops; local
934 &num_of_ops, &size_of_ops);
942 FOR_EACH_OBJS(op_uids, num_of_ops, op_uid, {
958 &num_of_ops, &size_of_ops);
966 FOR_EACH_OBJS(op_uids, num_of_ops, op_uid, {
H A Dqry.c969 uint32_t *num_of_ops,
975 *num_of_ops = 0;
978 op_uids, num_of_ops, size, op_type,
990 uint32_t *num_of_ops,
1000 *num_of_ops = 0;
1005 op_uids, num_of_ops, size, op_type,
1016 op_uids, num_of_ops, size, op_type,
964 get_qry_ops( uint32_t uid, isns_type_t src_type, isns_type_t op_type, uint32_t **op_uids, uint32_t *num_of_ops, uint32_t *size ) argument
985 get_qry_ops2( uint32_t *nodes_bmp, uint32_t num_of_nodes, isns_type_t op_type, uint32_t **op_uids, uint32_t *num_of_ops, uint32_t *size ) argument

Completed in 57 milliseconds