Searched refs:excl (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/lib/libsysdecode/
H A Dmklinuxtables54 local name grep file excl filter
58 excl=$4
60 if [ -z "$excl" ]; then
71 $include_dir/$file | ${filter} ${excl} | \
H A Dmktables57 local name grep file excl filter
61 excl=$4
63 if [ -z "$excl" ]; then
74 $include_dir/$file | ${filter} ${excl} | \
/freebsd-current/usr.bin/diff/
H A Ddiffdir.c290 struct excludes *excl; local
301 for (excl = excludes_list; excl != NULL; excl = excl->next)
302 if (fnmatch(excl->pattern, dp->d_name, FNM_PATHNAME) == 0)
/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vnops_os.h47 extern int zfs_create(znode_t *dzp, char *name, vattr_t *vap, int excl,
50 extern int zfs_tmpfile(struct inode *dip, vattr_t *vapzfs, int excl,
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vnops_os.h52 extern int zfs_create(znode_t *dzp, const char *name, vattr_t *vap, int excl,
/freebsd-current/contrib/libfido2/src/
H A Dcred.c82 if (cred->excl.len)
83 if ((argv[4] = cbor_encode_pubkey_list(&cred->excl)) == NULL) {
750 if (cred->excl.len == SIZE_MAX) {
755 if ((list_ptr = recallocarray(cred->excl.ptr, cred->excl.len,
756 cred->excl.len + 1, sizeof(fido_blob_t))) == NULL) {
761 list_ptr[cred->excl.len++] = id_blob;
762 cred->excl.ptr = list_ptr;
770 fido_free_blob_array(&cred->excl);
771 memset(&cred->excl,
[all...]
H A Du2f.c687 for (size_t i = 0; i < cred->excl.len; i++) {
688 if ((r = key_lookup(dev, cred->rp.id, &cred->excl.ptr[i],
H A Dwinhello.c722 if (pack_credlist(&opt->CredentialList, &cred->excl) < 0) {
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1679 int excluded = 0, *excl = &excluded; local
1707 wpa_s, bss, 0, excl);
1712 if (excl && !(*excl))
1713 excl = NULL;
1716 cred = interworking_credentials_available_realm(wpa_s, bss, 0, excl);
1721 if (excl && !(*excl))
1722 excl = NULL;
1726 excl);
[all...]
/freebsd-current/usr.sbin/powerd/
H A Dpowerd.c145 int error, cpu, i, total, excl; local
177 excl = cp_times[cpu * CPUSTATES + CP_IDLE] -
180 excl += cp_times[cpu * CPUSTATES + CP_NICE] -
182 *load += 100 - excl * 100 / total;
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c612 struct iwl_dump_exclude *excl; local
618 excl = &drv->fw.dump_excl[0];
621 if (excl->addr)
622 excl = &drv->fw.dump_excl_wowlan[0];
626 excl = &drv->fw.dump_excl[0];
629 excl = &drv->fw.dump_excl_wowlan[0];
632 if (excl->addr)
633 excl++;
635 if (excl->addr) {
640 excl
[all...]
/freebsd-current/contrib/openresolv/
H A Dresolvconf.in420 excl=false
427 excl=true
441 excl=false
453 elif ! $excl; then
/freebsd-current/sys/ufs/ufs/
H A Dufs_dirhash.c192 bool excl; local
196 excl = false;
234 if (excl)
258 if (excl || sx_try_upgrade(&dh->dh_lock))
261 excl = true;
/freebsd-current/sys/amd64/vmm/amd/
H A Damdvi_priv.h213 } excl; member in struct:amdvi_ctrl
/freebsd-current/contrib/libfido2/src/fido/
H A Dtypes.h174 fido_blob_array_t excl; /* list of credential ids to exclude */ member in struct:fido_cred
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c964 const struct iwl_dump_exclude *excl; local
975 excl = mvm->fw->dump_excl;
978 excl = mvm->fw->dump_excl_wowlan;
988 if (!excl[i].addr || !excl[i].size)
991 start = excl[i].addr;
992 end = start + excl[i].size;
/freebsd-current/sys/dev/netmap/
H A Dnetmap.c2056 int excl = (priv->np_flags & NR_EXCLUSIVE); local
2073 (kring->users && excl))
2085 if (excl)
2102 int excl = (priv->np_flags & NR_EXCLUSIVE); local
2113 if (excl)
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c542 * excl - flag indicating exclusive or non-exclusive mode.
558 zfs_create(znode_t *dzp, char *name, vattr_t *vap, int excl, argument
748 if (excl) {
806 zfs_tmpfile(struct inode *dip, vattr_t *vap, int excl, argument
810 (void) excl, (void) mode, (void) flag;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1044 * excl - flag indicating exclusive or non-exclusive mode.
1061 zfs_create(znode_t *dzp, const char *name, vattr_t *vap, int excl, int mode, argument
1064 (void) excl, (void) mode, (void) flag;

Completed in 1281 milliseconds