Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-new.c191 HANDLE filehandle; in pcap_findalldevs_ex() local
233 filehandle = FindFirstFile(name, &filedata); in pcap_findalldevs_ex()
235 if (filehandle == INVALID_HANDLE_VALUE) in pcap_findalldevs_ex()
296 FindClose(filehandle); in pcap_findalldevs_ex()
330 FindClose(filehandle); in pcap_findalldevs_ex()
345 FindClose(filehandle); in pcap_findalldevs_ex()
364 FindClose(filehandle); in pcap_findalldevs_ex()
375 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex()
383 FindClose(filehandle); in pcap_findalldevs_ex()
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in465 def dnodes_build_dict(filehandle):
471 next(filehandle)
474 for i, v in enumerate(next(filehandle).split()):
478 for line in filehandle:
484 def types_build_dict(filehandle):
490 next(filehandle)
493 for i, v in enumerate(next(filehandle).split()):
497 for line in filehandle:
503 def buffers_print_all(filehandle, filters, noheader):
508 next(filehandle)
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c78 fhandle_t filehandle; /* NFS filehandle */ member
125 fhandle_t filehandle; /* Local access filehandle */ member
327 dump_static_object((unsigned char *)&fl->filehandle, in dump_filelock()
328 sizeof(fl->filehandle), hbuff, sizeof(hbuff), in dump_filelock()
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()
930 fill_file_lock(*left_lock, &exist_lock->filehandle, in split_nfslock()
947 fill_file_lock(*right_lock, &exist_lock->filehandle, in split_nfslock()
1037 if (bcmp(&fl->filehandle, &imf->filehandle, in lock_hwlock()
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dcstyle.pl206 my ($fn, $filehandle) = @_;
232 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