Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dworkqueue-threads.cc152 int create; in set_thread_count() local
157 create = this->desired_thread_count_ - this->threads_; in set_thread_count()
158 if (create < 0) in set_thread_count()
162 if (create > 0) in set_thread_count()
164 for (int i = 0; i < create; ++i) in set_thread_count()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dworkqueue-threads.cc152 int create; in set_thread_count() local
157 create = this->desired_thread_count_ - this->threads_; in set_thread_count()
158 if (create < 0) in set_thread_count()
162 if (create > 0) in set_thread_count()
164 for (int i = 0; i < create; ++i) in set_thread_count()
/dflybsd-src/usr.sbin/mtree/
H A Dverify.c163 int create; in miss() local
203 create = 0; in miss()
233 create = 1; in miss()
245 create = 1; in miss()
252 create = 1; in miss()
259 if (create) in miss()
272 if (!create || mtree_Wflag) in miss()
/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbio_meth.c112 return biom->create; in BIO_meth_get_create()
116 BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *)) in BIO_meth_set_create()
118 biom->create = create; in BIO_meth_set_create()
/dflybsd-src/usr.bin/find/
H A Dfind.c116 new = (p->create)(p, &argv1); in find_formplan()
120 new = (p->create)(p, &argv1); in find_formplan()
124 new = (p->create)(p, &argv1); in find_formplan()
128 new = (p->create)(p, &argv1); in find_formplan()
/dflybsd-src/etc/
H A DMakefile.usr83 src-create: src-check
88 src-create-shallow: src-check
93 projects-create: projects-check
98 projects-create-shallow: projects-check
126 dports-create: dports-check
136 dports-create-shallow: dports-check
/dflybsd-src/tools/tools/net80211/scripts/
H A Dsetup.simple211 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
13 BRIDGE=`ifconfig bridge create`
19 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS bssid`
H A Dsetup.wdsrelay19 WLAN_AP=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
23 WLAN_STA=`ifconfig wlan create wlanmode sta wlandev $WIRELESS -beacons`
29 BRIDGE=`ifconfig bridge create`
H A Dsetup.mixed38 ifconfig $WPA_WLAN create wlandev $WIRELESS wlanmode hostap bssid
45 ifconfig $OPEN_WLAN create wlandev $WIRELESS wlanmode hostap bssid
52 ifconfig $BRIDGE create
H A Dsetup.tdma-slave12 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
16 BRIDGE=`ifconfig bridge create`
H A Dsetup.simple10 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
12 BRIDGE=`ifconfig bridge create`
H A Dsetup.tdma-master12 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
16 BRIDGE=`ifconfig bridge create`
H A Dsetup.fixed10 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
13 BRIDGE=`ifconfig bridge create`
H A Dsetup.wep11 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
18 BRIDGE=`ifconfig bridge create`
H A Dsetup.updown16 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
18 BRIDGE=`ifconfig bridge create`
H A Dsetup.dfs16 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
19 BRIDGE=`ifconfig bridge create`
H A Dsetup.wdsmain20 WLAN_AP=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
25 BRIDGE=`ifconfig bridge create`
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-chkp-opt.c295 addr.pol.create (0); in chkp_collect_addr_value()
303 addr.pol.create (0); in chkp_collect_addr_value()
315 addr.pol.create (0); in chkp_collect_addr_value()
321 addr.pol.create (0); in chkp_collect_addr_value()
391 addr.pol.create (0); in chkp_collect_value()
399 addr.pol.create (0); in chkp_collect_value()
433 ci->addr.pol.create (0); in chkp_fill_check_info()
474 check_infos.create (last_basic_block_for_fn (cfun)); in chkp_init_check_info()
478 check_infos.last ().checks.create (0); in chkp_init_check_info()
567 bound_val.pol.create (0); in chkp_get_check_result()
[all …]
/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumext.h82 int find_drive(const char *name, int create);
83 int find_drive_by_dev(const char *devname, int create);
85 int find_subdisk(const char *name, int create);
90 int find_plex(const char *name, int create);
93 int find_volume(const char *name, int create);
/dflybsd-src/sys/net/
H A Dif_clone.h71 #define IF_CLONE_INITIALIZER(name, create, destroy, minifs, maxunit) \ argument
72 { { 0 }, name, minifs, maxunit, NULL, 0, create, destroy }
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcselib.c1041 cselib_hash_rtx (rtx x, int create, enum machine_mode memmode) in cselib_hash_rtx() argument
1060 e = cselib_lookup (x, GET_MODE (x), create, memmode); in cselib_hash_rtx()
1097 hash += cselib_hash_rtx (ENTRY_VALUE_EXP (x), create, memmode); in cselib_hash_rtx()
1171 + cselib_hash_rtx (XEXP (x, 0), create, memmode) in cselib_hash_rtx()
1172 + cselib_hash_rtx (GEN_INT (i), create, memmode); in cselib_hash_rtx()
1177 return cselib_hash_rtx (XEXP (x, 1), create, memmode); in cselib_hash_rtx()
1183 return cselib_hash_rtx (XEXP (x, 0), create, memmode); in cselib_hash_rtx()
1210 unsigned int tem_hash = cselib_hash_rtx (tem, create, memmode); in cselib_hash_rtx()
1222 = cselib_hash_rtx (XVECEXP (x, i, j), create, memmode); in cselib_hash_rtx()
1334 cselib_lookup_mem (rtx x, int create) in cselib_lookup_mem() argument
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dconfigure.com15 $ create build.com
37 $ lib/create libiberty 'FILES

12345678910>>...19