Searched refs:flags (Results 276 - 300 of 5650) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/lib/libc/sys/
H A Drecvfrom.c45 recvfrom(int s, void *buf, size_t len, int flags, argument
51 __libc_interposing[INTERPOS_recvfrom])(s, buf, len, flags,
/freebsd-13-stable/lib/libpam/modules/pam_rootok/
H A Dpam_rootok.c54 pam_sm_authenticate(pam_handle_t *pamh, int flags __unused,
68 pam_sm_setcred(pam_handle_t *pamh __unused, int flags __unused,
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_detach.c59 if ((pthread->flags & THR_FLAGS_DETACHED) != 0 ||
66 pthread->flags |= THR_FLAGS_DETACHED;
/freebsd-13-stable/libexec/bootpd/
H A Ddovend.c77 if (hp->flags.time_offset) {
87 if (hp->flags.swap_server) {
95 if (hp->flags.root_path) {
108 if (hp->flags.dump_file) {
124 if (hp->flags.domain_server) {
130 if (hp->flags.domain_name) {
146 if (hp->flags.nis_server) {
152 if (hp->flags.nis_domain) {
166 if (hp->flags.name_server) {
172 if (hp->flags
[all...]
/freebsd-13-stable/contrib/bc/src/
H A Dargs.c140 vm.flags |= BC_FLAG_I;
146 vm.flags |= BC_FLAG_P;
152 vm.flags |= BC_FLAG_R;
160 vm.flags |= BC_FLAG_G;
167 vm.flags |= BC_FLAG_L;
181 vm.flags |= BC_FLAG_S;
188 vm.flags |= BC_FLAG_W;
204 vm.flags |= DC_FLAG_X;
/freebsd-13-stable/contrib/bearssl/src/codec/
H A Dpemenc.c66 const char *banner, unsigned flags)
77 if ((flags & BR_PEM_LINE64) != 0) {
84 if ((flags & BR_PEM_CRLF) != 0) {
109 if ((flags & BR_PEM_CRLF) != 0) {
115 lim = (flags & BR_PEM_LINE64) != 0 ? 16 : 19;
128 if ((flags & BR_PEM_CRLF) != 0) {
152 if ((flags & BR_PEM_CRLF) != 0) {
164 if ((flags & BR_PEM_CRLF) != 0) {
65 br_pem_encode(void *dest, const void *data, size_t len, const char *banner, unsigned flags) argument
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.h46 int __archive_pathmatch(const char *p, const char *s, int flags);
47 int __archive_pathmatch_w(const wchar_t *p, const wchar_t *s, int flags);
H A Darchive_read_extract.c39 archive_read_extract(struct archive *_a, struct archive_entry *entry, int flags) argument
58 archive_write_disk_set_options(extract->ad, flags);
/freebsd-13-stable/sys/dev/proto/
H A Dproto_dev.h65 unsigned int flags; member in struct:proto_ioc_busdma::__anon14065::__anon14066
69 unsigned int flags; member in struct:proto_ioc_busdma::__anon14065::__anon14067
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.h56 ssize_t rrecv(int socket, void *buf, size_t len, int flags);
57 ssize_t rrecvfrom(int socket, void *buf, size_t len, int flags,
59 ssize_t rrecvmsg(int socket, struct msghdr *msg, int flags);
60 ssize_t rsend(int socket, const void *buf, size_t len, int flags);
61 ssize_t rsendto(int socket, const void *buf, size_t len, int flags,
63 ssize_t rsendmsg(int socket, const struct msghdr *msg, int flags);
91 off_t riomap(int socket, void *buf, size_t len, int prot, int flags, off_t offset);
93 size_t riowrite(int socket, const void *buf, size_t count, off_t offset, int flags);
/freebsd-13-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c114 pt_authenticate(int flags) argument
118 flags |= silent;
120 if ((pame = pam_authenticate(pamh, flags)) != PAM_SUCCESS)
129 pt_acct_mgmt(int flags) argument
133 flags |= silent;
135 if ((pame = pam_acct_mgmt(pamh, flags)) != PAM_SUCCESS)
144 pt_chauthtok(int flags) argument
148 flags |= silent;
150 if ((pame = pam_chauthtok(pamh, flags)) != PAM_SUCCESS)
159 pt_setcred(int flags) argument
174 pt_open_session(int flags) argument
189 pt_close_session(int flags) argument
[all...]
/freebsd-13-stable/contrib/pjdfstest/tests/chflags/
H A D07.t26 expect none stat ${n1} flags
29 expect none stat ${n1} flags
39 expect none lstat ${n1} flags
42 expect none lstat ${n1} flags
H A D10.t28 expect none stat ${n1} flags
30 expect none stat ${n1} flags
43 expect none lstat ${n1} flags
45 expect none lstat ${n1} flags
/freebsd-13-stable/contrib/ntp/libparse/
H A Dclk_dcf7000.c120 long flags; local
122 clock_time->flags = 0;
125 if (Stoi(f, &flags, format->field_offsets[O_FLAGS].length))
131 if (flags & 0x1)
136 if (flags & 0x2)
137 clock_time->flags |= PARSEB_ANNOUNCE;
139 if (flags & 0x4)
140 clock_time->flags |= PARSEB_NOSYNC;
/freebsd-13-stable/contrib/nvi/common/
H A Dutil.h10 /* Macros to init/set/clear/test flags. */
11 #define FL_INIT(l, f) (l) = (f) /* Specific flags location. */
16 #define LF_INIT(f) FL_INIT(flags, f) /* Local variable flags. */
17 #define LF_SET(f) FL_SET(flags, f)
18 #define LF_CLR(f) FL_CLR(flags, f)
19 #define LF_ISSET(f) FL_ISSET(flags, f)
21 #define F_INIT(p, f) FL_INIT((p)->flags, f) /* Structure element flags. */
22 #define F_SET(p, f) FL_SET((p)->flags,
[all...]
/freebsd-13-stable/sys/libkern/
H A Dstrdup.c43 strdup_flags(const char *string, struct malloc_type *type, int flags) argument
49 copy = malloc(len, type, flags);
/freebsd-13-stable/sys/riscv/include/
H A Dbus_dma_impl.h47 int flags; member in struct:bus_dma_tag_common
58 bus_size_t maxsegsz, int flags, bus_dma_lock_t *lockfunc,
61 int (*map_create)(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp);
63 int (*mem_alloc)(bus_dma_tag_t dmat, void** vaddr, int flags,
67 struct vm_page **ma, bus_size_t tlen, int ma_offs, int flags,
70 vm_paddr_t buf, bus_size_t buflen, int flags,
73 void *buf, bus_size_t buflen, struct pmap *pmap, int flags,
91 int nsegments, bus_size_t maxsegsz, int flags, bus_dma_lock_t *lockfunc,
/freebsd-13-stable/sys/sys/
H A Dmalloc.h180 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
185 struct domainset *ds, int flags, vm_paddr_t low, vm_paddr_t high,
190 void *malloc(size_t size, struct malloc_type *type, int flags) __malloc_like
201 * Note that the operation is only applicable if both flags and size are
206 * _malloc_item = malloc(_size, type, (flags) &~ M_ZERO);
207 * if (((flags) & M_WAITOK) != 0 || _malloc_item != NULL)
213 * _malloc_item = malloc(_size, type, (flags) &~ M_ZERO);
219 * _malloc_item = malloc(_size, type, (flags) &~ M_ZERO);
227 #define malloc(size, type, flags) ({ \
230 if (__builtin_constant_p(size) && __builtin_constant_p(flags)
[all...]
/freebsd-13-stable/sys/arm64/include/
H A Dbus_dma_impl.h47 int flags; member in struct:bus_dma_tag_common
59 bus_size_t maxsegsz, int flags, bus_dma_lock_t *lockfunc,
64 int (*map_create)(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp);
66 int (*mem_alloc)(bus_dma_tag_t dmat, void** vaddr, int flags,
70 struct vm_page **ma, bus_size_t tlen, int ma_offs, int flags,
73 vm_paddr_t buf, bus_size_t buflen, int flags,
76 void *buf, bus_size_t buflen, struct pmap *pmap, int flags,
94 int nsegments, bus_size_t maxsegsz, int flags, bus_dma_lock_t *lockfunc,
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_iu.h11 u_int8_t flags; member in struct:scsi_status_iu_header
29 (12 + (((siu)->flags & SIU_RSPVALID) \
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Drefcount.h73 unsigned long *flags)
76 spin_lock_irqsave(lock, flags);
72 refcount_dec_and_lock_irqsave(refcount_t *ref, spinlock_t *lock, unsigned long *flags) argument
H A Dspinlock.h112 #define spin_lock_irqsave(_l, flags) do { \
113 (flags) = 0; \
117 #define spin_lock_irqsave_nested(_l, flags, _n) do { \
118 (flags) = 0; \
122 #define spin_unlock_irqrestore(_l, flags) do { \
166 unsigned long flags)
168 spin_lock_irqsave(lock, flags);
171 spin_unlock_irqrestore(lock, flags);
165 atomic_dec_and_lock_irqsave(atomic_t *cnt, spinlock_t *lock, unsigned long flags) argument
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c66 static int do_esc_char(unsigned long c, unsigned short flags, char *do_quotes, argument
89 chflgs = flags & ASN1_STRFLGS_ESC_MSB;
91 chflgs = char_type[chtmp] & flags;
119 if (chtmp == '\\' && (flags & ESC_FLAGS)) {
139 int type, unsigned short flags, char *quotes, char_io *io_ch,
170 if (p == buf && flags & ASN1_STRFLGS_ESC_2253)
202 if (p == q && flags & ASN1_STRFLGS_ESC_2253)
215 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
222 len = do_esc_char(c, flags | orflags, quotes,
255 * "dump" a string. This is done when the type is unknown, or the flags
138 do_buf(unsigned char *buf, int buflen, int type, unsigned short flags, char *quotes, char_io *io_ch, void *arg) argument
335 unsigned short flags; local
422 do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, int indent, unsigned long flags) argument
560 X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, unsigned long flags) argument
569 X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, unsigned long flags) argument
586 ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) argument
592 ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) argument
[all...]
/freebsd-13-stable/tools/tools/drm/
H A Dgen-drm_pciids31 my $flags = $3;
35 'flags' => $flags
63 my $flags = $3;
68 'flags' => $flags,
147 my $flags = $linux_pciids{$vendor_define}{$device_id}{'flags'};
152 'flags' => $flags,
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_altq.h47 int flags; member in struct:cbq_opts
57 int flags; member in struct:priq_opts
73 int flags; member in struct:hfsc_opts_v0
89 int flags; member in struct:hfsc_opts_v1
107 int flags; member in struct:fairq_opts
147 uint16_t flags; /* misc flags */ member in struct:pf_altq_v0
178 uint16_t flags; /* misc flags */ member in struct:pf_altq_v1
214 uint16_t flags; /* mis member in struct:pf_kaltq
[all...]

Completed in 202 milliseconds

<<11121314151617181920>>