HomeSort by: relevance | last modified time | path
    Searched refs:int_name (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sbin/routed/
if.c 136 hifp = nhash(ifp->int_name);
201 if (!strcmp(ifp->int_name, name)
494 && !strcmp(ifp->int_name, ifp1->int_name))
582 && !strcmp(ifp->int_name, ifp1->int_name))
604 ifp->int_name, naddr_ntoa(ifp->int_dstaddr));
611 type, ifp->int_name, naddr_ntoa(ifp->int_dstaddr));
618 && !strcmp(ifp->int_name, ifp1->int_name))
    [all...]
rdisc.c 133 ifp ? ifp->int_name : "?",
150 ifp ? ifp->int_name : "?",
346 drp->dr_ifp->int_name);
437 naddr_ntoa(gate), ifp->int_name, i);
441 naddr_ntoa(gate), ifp->int_name);
448 naddr_ntoa(gate), ifp->int_name);
535 new_drp->dr_ifp->int_name);
542 cur_drp->dr_ifp->int_name,
544 new_drp->dr_ifp->int_name);
739 ifp->int_name);
    [all...]
parms.c 69 || !strcmp(ifp->int_name, parmp->parm_name)
136 ifp->int_name);
145 ifp->int_name);
347 (void)snprintf(ifp->int_name, sizeof(ifp->int_name),
input.c 550 rip->rip_vers, aifp->int_name);
573 aifp->int_name);
trace.c 618 "if?" : rts->rts_ifp->int_name));
645 (void)fprintf(ftrace, "%-3s interface %-4s ", act, ifp->int_name);
916 ifp ? " via " : "", ifp ? ifp->int_name : "");
table.c 955 ifp ? ifp->int_name : "unknown interface");
962 ifp ? ifp->int_name : "unknown interface");
1216 ifp->int_name);
2143 ifp->int_name,
output.c 153 ifp->int_name);
211 ifp != 0 ? ifp->int_name : "",
defs.h 275 char int_name[IF_NAME_LEN+1]; member in struct:interface
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcfuncs.c 163 TprintfT (dbg_lvl, "%s: name='%s', int_name='%s',"
166 hdr, phwcdef->name, phwcdef->int_name, phwcdef->reg_num,
270 char *int_name = NULL; local
313 /* int_name */
314 int_name = dsp;
402 hwcdef[idx].name = strdup (int_name);
403 if (*int_name)
404 hwcdef[idx].int_name = strdup (int_name);
406 hwcdef[idx].int_name = strdup (name)
    [all...]
hwcentry.h 108 char *int_name; /* internal HWC specification */ member in struct:__anon7853
162 * <list[]->int_name>:
179 * It is the responsibility of the caller to free 'name' and 'int_name'.
243 char * int_name, int cpc_cpuver);
248 * <int_name>: Hwcentry->int_name or NULL for don't care
257 * <pret_ctr->int_name>:
276 * It is the responsibility of the caller to free 'name' and 'int_name'.
299 * <ctr->int_name>:
340 * <ctr->int_name>
    [all...]
hwctable.c 76 int_name: actual name of register, may contain ~ attribute specifications.
1232 .int_name = "cycles" },\
1234 .int_name = "cycles~system=1~user=0" },\
1245 .int_name = "instructions" },\
1462 is_same (const char * regname, const char * int_name, char termchar)
1467 char b = *int_name;
1478 int_name++;
1501 if (pctr->name && pctr->int_name && pctr->metric)
1511 if (pctr->name && pctr->int_name && pctr->metric == NULL)
1527 pentry->int_name ? pentry->int_name : "NULL"
    [all...]
