Searched refs:fa (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/bin/mv/tests/
H A Dlegacy_test.sh142 mkf fa
143 mv fa ${FS}fb
145 ckf fa ${FS}fb
146 cknt fa
150 mkf fa
153 mv fa fb ${FS}1/2/3
155 ckf fa ${FS}1/2/3/fa
157 cknt fa
163 mkf 1/2/3/fa
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c101 posix_spawn_file_actions_t fa; local
109 posix_spawn_file_actions_init(&fa);
110 posix_spawn_file_actions_addopen(&fa, fileno(stdin),
112 posix_spawn_file_actions_addopen(&fa, fileno(stdout),
114 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL);
115 posix_spawn_file_actions_destroy(&fa);
135 posix_spawn_file_actions_init(&fa);
136 posix_spawn_file_actions_addopen(&fa, fileno(stdin),
138 posix_spawn_file_actions_addopen(&fa, fileno(stdout),
140 err = posix_spawn(&pid, "/bin/cat", &fa, NUL
196 posix_spawn_file_actions_t fa; local
231 posix_spawn_file_actions_t fa; local
271 posix_spawn_file_actions_t fa; local
306 posix_spawn_file_actions_t fa; local
350 posix_spawn_file_actions_t fa; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dposix_spawn.c182 process_file_actions(const posix_spawn_file_actions_t fa) argument
188 STAILQ_FOREACH(fae, &fa->fa_list, fae_list) {
198 const posix_spawn_file_actions_t *fa; member in struct:posix_spawn_args
234 if (psa->fa != NULL) {
235 psa->error = process_file_actions(*psa->fa);
252 const posix_spawn_file_actions_t *fa,
292 psa.fa = fa;
346 const posix_spawn_file_actions_t *fa,
350 return do_posix_spawn(pid, path, fa, s
251 do_posix_spawn(pid_t *pid, const char *path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *sa, char * const argv[], char * const envp[], int use_env_path) argument
345 posix_spawn(pid_t *pid, const char *path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *sa, char * const argv[], char * const envp[]) argument
354 posix_spawnp(pid_t *pid, const char *path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *sa, char * const argv[], char * const envp[]) argument
369 posix_spawn_file_actions_t fa; local
381 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa) argument
400 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa, int fildes, const char * __restrict path, int oflag, mode_t mode) argument
431 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int fildes, int newfildes) argument
454 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fildes) argument
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Dproto.h41 extern fa *makedfa(const char *, int);
42 extern fa *mkdfa(const char *, int);
43 extern int makeinit(fa *, int);
50 extern void cfoll(fa *, Node *);
54 extern int match(fa *, const char *);
55 extern int pmatch(fa *, const char *);
56 extern int nematch(fa *, const char *);
64 extern int cgoto(fa *, int, int);
65 extern void freefa(fa *);
H A Db.c78 #define NFA 20 /* cache this many dynamic fa's */
79 fa *fatab[NFA];
82 fa *makedfa(const char *s, int anchor) /* returns dfa for reg expr s */
85 fa *pfa;
124 fa *mkdfa(const char *s, int anchor) /* does the real work of making a dfa */
128 fa *f;
138 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
139 overflo("out of space for fa");
154 int makeinit(fa *
[all...]
H A Dawk.h218 typedef struct fa { struct
230 } fa; typedef in typeref:struct:fa
H A Drun.c580 fa *pfa;
581 int (*mf)(fa *, const char *) = match, mode = 0;
590 i = (*mf)((fa *) a[2], s);
1242 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) {
1249 fa *pfa;
1251 pfa = (fa *) a[2];
1783 fa *pfa;
1791 pfa = (fa *) a[1]; /* regular expression */
1843 fa *pfa;
1854 pfa = (fa *)
[all...]
H A Dlib.c423 fa *pfa;
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext_test.c115 struct fail_at *fa = data; local
118 if (fa->failpos == fa->curpos)
121 fa->curpos++;
172 struct fail_at fa; local
173 fa.failpos = 3;
174 fa.curpos = 0;
176 word_fail_at, &fa);
179 ATF_REQUIRE(fa.curpos == 3);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c141 msdosfs_fileno_compare(struct msdosfs_fileno *fa, struct msdosfs_fileno *fb) argument
144 if (fa->mf_fileno64 > fb->mf_fileno64)
146 else if (fa->mf_fileno64 < fb->mf_fileno64)
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c281 struct flush_args *fa; local
287 fa = (struct flush_args *)arg;
289 ta = fa->ta;
290 memset(&fa->tent, 0, sizeof(fa->tent));
291 tent = &fa->tent;
292 error = ta->dump_tentry(fa->astate, fa->ti, e, tent);
296 ch = fa->ch;
311 struct flush_args fa; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-e7kpc.c71 static unsigned long fa; variable
143 fa = board_at + OFF_FA;
158 SET_WORD (fa, 0);
282 while (GET_WORD (fa) & 1);
287 SET_WORD (fa, 1);
/freebsd-11-stable/stand/libsa/
H A Dnfs.c100 struct nfsv3_fattrs fa; member in struct:nfsv3_readdir_repl
118 struct nfsv3_fattrs fa; /* all in network order */ member in struct:nfs_iodesc
312 bcopy(&repl->fhplusattr[pos], &newfd->fa, sizeof(newfd->fa));
332 struct nfsv3_fattrs fa; member in struct:repl
403 struct nfsv3_fattrs fa; member in struct:repl
509 nfs_root_node.fa.fa_type = htonl(NFDIR);
510 nfs_root_node.fa.fa_mode = htonl(0755);
511 nfs_root_node.fa.fa_nlink = htonl(2);
553 if (currfd->fa
[all...]
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c214 futex_address_create(struct futex_address *fa, struct thread *td, argument
223 &fa->fa_key));
226 &fa->fa_key));
233 futex_address_free(struct futex_address *fa) argument
236 umtx_key_release(&fa->fa_key);
390 struct futex_address fa; local
393 error = futex_address_create(&fa, td, address, scope);
398 *flret = futex_lock_lookup_locked(&fa);
403 futex_lock_lookup_locked(struct futex_address *fa) argument
408 if (futex_address_match(&fl->fl_address, fa)) {
[all...]
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c718 int fa; local
722 fa = 0;
725 fa = 1;
731 dev = makedev(NUM(fa + 3), NUM(fa + 4));
732 if (strcmp(STR(fa + 1), "c") == 0) /* character device */
734 else if (strcmp(STR(fa + 1), "b") == 0) /* block device */
736 else if (strcmp(STR(fa + 1), "f") == 0) /* fifo special */
738 else if (strcmp(STR(fa + 1), "d") == 0) /* directory */
740 else if (strcmp(STR(fa
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c520 struct find_ofld_adapter_rr *fa = arg; local
521 struct socket *so = fa->so;
529 if (fa->sc != NULL)
540 fa->sc = sc; /* Found. */
614 struct find_ofld_adapter_rr fa; local
658 fa.sc = NULL;
659 fa.so = so;
660 t4_iterate(find_offload_adapter, &fa);
661 if (fa.sc == NULL)
663 icc->sc = fa
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sched.c484 int rc = 0, fa = -1, i, pktsize, burstsize; local
505 if (fa < 0 && tc->refcount == 0 && !(tc->flags & CLRL_USER))
506 fa = i; /* first available */
524 if (fa != -1) {
525 tc = &pi->sched_params->cl_rl[fa];
533 *tc_idx = fa;
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c89 printf("%s: %s: fa=%d, bad_fina_sync=%d, sfd_timeout=%d, fina_timeout=%d, no_rts_ack=%d\n",
92 le32toh(rxphy->fa),
130 printf("%s: noise=[%d, %d, %d] flags=0x%08x, load=%d, fa=%d\n",
137 le32toh(g->fa));
/freebsd-11-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c147 int fa; local
168 fa = mkstemp(ca);
171 if (write_block(fa, pa) < 0 || write_block(fb, pb) < 0) {
172 close(fa);
178 close(fa);
/freebsd-11-stable/sys/kern/
H A Dvfs_syscalls.c4246 struct fadvise_info *fa, *new; local
4259 new = malloc(sizeof(*fa), M_FADVISE, M_WAITOK);
4300 fa = fp->f_advice;
4301 if (fa != NULL && fa->fa_advice == advice &&
4302 ((fa->fa_start <= end && fa->fa_end >= offset) ||
4303 (end != OFF_MAX && fa->fa_start == end + 1) ||
4304 (fa->fa_end != OFF_MAX && fa
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp189 for (const fat_arch *fa = fstart; fa < fend; ++fa) {
190 if ((readBigEndian(fa->cputype) == reqCpuType) &&
191 (readBigEndian(fa->cpusubtype) == reqCpuSubtype)) {
192 offset = readBigEndian(fa->offset);
193 size = readBigEndian(fa->size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h190 UnwindPlan::Row::FAValue &fa, lldb::addr_t &address);
H A DRegisterContextLLDB.cpp1790 lldb::RegisterKind row_register_kind, UnwindPlan::Row::FAValue &fa,
1797 switch (fa.GetValueType()) {
1800 fa.GetRegisterNumber());
1828 fa.GetRegisterNumber());
1839 address = cfa_reg_contents + fa.GetOffset();
1844 cfa_reg_contents, fa.GetOffset());
1852 DataExtractor dwarfdata(fa.GetDWARFExpressionBytes(),
1853 fa.GetDWARFExpressionLength(),
1875 lldb::addr_t return_address_hint = GetReturnAddressHint(fa.GetOffset());
1789 ReadFrameAddress( lldb::RegisterKind row_register_kind, UnwindPlan::Row::FAValue &fa, addr_t &address) argument
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c1183 IPAddressFamily *fa = sk_IPAddressFamily_value(a, i); local
1184 int j = sk_IPAddressFamily_find(b, fa);
1190 fa->ipAddressChoice->u.addressesOrRanges,
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3474 calib->fa_cck = le32toh(rs->rx.cck.fa);
3477 calib->fa_ofdm = le32toh(rs->rx.ofdm.fa);
6037 uint32_t val, rxena, fa; local
6051 fa = le32toh(stats->ofdm.bad_plcp) - calib->bad_plcp_ofdm;
6052 fa += le32toh(stats->ofdm.fa) - calib->fa_ofdm;
6053 fa *= 200 * IEEE80211_DUR_TU; /* 200TU */
6055 if (fa > 50 * rxena) {
6058 "%s: OFDM high false alarm count: %u\n", __func__, fa);
6064 } else if (fa <
[all...]

Completed in 282 milliseconds

12