Searched defs:v_arg (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 115 rn_search(void *v_arg, struct radix_node *head) argument 120 for (x = head, v = v_arg; x->rn_b >= 0; ) { 130 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument 133 uint8_t *v = v_arg, *m = m_arg; 169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument 182 x = rn_match(v_arg, head); 218 rn_match(void *v_arg, struct radix_node_head *head) argument 220 uint8_t *v = v_arg; 358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, argument 361 uint8_t *v = v_arg; 544 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, struct radix_node treenodes[2]) argument 709 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) argument [all...] |
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 4768 * _NOT_SET - v_arg is reset 4769 * _INTERNAL - v_arg is corrupt 4772 * _TYPE_MISMATCH - v_arg's type is not compatible with t 4775 scf_value_get_as_string_common(const scf_value_t *v_arg, argument 4778 scf_handle_t *h = v_arg->value_handle; 4785 if (t != REP_PROTOCOL_TYPE_INVALID && !scf_value_check_type(v_arg, t)) { 4790 v_s = *v_arg; /* copy locally so we can unlock */
|
Completed in 73 milliseconds