Home
last modified time | relevance | path

Searched refs:frc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dipf_y.y279 frc->fr_family = AF_INET;
285 frc->fr_family = AF_INET;
291 frc->fr_family = AF_INET6;
464 fr = frc;
775 fr = frc;
785 fr = frc;
1081 ntomask(frc->fr_family,
1097 ntomask(frc->fr_family,
2067 frc = frn; in newrule()
2607 if (*frp == frc) in addname()
[all …]
/freebsd/bin/pax/
H A Dcache.c166 name_uid(uid_t uid, int frc) in name_uid() argument
182 if (frc || (ptr->valid == VALID)) in name_uid()
208 if (frc == 0) in name_uid()
233 name_gid(gid_t gid, int frc) in name_gid() argument
249 if (frc || (ptr->valid == VALID)) in name_gid()
275 if (frc == 0) in name_gid()
H A Dfile_subs.c625 set_ftime(char *fnm, time_t mtime, time_t atime, int frc) in set_ftime() argument
632 if (!frc && (!patime || !pmtime)) { in set_ftime()
H A Dextern.h142 void set_ftime(char *fnm, time_t mtime, time_t atime, int frc);
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsamsung,exynos4210-mct.yaml49 samsung,frc-shared:
101 samsung,frc-shared: false
/freebsd/usr.sbin/services_mkdb/
H A Dservices1935 frc-hp 6704/sctp #ForCES HP (High Priority) channel
1936 frc-mp 6705/sctp #ForCES MP (Medium Priority) channel
1937 frc-lp 6706/sctp #ForCES LP (Low priority) channel
/freebsd/contrib/sqlite3/
H A Dsqlite3.c222241 int frc = sqlite3_file_control(db, "main", SQLITE_FCNTL_ZIPVFS, 0);
222242 if( frc==SQLITE_OK ){