Searched refs:flags (Results 1 - 25 of 6147) sorted by last modified time

1234567891011>>

/freebsd-current/usr.sbin/bhyve/
H A Dtpm_ppi_qemu.c92 .flags = MEM_F_RW,
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c228 diffreg(char *file1, char *file2, int flags, int capsicum) argument
237 if (can_libdiff(flags))
238 return diffreg_new(file1, file2, flags, capsicum);
243 return diffreg_stone(file1, file2, flags, capsicum);
246 if (can_libdiff(flags))
247 return diffreg_new(file1, file2, flags, capsicum);
249 return diffreg_stone(file1, file2, flags, capsicum);
268 diffreg_stone(char *file1, char *file2, int flags, int capsicum) argument
298 if (flags & D_EXPANDTABS) {
319 if (flags
481 files_differ(FILE *f1, FILE *f2, int flags) argument
539 prepare(int i, FILE *fd, size_t filesize, int flags) argument
622 stone(int *a, int n, int *b, int *c, int flags) argument
729 check(FILE *f1, FILE *f2, int flags) argument
906 output(char *file1, FILE *f1, char *file2, FILE *f2, int flags) argument
1245 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) argument
1375 readhash(FILE *f, int flags, unsigned *hash) argument
1495 dump_context_vec(FILE *f1, FILE *f2, int flags) argument
1598 dump_unified_vec(FILE *f1, FILE *f2, int flags) argument
1718 print_space(int nc, int n, int flags) argument
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_var.h101 uint32_t tqe_flags; /* The flags from tcp_get_flags() */
162 uint32_t flags; /* Type of request open etc */ member in struct:tcp_sendfile_track
166 uint32_t hybrid_flags; /* Hybrid flags on this request */
190 * For timers the standard PACE_TMR_XXXX flags are returned indicating
195 * course no flags are set in timer_hpts_flags.
364 u_int t_flags2; /* More tcpcb flags storage */
557 * for LRO. There are two flags that the previous
560 * support these it *should* clear the flags.
827 * Flags for the extended TCP flags field, t_flags2
1381 void cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_
[all...]
H A Dtcp_subr.c1042 /* All mbuf queue/ack compress flags should be off */
1124 MALLOC_DEFINE(M_TCPLOG, "tcplog", "TCP address and flags print buffers");
1735 * template for a connection. If flags are given then we send
1747 tcp_seq ack, tcp_seq seq, uint16_t flags)
1801 if (!(flags & TH_RST)) {
1842 flags = TH_ACK;
1904 /* clear any receive flags for proper bpf timestamping */
1951 ect = tcp_ecn_output_established(tp, &flags, 0, false);
2047 tcp_set_flags(nth, flags);
2048 if (tp && (flags
1746 tcp_respond(struct tcpcb *tp, void *ipgen, struct tcphdr *th, struct mbuf *m, tcp_seq ack, tcp_seq seq, uint16_t flags) argument
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c2221 if ((cur->flags & TCP_TRK_TRACK_FLG_LSND) == 0) {
2254 /* now set all the flags in */
2257 log.u_bbr.flex6 = cur->flags;
2360 if (ent->flags & TCP_TRK_TRACK_FLG_COMP) {
2606 * 5 = Socket option set changing the control flags rc_rack_tmr_std_based, rc_rack_use_dsack
4408 /* Clear all flags so we start fresh */
4410 rack->rc_tp->t_ccv.flags &= ~CCF_ABC_SENTAWND;
5597 tp->t_ccv.flags |= CCF_CWND_LIMITED;
5599 tp->t_ccv.flags &= ~CCF_CWND_LIMITED;
5606 tp->t_ccv.flags |
12720 rack_log_collapse(struct tcp_rack *rack, uint32_t cnt, uint32_t split, uint32_t out, int line, int dir, uint32_t flags, struct rack_sendmap *rsm) argument
14768 rack_init_fsb_block(struct tcpcb *tp, struct tcp_rack *rack, int32_t flags) argument
18991 rack_log_fsb(struct tcp_rack *rack, struct tcpcb *tp, struct socket *so, uint32_t flags, unsigned ipoptlen, int32_t orig_len, int32_t len, int error, int rsm_is_null, int optlen, int line, uint16_t mode) argument
19377 uint16_t flags; local
19970 uint16_t flags; local
20441 rack_setup_fast_output(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb, int len, int orig_len, int segsiz, uint32_t pace_max_seg, bool hw_tls, uint16_t flags) argument
20596 uint16_t flags; local
25196 rack_pru_options(struct tcpcb *tp, int flags) argument
[all...]
/freebsd-current/sys/geom/eli/
H A Dg_eli.c783 cp->flags |= G_CF_DIRECT_SEND | G_CF_DIRECT_RECEIVE;
825 g_eli_last_close(void *arg, int flags __unused)
1053 cp->flags |= G_CF_DIRECT_SEND | G_CF_DIRECT_RECEIVE;
1142 pp->flags |= G_PF_DIRECT_SEND | G_PF_DIRECT_RECEIVE;
1150 pp->flags |= G_PF_ACCEPT_UNMAPPED;
1321 g_eli_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clbio.c1295 ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg) argument
1319 flags |= V_ALLOWCLEAN;
1324 if ((flags & (V_SAVE | V_VMIO)) == V_SAVE) {
1336 error = vinvalbuf(vp, flags, slpflag, 0);
1340 error = vinvalbuf(vp, flags, 0, slptimeo);
1703 * the B_DELWRI and B_NEEDCOMMIT flags.
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom.c106 alloc_toepcb(struct vi_info *vi, int flags) argument
132 toep = malloc(len, M_CXGBE, M_ZERO | flags);
184 toep->flags |= TPF_INITIALIZED;
204 KASSERT(!(toep->flags & TPF_ATTACHED),
206 KASSERT(!(toep->flags & TPF_CPL_PENDING),
209 if (toep->flags & TPF_INITIALIZED) {
251 toep->flags |= TPF_ATTACHED;
296 toep->flags &= ~TPF_ATTACHED;
312 KASSERT(!(toep->flags & TPF_CPL_PENDING),
314 KASSERT(!(toep->flags
490 alloc_tcb_histent(struct adapter *sc, u_int tid, int flags) argument
1433 alloc_tid_tab(struct tid_info *t, int flags) argument
1460 alloc_stid_tab(struct tid_info *t, int flags) argument
[all...]
H A Dt4_tls.c218 if ((toep->flags & TPF_TLS_STARTING) != 0)
318 toep->flags |= TPF_TLS_STARTING | TPF_TLS_RX_QUIESCING;
502 KASSERT(toep->flags & TPF_FLOWC_WR_SENT,
512 CTR4(KTR_CXGBE, "%s: tid %d toep flags %#x tp flags %#x drop %d",
513 __func__, toep->tid, toep->flags, tp->t_flags);
515 if (__predict_false(toep->flags & TPF_ABORT_SHUTDOWN))
529 if (__predict_false(toep->flags & TPF_TX_SUSPENDED)) {
552 if (m == NULL && toep->flags & TPF_SEND_FIN) {
611 toep->flags |
[all...]
H A Dt4_ddp.c154 if (!(toep->ddp.flags & DDP_DEAD)) {
194 if (!(toep->ddp.flags & DDP_DEAD) &&
266 if ((toep->ddp.flags & DDP_RCVBUF) != 0) {
301 toep->ddp.flags = DDP_OK;
324 toep->ddp.flags |= DDP_DEAD;
329 if ((toep->ddp.flags & DDP_AIO) != 0) {
336 if ((toep->ddp.flags & DDP_RCVBUF) != 0) {
353 MPASS((toep->ddp.flags & (DDP_TASK_ACTIVE | DDP_DEAD)) != DDP_TASK_ACTIVE);
355 if ((toep->ddp.flags & DDP_AIO) != 0) {
361 if ((toep->ddp.flags
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sched.c190 tc->flags |= CF_USER;
210 MPASS(tc->flags & CF_USER);
227 MPASS(tc->flags & CF_USER);
235 tc->flags &= ~CF_USER;
324 if (!(txq->eq.flags & EQ_HW_ALLOCATED))
421 if (!(vi->flags & VI_INIT_DONE))
539 if (fa2 < 0 && tc->refcount == 0 && !(tc->flags & CF_USER)) {
553 MPASS(!(tc->flags & CF_USER));
605 if (sc->flags & IS_VF)
833 cst->flags |
[all...]
H A Dt4_filter.c111 alloc_hftid_hash(struct tid_info *t, int flags) argument
120 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags);
124 flags);
984 if (!(sc->flags & FULL_INIT_DONE) && ((rc = adapter_init(sc)) != 0))
1148 if (!(sc->flags & FULL_INIT_DONE))
/freebsd-current/sys/dev/cxgbe/common/
H A Dcommon.h671 unsigned int flags);
673 unsigned int flags, unsigned int defq, unsigned int skeyidx,
/freebsd-current/usr.sbin/ctladm/
H A Dctladm.c302 ooa.flags |= CTL_OOA_FLAG_ALL_LUNS;
639 entry.flags |= CTL_PORT_WWNN_VALID;
643 entry.flags |= CTL_PORT_WWPN_VALID;
1635 io->io_hdr.flags |= CTL_FLAG_NO_DATAMOVE;
2486 req.reqdata.create.flags |= CTL_LUN_FLAG_ID_REQ;
2490 req.reqdata.create.flags |= CTL_LUN_FLAG_DEV_TYPE;
2500 req.reqdata.create.flags |= CTL_LUN_FLAG_SERIAL_NUM;
2506 req.reqdata.create.flags |= CTL_LUN_FLAG_DEVID;
/freebsd-current/usr.bin/netstat/
H A Droute.c67 * Definitions for showing gateway flags.
212 wid.flags, wid.flags, "Flags",
222 wid.flags, wid.flags, "Flags",
233 wid.flags = 6;
327 snprintf(buffer, sizeof(buffer), "{[:-%d}{:flags/%%s}{]:} ",
328 wid.flags - protrusion);
370 int flags, int width)
376 cp = fmt_sockaddr(sa, mask, flags);
369 p_sockaddr(const char *name, struct sockaddr *sa, struct sockaddr *mask, int flags, int width) argument
401 fmt_sockaddr(struct sockaddr *sa, struct sockaddr *mask, int flags) argument
483 routename(struct sockaddr *sa, int flags) argument
[all...]
/freebsd-current/sys/sys/
H A Dlinker.h74 int flags; member in struct:linker_file
185 int linker_file_unload(linker_file_t _file, int flags);
203 long *offset, int flags);
216 int linker_kldload_busy(int flags);
217 void linker_kldload_unbusy(int flags);
390 int kldunloadf(int _fileid, int flags);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c297 * Internal flags for pmap_enter()'s helper functions.
313 u_int flags, vm_page_t m, struct rwlock **lockp);
1181 m->flags |= PG_ZERO;
1183 m->flags &= ~PG_ZERO;
2130 pmap_pv_insert_l2(pmap_t pmap, vm_offset_t va, pd_entry_t l2e, u_int flags, argument
2139 if ((pv = get_pv_entry(pmap, (flags & PMAP_ENTER_NORECLAIM) != 0 ?
2273 (m->flags & PG_FICTITIOUS) == 0) {
2423 pvh = (m->flags & PG_FICTITIOUS) != 0 ? &pv_dummy :
2878 u_int flags, int8_t psind)
2901 if (flags
2877 pmap_enter(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, u_int flags, int8_t psind) argument
3200 pmap_enter_l2(pmap_t pmap, vm_offset_t va, pd_entry_t new_l2, u_int flags, vm_page_t m, struct rwlock **lockp) argument
[all...]
/freebsd-current/sys/kern/
H A Dvfs_mount.c152 mount_init(void *mem, int size, int flags) argument
426 int flags; member in struct:nmount_args
435 uint64_t flags; local
438 * Mount flags are now 64-bits. On 32-bit archtectures only
440 * 64-bit flags correctly.
442 flags = uap->flags;
444 AUDIT_ARG_FFLAGS(flags);
445 CTR4(KTR_VFS, "%s: iovp %p with iovcnt %d and flags %d", __func__,
446 uap->iovp, uap->iovcnt, flags);
1045 int flags; member in struct:mount_args
1056 uint64_t flags; local
1711 int flags; member in struct:unmount_args
1723 kern_unmount(struct thread *td, const char *path, int flags) argument
2063 deferred_unmount_enqueue(struct mount *mp, uint64_t flags, bool requeue, int timeout_ticks) argument
2093 uint64_t flags; local
2140 dounmount(struct mount *mp, uint64_t flags, struct thread *td) argument
2938 kernel_mount(struct mntarg *ma, uint64_t flags) argument
[all...]
H A Dkern_linker.c501 lf->flags |= LINKER_FILE_LINKED;
623 if (lf->id == fileid && lf->flags & LINKER_FILE_LINKED)
665 lf->flags = 0;
683 linker_file_unload(linker_file_t file, int flags) argument
719 if (error != 0 && flags != LINKER_UNLOAD_FORCE) {
770 if (file->flags & LINKER_FILE_LINKED) {
771 file->flags &= ~LINKER_FILE_LINKED;
779 linker_file_unload(file->deps[i], flags);
1115 long *offset, int flags)
1119 KASSERT((flags
1114 linker_search_symbol_name_flags(caddr_t value, char *buf, u_int buflen, long *offset, int flags) argument
1144 linker_kldload_busy(int flags) argument
1175 linker_kldload_unbusy(int flags) argument
1268 kern_kldunload(struct thread *td, int fileid, int flags) argument
1943 int error, len, extlen, reclen, flags; local
2001 int error, ival, bestver, *intp, found, flags, clen, blen; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c1060 uint_t cpus, flags = TASKQ_DYNAMIC; local
1087 flags |= TASKQ_THREADS_CPU_PCT;
1091 flags |= TASKQ_THREADS_CPU_PCT;
1158 spa->spa_proc, zio_taskq_basedc, flags);
1185 INT_MAX, spa->spa_proc, flags);
1510 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent,
1514 taskq_dispatch_ent(tq, func, arg, flags, ent);
1522 task_func_t *func, void *arg, uint_t flags)
1525 taskqid_t id = taskq_dispatch(tq, func, arg, flags);
5366 spa_import_progress_set_notes(spa, "Checking feature flags");
1509 spa_taskq_dispatch_ent(spa_t *spa, zio_type_t t, zio_taskq_type_t q, task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent, zio_t *zio) argument
1521 spa_taskq_dispatch_sync(spa_t *spa, zio_type_t t, zio_taskq_type_t q, task_func_t *func, void *arg, uint_t flags) argument
6635 spa_import(char *pool, nvlist_t *config, nvlist_t *props, uint64_t flags) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c737 ida_pre_get(struct ida *ida, gfp_t flags) argument
739 if (idr_pre_get(&ida->idr, flags) == 0)
744 malloc(sizeof(struct ida_bitmap), M_IDR, flags);
751 gfp_t flags)
765 if (!ida_pre_get(ida, flags))
750 ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, gfp_t flags) argument
H A Dlinux_compat.c456 if (((*mres)->flags & PG_FICTITIOUS) != 0) {
507 vmf.flags = (fault_type & VM_PROT_WRITE) ? FAULT_FLAG_WRITE : 0;
648 if (obj == NULL || (obj->flags & OBJ_UNMANAGED) != 0)
995 linux_poll_wakeup_callback(wait_queue_t *wq, unsigned int wq_state, int flags, void *key) argument
1367 int flags, struct thread *td)
1409 int flags, struct thread *td)
1579 vm_prot_t maxprot, int flags, struct file *fp,
1589 if ((flags & (MAP_PRIVATE | MAP_COPY)) != 0)
1593 (int)prot, (flags & MAP_SHARED) ? true : false, td));
1598 vm_prot_t prot, vm_prot_t cap_maxprot, int flags, vm_ooffset_
1366 linux_file_read(struct file *file, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
1408 linux_file_write(struct file *file, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
1578 linux_file_mmap_sub(struct thread *td, vm_size_t objsize, vm_prot_t prot, vm_prot_t maxprot, int flags, struct file *fp, vm_ooffset_t *foff, const struct file_operations *fop, vm_object_t *objp) argument
1597 linux_file_mmap(struct file *fp, vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t cap_maxprot, int flags, vm_ooffset_t foff, struct thread *td) argument
1834 vmap(struct page **pages, unsigned int count, unsigned long flags, int prot) argument
2092 linux_wait_for_common(struct completion *c, int flags) argument
2139 linux_wait_for_timeout_common(struct completion *c, int timeout, int flags) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h69 unsigned int flags; /* always 0 */ member in struct:wait_queue
126 #define init_wait_entry(wq, flags) \
127 linux_init_wait_entry(wq, flags)
H A Dspinlock.h104 #define spin_trylock_irqsave(_l, flags) ({ \
105 (flags) = 0; \
116 #define spin_lock_irqsave(_l, flags) do { \
117 (flags) = 0; \
121 #define spin_lock_irqsave_nested(_l, flags, _n) do { \
122 (flags) = 0; \
126 #define spin_unlock_irqrestore(_l, flags) do { \
127 (void)(flags); \
157 #define atomic_dec_and_lock_irqsave(cnt, lock, flags) \
158 _atomic_dec_and_lock_irqsave(cnt, lock, &(flags))
160 _atomic_dec_and_lock_irqsave(atomic_t *cnt, spinlock_t *lock, unsigned long *flags) argument
[all...]
H A Drwlock.h47 #define read_lock_irqsave(lock, flags) \
48 do {(flags) = 0; read_lock(lock); } while (0)
49 #define write_lock_irqsave(lock, flags) \
50 do {(flags) = 0; write_lock(lock); } while (0)
51 #define read_unlock_irqrestore(lock, flags) \
53 #define write_unlock_irqrestore(lock, flags) \

Completed in 312 milliseconds

1234567891011>>