Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
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 …]
/dragonfly/sys/dev/netif/oce/
H A Doce_sysctl.c285 const struct flash_sec_info *fsec = NULL; in oce_be3_flashdata() local
298 fsec = (const struct flash_sec_info *)p; in oce_be3_flashdata()
299 if (!memcmp(cookie, fsec->cookie, sizeof(cookie))) in oce_be3_flashdata()
301 fsec = NULL; in oce_be3_flashdata()
305 if (!fsec) { in oce_be3_flashdata()
322 img_type = fsec->fsec_entry[i].type; in oce_be3_flashdata()