Searched refs:lastfile (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 2131 MPASS(lastfile != NULL); in fdinit() 2133 MPASS(lastfile == NULL); in fdinit() 2334 int i, lastfile; in fdcopy() local 2390 int error, i, lastfile; in fdcopy_remapped() local 2395 if (nfds > lastfile + 1) { in fdcopy_remapped() 2450 int i, lastfile; in fdclearlocks() local 2529 int i, lastfile; in fdescfree_fds() local 2704 int i, lastfile; in fdcloseexec() local 3697 int fd, lastfile; in chroot_refuse_vdir_fds() local 4123 int error, n, lastfile; in sysctl_kern_file() local [all …]
|
| /f-stack/tools/compat/include/sys/ |
| H A D | queue.h | 117 const char *lastfile; member 128 (head)->trace.prevfile = (head)->trace.lastfile; \ 130 (head)->trace.lastfile = __FILE__; \ 135 (elem)->trace.prevfile = (elem)->trace.lastfile; \ 137 (elem)->trace.lastfile = __FILE__; \
|
| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 99 const char *lastfile; member 108 (head)->trace.prevfile = (head)->trace.lastfile; \ 110 (head)->trace.lastfile = __FILE__; \ 115 (elem)->trace.prevfile = (elem)->trace.lastfile; \ 117 (elem)->trace.lastfile = __FILE__; \
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 129 const char *lastfile; member 138 (head)->trace.prevfile = (head)->trace.lastfile; \ 140 (head)->trace.lastfile = __FILE__; \ 145 (elem)->trace.prevfile = (elem)->trace.lastfile; \ 147 (elem)->trace.lastfile = __FILE__; \
|
| H A D | filedesc.h | 261 struct filedesc *fdinit(struct filedesc *fdp, bool prepfiles, int *lastfile);
|
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 123 char *lastfile; member 197 hook->lastfile = file; in _chkhook() 374 char *lastfile; member 464 node->lastfile = file; in _chknode() 655 char *lastfile; member 728 (item)->lastfile = file; in _ngi_check() 821 (item)->lastfile = __FILE__; \
|
| H A D | ng_base.c | 3262 hook->lastfile, hook->lastline); in dumphook() 3279 node->lastfile, node->lastline); in dumpnode() 3292 item->lastfile, item->lastline); in dumpitem()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 124 char *lastfile; member 198 hook->lastfile = file; in _chkhook() 376 char *lastfile; member 466 node->lastfile = file; in _chknode() 657 char *lastfile; member 730 (item)->lastfile = file; in _ngi_check() 823 (item)->lastfile = __FILE__; \
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 3290 hook->lastfile, hook->lastline); in dumphook() 3307 node->lastfile, node->lastline); in dumpnode() 3320 item->lastfile, item->lastline); in dumpitem()
|