Home
last modified time | relevance | path

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

/freebsd/lib/libugidfw/
H A Dugidfw.c69 int anymode, unknownmode, numfs, i, notdone; in bsde_rule_to_string() local
86 notdone = 1; in bsde_rule_to_string()
88 notdone = 0; in bsde_rule_to_string()
91 if (!notdone && (rule->mbr_subject.mbs_neg & MBO_UID_DEFINED)) { in bsde_rule_to_string()
141 if (!notdone && (rule->mbr_subject.mbs_neg & MBO_GID_DEFINED)) { in bsde_rule_to_string()
191 if (!notdone && (rule->mbr_subject.mbs_neg & MBS_PRISON_DEFINED)) { in bsde_rule_to_string()
220 notdone = 1; in bsde_rule_to_string()
222 notdone = 0; in bsde_rule_to_string()
225 if (!notdone && (rule->mbr_object.mbo_neg & MBO_UID_DEFINED)) { in bsde_rule_to_string()
275 if (!notdone && (rule->mbr_object.mbo_neg & MBO_GID_DEFINED)) { in bsde_rule_to_string()
[all …]
/freebsd/sys/netinet/
H A Dsctputil.c5076 int notdone; in sctp_release_pr_sctp_chunk() local
5126 notdone = 0; in sctp_release_pr_sctp_chunk()
5130 notdone = 0; in sctp_release_pr_sctp_chunk()
5137 notdone = 1; in sctp_release_pr_sctp_chunk()
5140 } while (tp1 && notdone); in sctp_release_pr_sctp_chunk()