Searched defs:nlink (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h55 ULong nlink; member in struct:vg_stat
/external/dbus/dbus/
H A Ddbus-sysdeps.h384 unsigned long nlink; /**< Number of hard links */ member in struct:__anon5047
/external/grub/stage2/
H A Dvstafs.h72 unsigned short nlink; member in struct:fs_file
H A Diso9660.h160 iso_32bit_t nlink; member in struct:rock_ridge::__anon5573::PX
/external/kernel-headers/original/linux/
H A Dstat.h63 unsigned int nlink; member in struct:kstat
H A Dproc_fs.h55 nlink_t nlink; member in struct:proc_dir_entry
H A Dnfs_xdr.h37 __u32 nlink; member in struct:nfs_fattr
/external/libppp/src/
H A Dether.c458 const struct linkinfo *nlink; local
555 nlink = &hlist->link[f];
557 log_Printf(LogDEBUG, " Found %s -> %s\n", nlink->ourhook,
558 nlink->peerhook);
560 if (!strcmp(nlink->ourhook, NG_ETHER_HOOK_ORPHAN) ||
561 !strcmp(nlink->ourhook, NG_ETHER_HOOK_DIVERT)) {
567 if (!strcmp(nlink->nodeinfo.type, NG_PPPOE_NODE_TYPE))
569 snprintf(ngc.path, sizeof ngc.path, "[%x]:", nlink->nodeinfo.id);
572 path, nlink->nodeinfo.type);
H A Dnetgraph.c460 const struct linkinfo *nlink; local
605 nlink = &hlist->link[f];
607 log_Printf(LogDEBUG, " Found %s -> %s (type %s)\n", nlink->ourhook,
608 nlink->peerhook, nlink->nodeinfo.type);
610 if (!strcmp(nlink->ourhook, lasthook)) {
611 if (strcmp(nlink->peerhook, hook) ||
612 strcmp(nlink->nodeinfo.type, nodetype)) {
614 p->link.name, nlink->ourhook, path);

Completed in 355 milliseconds