/osnet-11/usr/src/grub/grub2/grub-core/net/ |
H A D | arp.c | 57 grub_uint8_t *aux, arp_data[128]; local 88 aux = (grub_uint8_t *) arp_header + sizeof (*arp_header); 90 grub_memcpy (aux, &inf->hwaddress.mac, 6); 92 aux += 6; 94 grub_memcpy (aux, &inf->address.addr.ipv4, 4); 95 aux += addrlen; 98 aux[i] = 0x00; 99 aux += 6; 101 grub_memcpy (aux, &proto_addr->ipv4, 4);
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 412 * Store a pointer to our internal copy of the aux vector at the address 416 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux) argument 424 *aux = (const auxv_t *)P->auxv;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | charset.c | 1628 Byte *s, *oo, *o, *aux; local 1673 if ( (aux = cc_to_t61( o, s )) != NULL ) { 1674 o = aux;
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 1600 Byte *s, *oo, *o, *aux; local 1645 if ( (aux = cc_to_t61( o, s )) != NULL ) { 1646 o = aux;
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 68 vdev_unusable(uint64_t state, uint64_t aux) argument 75 vdev_degraded(uint64_t state, uint64_t aux) argument 81 vdev_degraded_dtl(uint64_t state, uint64_t aux) argument 84 aux == VDEV_AUX_DTL); 88 vdev_offlined(uint64_t state, uint64_t aux) argument 95 vdev_removed(uint64_t state, uint64_t aux) argument
|
H A D | libzfs_pool.c | 184 zpool_state_to_name(vdev_state_t state, vdev_aux_t aux) argument 193 if (aux == VDEV_AUX_SPLIT_POOL)
|
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_object.c | 415 nwam_aux_state_t aux; local 417 return ((nwam_get_state(NULL, hp, &state, &aux) == NWAM_SUCCESS &&
|
H A D | libnwam_ncp.c | 3227 nwam_aux_state_t aux; local 3232 if (nwam_ncp_get_state(ncph, &state, &aux) != NWAM_SUCCESS || 3255 if (nwam_ncu_get_state(ncuh, &state, &aux)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sort.c | 267 * pass base aux 298 * mgsort2(0, $runs, $base, $aux, $base); 311 * copy runs 1 and 2 from base to aux 312 * merge runs 1 and 2 from aux to base 314 * merge runs 12 and 3 from base to aux 316 * merge runs 4 and 5 from base to aux 317 * merge runs 123 and 45 from aux to base 345 gptr *aux, *list1, *list2; local 352 if (nmemb <= SMALLSORT) aux = small; /* use stack for aux arra [all...] |
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 777 zjni_vdev_aux_to_obj(JNIEnv *env, vdev_aux_t aux) argument 779 return (zjni_int_to_enum(env, aux, 1177 zjni_vdev_aux_to_str(vdev_aux_t aux) { argument 1178 return (find_field(vdev_aux_map, aux));
|
/osnet-11/usr/src/lib/librestart/common/ |
H A D | librestart.c | 874 restarter_str_t aux) 880 const char *p = restarter_get_str_short(aux); 921 nvlist_add_int32(attr, RESTARTER_NAME_REASON, aux) != 0) { 1162 * Commit new_state, new_next_state, and aux to the repository for id. 1164 * If aux == "custom": 1169 * If aux != "custom": 1190 restarter_instance_state_t new_state_next, const char *aux, int aux_custom, 1278 (aux != NULL && scf_value_set_astring(v_aux, aux) != 0)) 1364 if (aux) { 869 restarter_set_states(restarter_event_handle_t *h, const char *inst, restarter_instance_state_t cur_state, restarter_instance_state_t new_cur_state, restarter_instance_state_t next_state, restarter_instance_state_t new_next_state, restarter_error_t e, restarter_str_t aux) argument 1188 _restarter_commit_states_internal(scf_handle_t *h, instance_data_t *id, restarter_instance_state_t new_state, restarter_instance_state_t new_state_next, const char *aux, int aux_custom, const char *aux_short, const char *aux_long, const char *aux_textdomain) argument 1494 _restarter_commit_states(scf_handle_t *h, instance_data_t *id, restarter_instance_state_t new_state, restarter_instance_state_t new_state_next, const char *aux) argument [all...] |
/osnet-11/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 589 void *aux; local 592 if ((aux = calloc(cursz, sizeof (char *))) == NULL) { 596 (void) memcpy(aux, vals->values.v_astring, 599 vals->values.v_astring = aux;
|