Searched refs:fsec (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 102 char *fsec; /* section from file name suffix */ member 585 char *dsec, *arch, *fsec, *cp; in treescan() local 649 fsec = NULL; in treescan() 650 while (fsec == NULL) { in treescan() 651 fsec = strrchr(ff->fts_name, '.'); in treescan() 652 if (fsec == NULL || strcmp(fsec+1, "gz")) in treescan() 655 *fsec = '\0'; in treescan() 656 fsec = NULL; in treescan() 658 if (fsec == NULL) { in treescan() 665 } else if ( ! strcmp(++fsec, "html")) { in treescan() [all …]
|
/freebsd/sys/dev/oce/ |
H A D | oce_sysctl.c | 292 static void oce_fill_flash_img_data(POCE_SOFTC sc, const struct flash_sec_info * fsec, in oce_fill_flash_img_data() argument 297 pimg->img_offset = HOST_32(fsec->fsec_entry[i].offset); in oce_fill_flash_img_data() 298 pimg->img_size = HOST_32(fsec->fsec_entry[i].pad_size); in oce_fill_flash_img_data() 301 pimg->img_type = HOST_32(fsec->fsec_entry[i].type); in oce_fill_flash_img_data() 394 const struct flash_sec_info *fsec = NULL; in oce_sh_be3_flashdata() local 405 fsec = (const struct flash_sec_info *)p; in oce_sh_be3_flashdata() 406 if (!memcmp(cookie, fsec->cookie, sizeof(cookie))) in oce_sh_be3_flashdata() 408 fsec = NULL; in oce_sh_be3_flashdata() 412 if (!fsec) { in oce_sh_be3_flashdata() 428 num_imgs = HOST_32(fsec->fsec_hdr.num_images); in oce_sh_be3_flashdata() [all …]
|