Home
last modified time | relevance | path

Searched refs:omapi_data_string_new (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/dhcp/dist/dhcpctl/
H A Ddhcpctl.c200 status = omapi_data_string_new (result, len, MDL); in dhcpctl_get_value()
266 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_value()
299 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_string_value()
333 status = omapi_data_string_new (&name, ll, MDL); in dhcpctl_set_data_value()
364 status = omapi_data_string_new (&name, ll, MDL); in dhcpctl_set_null_value()
387 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_boolean_value()
416 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_int_value()
H A Dremote.c88 status = omapi_data_string_new (&key -> key, secret_len, MDL); in dhcpctl_new_authenticator()
/minix3/external/bsd/dhcp/dist/omapip/
H A Dsupport.c366 status = omapi_data_string_new (&nds, strlen (name), MDL); in omapi_set_value_str()
383 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_boolean_value()
407 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_int_value()
431 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_object_value()
455 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_string_value()
497 status = omapi_data_string_new (&nds, strlen (name), MDL); in omapi_get_value_str()
H A Dalloc.c940 isc_result_t omapi_data_string_new (omapi_data_string_t **d, unsigned len, in omapi_data_string_new() function
H A Dprotocol.c601 status = (omapi_data_string_new (&p -> name, nlen, MDL)); in omapi_protocol_signal_handler()
/minix3/external/bsd/dhcp/dist/includes/omapip/
H A Domapip.h591 isc_result_t omapi_data_string_new (omapi_data_string_t **,
/minix3/external/bsd/dhcp/dist/common/
H A Dparse.c3020 status = omapi_data_string_new (&key -> key, ds.len, in parse_key()