Searched refs:co_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netsmb/
H A Dsmb_dev.c250 if (on && (vcp->obj.co_flags & SMBV_PERMANENT) == 0) {
251 vcp->obj.co_flags |= SMBV_PERMANENT;
253 } else if (!on && (vcp->obj.co_flags & SMBV_PERMANENT)) {
254 vcp->obj.co_flags &= ~SMBV_PERMANENT;
270 if (on && (ssp->obj.co_flags & SMBS_PERMANENT) == 0) {
271 ssp->obj.co_flags |= SMBS_PERMANENT;
273 } else if (!on && (ssp->obj.co_flags & SMBS_PERMANENT)) {
274 ssp->obj.co_flags &= ~SMBS_PERMANENT;
H A Dsmb_conn.h201 int co_flags; member in struct:smb_connobj
275 #define vc_flags obj.co_flags
306 #define ss_flags obj.co_flags
H A Dsmb_conn.c141 if ((vcp->obj.co_flags & SMBV_PRIVATE) ||
256 cp->co_flags = 0;
305 cp->co_flags |= SMBO_GONE;
332 cp->co_flags |= SMBO_GONE;
338 if ((cp->co_flags & SMBO_GONE) == 0)
349 if (cp->co_flags & SMBO_GONE)
419 vcp->obj.co_flags = vcspec->flags & (SMBV_PRIVATE | SMBV_SINGLESHARE);
716 vip->flags = vcp->obj.co_flags;
915 sip->flags = ssp->obj.co_flags;
H A Dsmb_smb.c137 vcp->obj.co_flags &= ~(SMBV_ENCRYPT);
200 vcp->obj.co_flags |= SMBV_ENCRYPT;
209 vcp->obj.co_flags |= SMBV_UNICODE;
215 vcp->obj.co_flags |= SMBV_WIN95;
250 vcp->obj.co_flags |= SMBV_ENCRYPT;
307 if (vcp->obj.co_flags & SMBV_UNICODE)
585 if (vcp->obj.co_flags & SMBV_UNICODE) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp936 bool has_varargs = !!(code->co_flags & CO_VARARGS);

Completed in 168 milliseconds