Searched refs:filehandle (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-new.c | 183 HANDLE filehandle; in pcap_findalldevs_ex() local 222 filehandle = FindFirstFile(name, &filedata); in pcap_findalldevs_ex() 224 if (filehandle == INVALID_HANDLE_VALUE) in pcap_findalldevs_ex() 285 FindClose(filehandle); in pcap_findalldevs_ex() 319 FindClose(filehandle); in pcap_findalldevs_ex() 334 FindClose(filehandle); in pcap_findalldevs_ex() 353 FindClose(filehandle); in pcap_findalldevs_ex() 364 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex() 372 FindClose(filehandle); in pcap_findalldevs_ex()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | dbufstat.in | 464 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: 502 def buffers_print_all(filehandle, filters, noheader): 507 next(filehandle) [all …]
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 78 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 D | cstyle.pl | 205 my ($fn, $filehandle) = @_; 231 line: while (<$filehandle>) {
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 146 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
|