Searched refs:vallenp (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 496 bi_get_chosen_prop(const char *name, void *valbuf, size_t *vallenp) argument 499 size_t buflen = *vallenp; 501 if ((val = get_prop("chosen", name, vallenp)) == NULL) { 504 if (*vallenp <= buflen) { 505 (void) memcpy(valbuf, val, *vallenp); 516 void *valbuf, size_t *vallenp) 519 optcat, optcode, optsize, valbuf, vallenp)); 515 bi_get_dhcp_info(uchar_t optcat, uint16_t optcode, uint16_t optsize, void *valbuf, size_t *vallenp) argument
|
/osnet-11/usr/src/lib/nsswitch/nis/common/ |
H A D | nis_common.c | 125 massage_netdb(const char **valp, int *vallenp) argument 130 int vallen = *vallenp; 146 *vallenp = (int)(last - first); 150 _nss_nis_ypmatch(domain, map, key, valp, vallenp, ypstatusp) 155 int *vallenp; 168 (grrr)key, (int)strlen(key), valp, vallenp, 0); 186 _nss_nis_ypmatch_rsvdport(domain, map, key, valp, vallenp, ypstatusp) 191 int *vallenp; 204 (grrr)key, strlen(key), valp, vallenp, 0);
|
H A D | nis_common.h | 112 int *vallenp,
|
Completed in 17 milliseconds