hwcdrv.c 230 void *attr_mem = hwcfuncs_parse_attrs (h->int_name, attrs, HWCFUNCS_MAX_ATTRS,
237 hwcfuncs_parse_ctr (h->int_name, NULL, &nameOnly, NULL, NULL, NULL);
1210 idx, hwcdef[idx].int_name, (long long) glb_event_def->counter_preload,
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcfuncs.c 163 TprintfT (dbg_lvl, "%s: name='%s', int_name='%s',"
166 hdr, phwcdef->name, phwcdef->int_name, phwcdef->reg_num,
270 char *int_name = NULL; local
313 /* int_name */
314 int_name = dsp;
402 hwcdef[idx].name = strdup (int_name);
403 if (*int_name)
404 hwcdef[idx].int_name = strdup (int_name);
406 hwcdef[idx].int_name = strdup (name)
    [all...]
hwcentry.h 108 char *int_name; /* internal HWC specification */ member in struct:__anon9326
162 * <list[]->int_name>:
179 * It is the responsibility of the caller to free 'name' and 'int_name'.
243 char * int_name, int cpc_cpuver);
248 * <int_name>: Hwcentry->int_name or NULL for don't care
257 * <pret_ctr->int_name>:
276 * It is the responsibility of the caller to free 'name' and 'int_name'.
299 * <ctr->int_name>:
340 * <ctr->int_name>
    [all...]
hwctable.c 76 int_name: actual name of register, may contain ~ attribute specifications.
1232 .int_name = "cycles" },\
1234 .int_name = "cycles~system=1~user=0" },\
1245 .int_name = "instructions" },\
1462 is_same (const char * regname, const char * int_name, char termchar)
1467 char b = *int_name;
1478 int_name++;
1501 if (pctr->name && pctr->int_name && pctr->metric)
1511 if (pctr->name && pctr->int_name && pctr->metric == NULL)
1527 pentry->int_name ? pentry->int_name : "NULL"
    [all...]
hwcdrv.c 230 void *attr_mem = hwcfuncs_parse_attrs (h->int_name, attrs, HWCFUNCS_MAX_ATTRS,
237 hwcfuncs_parse_ctr (h->int_name, NULL, &nameOnly, NULL, NULL, NULL);
1210 idx, hwcdef[idx].int_name, (long long) glb_event_def->counter_preload,
  /src/external/gpl3/binutils/dist/gprofng/src/
parse.cc 291 char * int_name, int interval, int tag,
347 hwc_post_lookup (ctr, counter, int_name, cpuver);
356 s = ctr->int_name;
357 ctr->int_name = dbe_sprintf (NTXT ("%s%s"), modstr, s);
389 Experiment::process_hwsimctr_cmd (char *, int cpuver, char *nm, char *int_name,
409 free (int_name);
422 free (int_name);
433 ctr->int_name = int_name;
collctrl.cc 1259 if (tmpctr->int_name != NULL)
1260 free (tmpctr->int_name);
1273 if (_hwc->int_name != NULL)
1274 hnew->int_name = xstrdup (_hwc->int_name);
1276 hnew->int_name = NULL;
1689 strcmp (h->name, h->int_name) ? h->name : "",
1690 h->int_name, (long long) h->reg_num, h->val,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
parse.cc 291 char * int_name, int interval, int tag,
347 hwc_post_lookup (ctr, counter, int_name, cpuver);
356 s = ctr->int_name;
357 ctr->int_name = dbe_sprintf (NTXT ("%s%s"), modstr, s);
389 Experiment::process_hwsimctr_cmd (char *, int cpuver, char *nm, char *int_name,
409 free (int_name);
422 free (int_name);
433 ctr->int_name = int_name;
collctrl.cc 1259 if (tmpctr->int_name != NULL)
1260 free (tmpctr->int_name);
1273 if (_hwc->int_name != NULL)
1274 hnew->int_name = xstrdup (_hwc->int_name);
1276 hnew->int_name = NULL;
1689 strcmp (h->name, h->int_name) ? h->name : "",
1690 h->int_name, (long long) h->reg_num, h->val,
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 1001 char *int_name = pe_def_file->exports[i].internal_name; local
1005 lang_add_gc_name (int_name);
1007 name = xmalloc (strlen (int_name) + 2);
1008 if (pe_details->underscored && int_name[0] != '@')
1011 strcpy (name + 1, int_name);
1017 strcpy (name, int_name);
1053 else if (strchr (int_name, '.'))
1074 int_name);
1080 int_name,
1087 int_name);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 966 char *int_name = pe_def_file->exports[i].internal_name; local
970 lang_add_gc_name (int_name);
972 name = xmalloc (strlen (int_name) + 2);
973 if (pe_details->underscored && int_name[0] != '@')
976 strcpy (name + 1, int_name);
982 strcpy (name, int_name);
1018 else if (strchr (int_name, '.'))
1039 int_name);
1045 int_name,
1052 int_name);
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 914 collector_interface->writeLog (" int_name=\"%s\"", ctr->int_name);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 914 collector_interface->writeLog (" int_name=\"%s\"", ctr->int_name);
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 2981 tree attrs, int_attr, int_names, int_name, forwarder_attr;
2991 int_name = TREE_VALUE (int_names);
2992 sprintf (buf, "ivt_entry_%.80s", TREE_STRING_POINTER (int_name));
2970 tree attrs, int_attr, int_names, int_name, forwarder_attr; local

Completed in 71 milliseconds

1 2