/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | events.c | 179 size_t size, const char *object_name) in nwamd_event_init() argument 187 object_name != NULL ? object_name : "<no object>"); in nwamd_event_init() 211 if (object_name != NULL) { in nwamd_event_init() 212 (void) strlcpy(event->event_object, object_name, in nwamd_event_init() 247 const char *object_name, const char *parent_name, in nwamd_event_init_object_action() argument 253 object_type, 0, object_name); in nwamd_event_init_object_action() 261 object_name, in nwamd_event_init_object_action() 277 const char *object_name, nwam_state_t state, nwam_aux_state_t aux_state) in nwamd_event_init_object_state() argument 282 object_type, 0, object_name); in nwamd_event_init_object_state() 291 object_name, in nwamd_event_init_object_state() [all …]
|
H A D | enm.c | 146 char *object_name = arg; in nwamd_enm_activate_deactivate_thread() local 157 object = nwamd_object_find(NWAM_OBJECT_TYPE_ENM, object_name); in nwamd_enm_activate_deactivate_thread() 160 "could not find enm %s", object_name); in nwamd_enm_activate_deactivate_thread() 180 "no script specified for enm %s", object_name); in nwamd_enm_activate_deactivate_thread() 194 "running script %s for enm %s", script, object_name); in nwamd_enm_activate_deactivate_thread() 239 object = nwamd_object_find(NWAM_OBJECT_TYPE_ENM, object_name); in nwamd_enm_activate_deactivate_thread() 243 object_name); in nwamd_enm_activate_deactivate_thread() 251 object_name); in nwamd_enm_activate_deactivate_thread() 265 script, object_name); in nwamd_enm_activate_deactivate_thread() 321 free(object_name); in nwamd_enm_activate_deactivate_thread() [all …]
|
H A D | loc.c | 152 nwamd_loc_activate(const char *object_name) in nwamd_loc_activate() argument 157 object_name); in nwamd_loc_activate() 170 if (strcmp(enabled, object_name) != 0) { in nwamd_loc_activate() 212 NET_LOC_SELECTED_PROP, object_name) == 0) { in nwamd_loc_activate() 216 object_name, state == NULL ? "unknown" : state); in nwamd_loc_activate() 221 (void) strlcpy(active_loc, object_name, in nwamd_loc_activate() 225 object_name, in nwamd_loc_activate() 231 object_name, in nwamd_loc_activate()
|
H A D | conditions.c | 110 nwam_object_type_t object_type, const char *object_name) in test_condition_object_state() argument 115 object = nwamd_object_find(object_type, object_name); in test_condition_object_state() 702 char *object_name; in nwamd_check_conditions() local 708 &object_type, &condition, &object_name) != NWAM_SUCCESS) { in nwamd_check_conditions() 719 object_name); in nwamd_check_conditions() 722 free(object_name); in nwamd_check_conditions() 752 char *object_name; in nwamd_rate_conditions() local 758 object_name = NULL; in nwamd_rate_conditions() 760 &object_type, &condition, &object_name) != NWAM_SUCCESS || in nwamd_rate_conditions() 765 free(object_name); in nwamd_rate_conditions() [all …]
|
H A D | ncu.c | 64 char *object_name; in nwamd_ncu_object_find() local 67 if ((err = nwam_ncu_name_to_typed_name(name, type, &object_name)) in nwamd_ncu_object_find() 73 ncu_obj = nwamd_object_find(NWAM_OBJECT_TYPE_NCU, object_name); in nwamd_ncu_object_find() 75 free(object_name); in nwamd_ncu_object_find() 136 nwamd_ncu_state_machine(const char *object_name) in nwamd_ncu_state_machine() argument 147 if ((object = nwamd_object_find(NWAM_OBJECT_TYPE_NCU, object_name)) in nwamd_ncu_state_machine() 150 "request for nonexistent NCU %s", object_name); in nwamd_ncu_state_machine() 186 object_name, object->nwamd_object_state, in nwamd_ncu_state_machine() 200 object_name, NWAM_STATE_ONLINE, in nwamd_ncu_state_machine() 205 object_name, in nwamd_ncu_state_machine() [all …]
|
H A D | ncu_ip.c | 738 char *object_name; in add_ip_address() local 744 NWAM_NCU_TYPE_INTERFACE, &object_name)) in add_ip_address() 748 object_name, NWAM_STATE_MAINTENANCE, in add_ip_address() 750 free(object_name); in add_ip_address() 1383 char *object_name; in start_dhcp_thread() local 1389 NWAM_NCU_TYPE_INTERFACE, &object_name) in start_dhcp_thread() 1397 object_name, NWAM_STATE_OFFLINE_TO_ONLINE, in start_dhcp_thread() 1400 free(object_name); in start_dhcp_thread()
|
/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 149 show_map(void *cd, const prmap_t *pmap, const char *object_name) in show_map() argument 173 if ((len = resolvepath(object_name, pathname, sizeof (pathname))) > 0) in show_map() 176 (void) strncpy(pathname, object_name, sizeof (pathname)); in show_map()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 334 ps_pglobal_lookup(struct ps_prochandle *P, const char *object_name, in ps_pglobal_lookup() argument 339 if (Plookup_by_name(P, object_name, sym_name, &sym) == 0) { in ps_pglobal_lookup() 357 ps_pglobal_sym(struct ps_prochandle *P, const char *object_name, in ps_pglobal_sym() argument 363 if (Plookup_by_name(P, object_name, sym_name, &sym) == 0) { in ps_pglobal_sym() 375 if (Plookup_by_name(P, object_name, sym_name, symp) == 0) in ps_pglobal_sym()
|
H A D | Psymtab.c | 2596 char *object_name; in i_Pmapping_iter() local 2605 object_name = NULL; in i_Pmapping_iter() 2607 object_name = fptr->file_rname; in i_Pmapping_iter() 2609 object_name = fptr->file_lname; in i_Pmapping_iter() 2610 if ((rc = func(cd, &mptr->map_pmap, object_name)) != 0) in i_Pmapping_iter() 2761 Psymbol_iter_com(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, in Psymbol_iter_com() argument 2780 if ((mptr = object_name_to_map(P, lmid, object_name)) == NULL) in Psymbol_iter_com() 2803 si.prs_object = object_name; in Psymbol_iter_com() 2886 Pxsymbol_iter(struct ps_prochandle *P, Lmid_t lmid, const char *object_name, in Pxsymbol_iter() argument 2889 return (Psymbol_iter_com(P, lmid, object_name, which, mask, in Pxsymbol_iter() [all …]
|
H A D | llib-lproc | 188 const char *object_name, const char *symbol_name, 191 Lmid_t lmid, const char *object_name, const char *symbol_name, 208 int Psymbol_iter(struct ps_prochandle *Pr, const char *object_name, 211 const char *object_name, int which, int type, 224 const char *object_name, const char *sym_name, 228 const char *object_name, const char *sym_name,
|
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_audit.c | 66 edata->adt_netcfg_update.object_name = name; in nwam_record_audit_event() 70 edata->adt_netcfg_remove.object_name = name; in nwam_record_audit_event()
|
H A D | libnwam_loc.c | 523 char *object_name = NULL; in valid_loc_condition() local 526 &object_type, &condition, &object_name) != NWAM_SUCCESS) in valid_loc_condition() 530 free(object_name); in valid_loc_condition() 533 if (object_name != NULL) in valid_loc_condition() 534 free(object_name); in valid_loc_condition() 895 char *object_name = NULL; in nwam_loc_validate() local 898 &object_type, &condition, &object_name) in nwam_loc_validate() 906 if (object_name != NULL && in nwam_loc_validate() 908 strcmp(object_name, name) == 0) { in nwam_loc_validate() 912 free(object_name); in nwam_loc_validate() [all …]
|
H A D | libnwam_enm.c | 456 char *object_name = NULL; in nwam_enm_validate() local 459 &object_type, &condition, &object_name) in nwam_enm_validate() 467 if (object_name != NULL && in nwam_enm_validate() 469 strcmp(object_name, name) == 0) { in nwam_enm_validate() 473 free(object_name); in nwam_enm_validate() 477 free(object_name); in nwam_enm_validate()
|
H A D | libnwam_values.c | 830 nwam_condition_t condition, const char *object_name, char **stringp) in nwam_condition_to_condition_string() argument 918 object_name, condition_string); in nwam_condition_to_condition_string() 929 condition_string, object_name); in nwam_condition_to_condition_string() 947 char *object_type_string, *object_name; in nwam_condition_string_to_condition() local 997 if ((object_name = strtok_r(NULL, " \t", &lasts)) == NULL) { in nwam_condition_string_to_condition() 1001 if ((*object_namep = strdup(object_name)) == NULL) { in nwam_condition_string_to_condition() 1073 if ((object_name = strtok_r(NULL, " \t", &lasts)) == NULL) { in nwam_condition_string_to_condition() 1078 if ((*object_namep = strdup(object_name)) == NULL) { in nwam_condition_string_to_condition()
|
H A D | libnwam_util.c | 560 char *object_name = NULL; in nwam_valid_condition() local 563 &object_type, &condition, &object_name) != NWAM_SUCCESS) in nwam_valid_condition() 565 if (object_name != NULL) in nwam_valid_condition() 566 free(object_name); in nwam_valid_condition()
|
/titanic_50/usr/src/head/ |
H A D | proc_service.h | 78 const char *object_name, const char *sym_name, psaddr_t *sym_addr); 86 const char *object_name, const char *sym_name, ps_sym_t *sym);
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 278 ps_pglobal_sym(struct ps_prochandle *ph, const char *object_name, in ps_pglobal_sym() argument 284 if ((mip = str_to_map(ph, object_name)) == NULL) in ps_pglobal_sym() 300 ps_pglobal_lookup(struct ps_prochandle *ph, const char *object_name, in ps_pglobal_lookup() argument 306 if ((mip = str_to_map(ph, object_name)) == NULL) in ps_pglobal_lookup()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | fcall.c | 273 do_symbol_iter(const char *object_name, struct dynpat *Dyp) in do_symbol_iter() argument 276 object_name = PR_OBJ_EXEC; in do_symbol_iter() 281 (void) Psymbol_iter(Proc, object_name, in do_symbol_iter() 290 if (object_name == PR_OBJ_EXEC || Dyp->internal) in do_symbol_iter() 291 (void) Psymbol_iter(Proc, object_name, in do_symbol_iter() 298 object_iter(void *cd, const prmap_t *pmp, const char *object_name) in object_iter() argument 313 if (Thr_agent == NULL && strstr(object_name, "/libc.so.") != NULL) in object_iter() 317 if (strcmp(object_name, Dp->lib_name) == 0 || in object_iter() 330 Dp->lib_name = strdup(object_name); in object_iter() 331 if ((str = strrchr(object_name, '/')) != NULL) in object_iter() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | proc_kludges.c | 54 const char *object_name) in prockludge_mappings_iter() argument
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 682 look_map(void *data, const prmap_t *pmp, const char *object_name) in look_map() argument 818 const char *object_name, in look_smap() argument 928 const char *object_name, in look_xmap() argument 977 const char *object_name, in look_xmap_nopgsz() argument
|
/titanic_50/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 559 create_maplist(void *arg, const prmap_t *pmp, const char *object_name) in create_maplist() argument
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 1824 (void) strlcpy((char *)write_obj->params.request.object_name, in emlxs_obj_flash_image() 1825 "/prg", sizeof (write_obj->params.request.object_name)); in emlxs_obj_flash_image() 1827 write_obj->params.request.object_name, in emlxs_obj_flash_image() 1828 sizeof (write_obj->params.request.object_name)); in emlxs_obj_flash_image()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 3014 char object_name[(4 * 26)]; /* word 6 - 31 */ member 3067 char object_name[(4 * 26)]; /* word 6 - 31 */ member
|