Home
last modified time | relevance | path

Searched refs:filehandle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-new.c185 HANDLE filehandle; in pcap_findalldevs_ex() local
224 filehandle = FindFirstFile(name, &filedata); in pcap_findalldevs_ex()
226 if (filehandle == INVALID_HANDLE_VALUE) in pcap_findalldevs_ex()
278 FindClose(filehandle); in pcap_findalldevs_ex()
312 FindClose(filehandle); in pcap_findalldevs_ex()
327 FindClose(filehandle); in pcap_findalldevs_ex()
346 FindClose(filehandle); in pcap_findalldevs_ex()
357 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex()
365 FindClose(filehandle); in pcap_findalldevs_ex()
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in464 def dnodes_build_dict(filehandle):
470 next(filehandle)
473 for i, v in enumerate(next(filehandle).split()):
477 for line in filehandle:
483 def types_build_dict(filehandle):
489 next(filehandle)
492 for i, v in enumerate(next(filehandle).split()):
496 for line in filehandle:
507 next(filehandle)
510 for i, v in enumerate(next(filehandle).split()):
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c78 fhandle_t filehandle; /* NFS filehandle */ member
430 bcopy(fh, &fl->filehandle, sizeof(fhandle_t)); in fill_file_lock()
725 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t))) in get_lock_matching_unlock()
805 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t))) in test_nfslock()
1037 if (bcmp(&fl->filehandle, &imf->filehandle, in lock_hwlock()
1038 sizeof(fl->filehandle)) == 0) { in lock_hwlock()
1062 nmf->fd = fhopen(&fl->filehandle, O_RDWR); in lock_hwlock()
1078 bcopy(&fl->filehandle, &nmf->filehandle, sizeof(fl->filehandle)); in lock_hwlock()
1122 if (bcmp(&fl->filehandle, &imf->filehandle, in unlock_hwlock()
1123 sizeof(fl->filehandle)) == 0) { in unlock_hwlock()
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dcstyle.pl205 my ($fn, $filehandle) = @_;
230 line: while (<$filehandle>) {
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges146 though it has come from a file or filehandle.
151 - You may now use a glob ref when passing a filehandle to the ->new
168 even if it has come from a file or filehandle, disabling taint checking
174 - You may now use a glob ref when passing a filehandle to the new function.
237 - New OUTPUT option delivers template results directly to a filehandle