Searched defs:get_int_val (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_attr.c | 51 static bool_t get_int_val(const char *attrib_val, int *val, int default_val); 631 if (get_int_val(buf, &i, DEFAULT_THREAD_ERROR_ATTEMPTS)) 663 if (get_int_val(buf, &i, DEFAULT_DUMP_ERROR_ATTEMPTS)) 771 if (get_int_val(buf, &i, DEFAULT_RETRIEVE_ERROR_ATTEMPTS)) 819 if (get_int_val(buf, &i, 859 if (get_int_val(buf, &i, DEFAULT_REFRESH_ERROR_ATTEMPTS)) 1141 * FUNCTION: get_int_val 1151 get_int_val(const char *s, int *val, int default_val) function
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvd.c | 351 static int get_int_val(ptree_rarg_t *parg, void *buf); 376 &get_int_val, &set_int_val, sizeof (int)}, 379 &get_int_val, &set_int_val, sizeof (int)}, 382 &get_int_val, &set_int_val, sizeof (int)}, 385 &get_int_val, &set_int_val, sizeof (int)}, 389 &get_int_val, &set_int_val, 394 &get_int_val, &set_int_val, 399 &get_int_val, &set_int_val, 404 &get_int_val, &set_int_val, 408 &get_int_val, 2026 get_int_val(ptree_rarg_t *parg, void *buf) function [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 313 static int get_int_val(ptree_rarg_t *parg, void *buf); 341 &get_int_val, &set_int_val, sizeof (int)}, 344 &get_int_val, &set_int_val, sizeof (int)}, 347 &get_int_val, &set_int_val, sizeof (int)}, 359 &get_int_val, &set_int_val, 364 &get_int_val, &set_int_val, 368 &get_int_val, &set_int_val, 372 &get_int_val, &set_int_val, 376 &get_int_val, &set_int_val, 380 &get_int_val, 2731 get_int_val(ptree_rarg_t *parg, void *buf) function [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 228 static int get_int_val(ptree_rarg_t *parg, void *buf); 249 &get_int_val, &set_int_val, sizeof (int)}, 252 &get_int_val, &set_int_val, sizeof (int)}, 255 &get_int_val, &set_int_val, sizeof (int)}, 262 &get_int_val, &set_int_val, 266 &get_int_val, &set_int_val, 270 &get_int_val, &set_int_val, 282 &get_int_val, &set_int_val, sizeof (int)}, 285 &get_int_val, &set_int_val, sizeof (int)}, 1820 get_int_val(ptree_rarg_ function [all...] |
Completed in 68 milliseconds