Searched refs:fdf (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/firewire/
H A Diec68113.h97 } fdf; member in struct:ciphdr
/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwdv.c180 if (ciph->fdf.dv.cyc != 0xffff && k == 0) {
181 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc));
196 system = ciph->fdf.dv.fs;
310 ciph->fdf.dv.cyc = 0xffff;
368 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac);
370 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac);
376 ciph->fdf.dv.cyc = 0xffff;

Completed in 99 milliseconds