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

/freebsd-13-stable/contrib/mandoc/
H A Dmandocdb.c100 char *fsec; /* section from file name suffix */ member in struct:mlink
579 char *dsec, *arch, *fsec, *cp; local
641 fsec = NULL;
642 while (fsec == NULL) {
643 fsec = strrchr(ff->fts_name, '.');
644 if (fsec == NULL || strcmp(fsec+1, "gz"))
647 *fsec = '\0';
648 fsec = NULL;
650 if (fsec
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_sysctl.c293 static void oce_fill_flash_img_data(POCE_SOFTC sc, const struct flash_sec_info * fsec, argument
298 pimg->img_offset = HOST_32(fsec->fsec_entry[i].offset);
299 pimg->img_size = HOST_32(fsec->fsec_entry[i].pad_size);
302 pimg->img_type = HOST_32(fsec->fsec_entry[i].type);
395 const struct flash_sec_info *fsec = NULL; local
406 fsec = (const struct flash_sec_info *)p;
407 if (!memcmp(cookie, fsec->cookie, sizeof(cookie)))
409 fsec = NULL;
413 if (!fsec) {
429 num_imgs = HOST_32(fsec
[all...]

Completed in 117 milliseconds