Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/mandoc/
H A Dmandocdb.c649 fsec = NULL; in treescan()
652 if (fsec == NULL || strcmp(fsec+1, "gz")) in treescan()
655 *fsec = '\0'; in treescan()
656 fsec = NULL; in treescan()
685 fsec[-1] = '\0'; in treescan()
699 mlink->fsec = fsec; in treescan()
971 mlink->fsec = p; in filescan()
999 mlink->fsec = mandoc_strdup(mlink->fsec ? mlink->fsec : ""); in mlink_add()
1005 } else if ('1' <= *mlink->fsec && '9' >= *mlink->fsec) in mlink_add()
1041 free(mlink->fsec); in mlink_free()
[all …]
/freebsd-14.2/sys/dev/oce/
H A Doce_sysctl.c292 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 …]