Searched refs:id_name (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/sys/powerpc/psim/
H A Diobusvar.h59 char *id_name; member in struct:iobus_devinfo
H A Diobus.c230 dinfo->id_name = name;
283 *result = (uintptr_t)dinfo->id_name;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DHistory.h99 HistorySourceUInt (const char *id_name, uintptr_t start_value = 0u) : argument
101 m_name (id_name),
/freebsd-10.2-release/contrib/smbfs/lib/smb/
H A Dnb_net.c123 if (strlen(p->ifa_name) >= sizeof(ifd->id_name))
133 strcpy(ifd->id_name, p->ifa_name);
/freebsd-10.2-release/contrib/smbfs/include/netsmb/
H A Dnb_lib.h118 char id_name[16]; /* actually IFNAMSIZ */ member in struct:nb_ifdesc
/freebsd-10.2-release/sbin/fsck_ffs/
H A Dpass3.c114 idesc.id_name = namebuf;
H A Ddir.c346 newent.d_namlen = strlen(idesc->id_name);
361 memmove(dirp->d_name, idesc->id_name, (size_t)newent.d_namlen + 1);
370 if (memcmp(dirp->d_name, idesc->id_name, (int)dirp->d_namlen + 1))
404 idesc.id_name = strdup(lfname);
506 idesc.id_name = strdup(name);
530 idesc.id_name = strdup(name);
H A Dfsck.h237 char *id_name; /* for DATA nodes, name to find or enter */ member in struct:inodesc
H A Dfsutil.c880 idesc.id_name = strdup("..");
887 idesc.id_name = namebuf;
H A Dinode.c566 memmove(idesc->id_name, dirp->d_name, (size_t)dirp->d_namlen + 1);
577 if (strcmp(dirp->d_name, idesc->id_name) == 0 &&
H A Dpass2.c539 dotdesc.id_name = strdup("..");
/freebsd-10.2-release/sys/amd64/amd64/
H A Dmachdep.c864 char *id_name; member in struct:__anon6267
882 for (i = 0; idle_tbl[i].id_name != NULL; i++) {
883 if (strstr(idle_tbl[i].id_name, "mwait") &&
886 if (strcmp(idle_tbl[i].id_name, "acpi") == 0 &&
890 idle_tbl[i].id_name);
909 for (i = 0; idle_tbl[i].id_name != NULL; i++) {
911 p = idle_tbl[i].id_name;
919 for (i = 0; idle_tbl[i].id_name != NULL; i++) {
920 if (strstr(idle_tbl[i].id_name, "mwait") &&
923 if (strcmp(idle_tbl[i].id_name, "acp
[all...]
/freebsd-10.2-release/sbin/fsdb/
H A Dfsdb.c705 idesc.id_name = name;
837 testdir.d_namlen = strlen(idesc->id_name);
840 strcpy(dirp->d_name, idesc->id_name);
868 idesc.id_name = argv[2];
/freebsd-10.2-release/sys/i386/i386/
H A Dmachdep.c1518 char *id_name; member in struct:__anon10517
1538 for (i = 0; idle_tbl[i].id_name != NULL; i++) {
1539 if (strstr(idle_tbl[i].id_name, "mwait") &&
1543 if (strcmp(idle_tbl[i].id_name, "acpi") == 0 &&
1548 idle_tbl[i].id_name);
1567 for (i = 0; idle_tbl[i].id_name != NULL; i++) {
1569 p = idle_tbl[i].id_name;
1577 for (i = 0; idle_tbl[i].id_name != NULL; i++) {
1578 if (strstr(idle_tbl[i].id_name, "mwait") &&
1582 if (strcmp(idle_tbl[i].id_name, "acp
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp605 static ConstString id_name("id");
608 if (name == id_name || name == Class_name)
H A DClangExpressionDeclMap.cpp961 static ConstString id_name("id");
964 if (name == id_name || name == Class_name)

Completed in 108 milliseconds