formats
tftpd_sendfile(struct formats *pf, int oacklen)
tftpd_recvfile(struct formats *pf, int oacklen)
void (*f_send)(struct formats *, int);
void (*f_recv)(struct formats *, int);
static void tftpd_sendfile(struct formats *, int);
static void tftpd_recvfile(struct formats *, int);
static struct formats formats[] = {
struct formats *pf;
for (pf = formats; pf->f_mode != NULL; pf++)
char **formats = NULL;
ACPIDEV_PROP_NAME_UID_FORMAT, &formats, &count) == DDI_SUCCESS) {
rbuf = acpidev_gen_unitaddr(uid, formats[i], buf, len);
ddi_prop_free(formats);