Home
last modified time | relevance | path

Searched refs:scf_name_len (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c744 int scf_name_len = ILBD_MAX_NAME_LEN; in ilbd_create_pg() local
778 if ((scfpgbuf = malloc(scf_name_len)) == NULL) in ilbd_create_pg()
806 "EMPTY_SERVER", scf_name_len); in ilbd_create_pg()
842 int scf_name_len = ILBD_MAX_NAME_LEN; in ilbd_destroy_pg() local
845 if ((scfname = malloc(scf_name_len)) == NULL) in ilbd_destroy_pg()
1298 int scf_name_len = ILBD_MAX_NAME_LEN; in ilbd_scf_pg_walk_props() local
1315 if ((prop_name = malloc(scf_name_len)) == NULL) { in ilbd_scf_pg_walk_props()
1320 if (scf_property_get_name(prop, prop_name, scf_name_len) in ilbd_scf_pg_walk_props()
1355 int scf_name_len = ILBD_MAX_NAME_LEN; in ilbd_scf_instance_walk_pg() local
1376 if ((pg_name = malloc(scf_name_len)) == NULL) { in ilbd_scf_instance_walk_pg()
[all …]
H A Dilbd_sg.c1202 int scf_name_len = ILBD_MAX_NAME_LEN; in ilbd_Xable_server() local
1431 if ((prop_name = malloc(scf_name_len)) == NULL) in ilbd_Xable_server()
1442 (void) snprintf(prop_name, scf_name_len, "server%d", in ilbd_Xable_server()