Searched refs:fc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Diso88025.h91 u_char fc; /* frame control field */ member in struct:iso88025_header
102 u_char fc; member in struct:iso88025_sockaddr_data
/macosx-10.5.8/xnu-1228.15.4/config/
H A Dnewvers.pl62 $VERSION_VARIANT =~ m/(\d+)((?:d|a|b|r|fc)?)(\d*)/;
67 $stage = "r" if (!$stage || ($stage eq "fc"));
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c134 struct fdhashhead *fc; local
140 fc = FD_NHASH(ix);
142 for (fd = fc->lh_first; fd != 0; fd = fd->fd_hash.le_next) {
203 LIST_INSERT_HEAD(fc, fd, fd_hash);
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c349 } fc; member in struct:ct_data_s
356 #define Freq fc.freq
357 #define Code fc.code

Completed in 70 milliseconds