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

/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c99 char *fsec; /* section from file name suffix */ member in struct:mlink
586 char *dsec, *arch, *fsec, *cp; local
648 fsec = NULL;
649 while (fsec == NULL) {
650 fsec = strrchr(ff->fts_name, '.');
651 if (fsec == NULL || strcmp(fsec+1, "gz"))
654 *fsec = '\0';
655 fsec = NULL;
657 if (fsec
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c295 static void oce_fill_flash_img_data(POCE_SOFTC sc, const struct flash_sec_info * fsec, argument
300 pimg->img_offset = HOST_32(fsec->fsec_entry[i].offset);
301 pimg->img_size = HOST_32(fsec->fsec_entry[i].pad_size);
304 pimg->img_type = HOST_32(fsec->fsec_entry[i].type);
397 const struct flash_sec_info *fsec = NULL; local
408 fsec = (const struct flash_sec_info *)p;
409 if (!memcmp(cookie, fsec->cookie, sizeof(cookie)))
411 fsec = NULL;
415 if (!fsec) {
431 num_imgs = HOST_32(fsec
[all...]

Completed in 63 milliseconds