Searched refs:new (Results 26 - 50 of 257) sorted by relevance

1234567891011

/barrelfish-master/usr/acpi/
H A Dacpica_osglue.c241 * NewVal - The new value for the object
271 * NewTable - Where an entire new table is returned.
273 * RETURN: Status, pointer to new table. Null pointer returned if no
601 ACPI_DEBUG("%s: found region for request (new refcount=%d), "
700 struct AcpiMapping *new = malloc(sizeof(struct AcpiMapping)); local
701 new->num_caps = npages;
702 new->caps = calloc(npages, sizeof(struct capref));
714 free(new->caps);
715 free(new);
728 err = slot_alloc(&new
1531 uint32_t new, old; local
1549 uint32_t new, old; local
[all...]
/barrelfish-master/lib/libc/locale/
H A Dlmonetary.c158 struct xlocale_monetary *new = calloc(sizeof(struct xlocale_monetary), 1); local
159 new->header.header.destructor = destruct_monetary;
160 if (monetary_load_locale_l(new, &l->using_monetary_locale,
163 xlocale_release(new);
166 return new;
/barrelfish-master/lib/libc/yp/
H A Dyplib.c172 struct ypmatch_ent *new; local
202 new = malloc(sizeof(struct ypmatch_ent));
203 if (new == NULL)
206 new->ypc_map = strdup(map);
207 if (new->ypc_map == NULL) {
208 free(new);
211 new->ypc_key.keydat_val = malloc(key->keydat_len);
212 if (new->ypc_key.keydat_val == NULL) {
213 free(new->ypc_map);
214 free(new);
297 int new = 0, r; local
[all...]
/barrelfish-master/lib/barrelfish/slot_alloc/
H A Dsingle_slot_alloc.c86 struct cnode_meta *new = slab_alloc(&sca->slab); local
87 new->slot = slot;
88 new->space = count;
89 new->next = sca->head;
90 sca->head = new;
123 struct cnode_meta *new = walk->next; local
127 walk->next->next = new;
H A Drange_slot_alloc.c101 /* Create new meta data */
148 /* Create new meta data */
149 struct cnode_meta *new = slab_alloc(&alloc->slab); local
150 if (new == NULL) {
153 new->slot = slot;
154 new->space = nslots;
157 alloc->meta = new;
159 prev->next = new;
161 new->next = walk;
226 * \brief Constructor for a new instanc
[all...]
/barrelfish-master/lib/posixcompat/
H A Dinet_pton.c91 u_int new = *tp * 10 + (pch - digits); local
95 if (new > 255)
97 *tp = new;
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.sh86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dmkcerts.sh21 -new -md5 -newkey $CAbits \
57 -new -md5 -newkey $CAbits \
94 -new -md5 -newkey 512 \
131 -new -md5 -newkey 1024 \
168 -new -md5 -newkey 512 \
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbio_lib.c524 BIO *ret=NULL,*eoc=NULL,*bio,*new; local
528 if ((new=BIO_new(bio->method)) == NULL) goto err;
529 new->callback=bio->callback;
530 new->cb_arg=bio->cb_arg;
531 new->init=bio->init;
532 new->shutdown=bio->shutdown;
533 new->flags=bio->flags;
536 new->num=bio->num;
538 if (!BIO_dup_state(bio,(char *)new))
540 BIO_free(new);
[all...]
/barrelfish-master/lib/libc/inet/
H A Dinet_pton.c92 u_int new = *tp * 10 + (pch - digits); local
96 if (new > 255)
98 *tp = new;
/barrelfish-master/lib/openssl-1.0.0d/demos/ssltest-ecc/
H A DECCcertgen.sh53 # Generate a new certificate request in $TEST_CA_FILE.req.pem. A
54 # new ecdsa (actually ECC) key pair is generated on the parameters in
60 -newkey ec:$TEST_CA_CURVE.pem -new \
90 # Generate a new certificate request in $TEST_SERVER_FILE.req.pem. A
91 # new ecdsa (actually ECC) key pair is generated on the parameters in
98 -newkey ec:$TEST_SERVER_CURVE.pem -new \
129 # Generate a new certificate request in $TEST_CLIENT_FILE.req.pem. A
130 # new ecdsa (actually ECC) key pair is generated on the parameters in
137 -newkey ec:$TEST_CLIENT_CURVE.pem -new \
H A DRSAcertgen.sh51 -newkey rsa:1024 -new \
77 -newkey rsa:1024 -new \
102 -newkey rsa:1024 -new \
H A DECC-RSAcertgen.sh53 -newkey ec:$TEST_SERVER_CURVE.pem -new \
79 -newkey ec:$TEST_CLIENT_CURVE.pem -new \
/barrelfish-master/lib/openssl-1.0.0d/
H A DMakefile.bak518 cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
519 $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
520 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
521 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i ); \
531 cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
532 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
533 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \
536 cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
537 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
538 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new
[all...]
H A DMakefile.org516 cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
517 $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
518 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
519 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i ); \
529 cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
530 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
531 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \
534 cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
535 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
536 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new
[all...]
H A DMakefile518 cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
519 $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
520 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
521 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i ); \
531 cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
532 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
533 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i; \
536 cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
537 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
538 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/krb5/
H A DMakefile70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/modes/
H A DMakefile70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/pqueue/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/txt_db/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dembed.c213 pw = TG; /* new list element */
598 ec_ref new; local
600 new = hp_alloc_size(sizeof(struct eclipse_ref_));
601 new->var = g_emu_.allrefs.var;
602 new->refstate = EC_REF_C;
603 new->size = n;
604 new->next = new->prev = 0;
605 return new;
611 ec_ref new; local
[all...]
H A Drounding_control.h173 unsigned int old, new;
175 new = old & ~(3 << 22);
176 new |= rnd_dir << 22;
177 __asm __volatile("vmsr fpscr, %0" : : "r"(new));
H A Dbip_delay.c1059 * we just supply the new data, otherwise the handler is invoked
1490 pword *new = TG; local
1492 Make_Susp(&new[0], p);
1493 new[1] = *q;
1497 Make_List(q, new);
1688 pword *new = TG; local
1690 Make_Susp(&new[0], p);
1691 new[1] = newpp;
1692 Make_List(&newpp, new);
1839 pword *new local
1895 pword *new = TG; local
1919 pword *new = TG; local
1947 pword *new = TG; /* use fresh copy of the list cell */ local
2025 pword *new = TG; /* use fresh copy of the list cell */ local
2178 pword *new; local
[all...]
/barrelfish-master/lib/mm/
H A Dmm.c68 /// Allocate a new node of given type/size. Does NOT initialise children pointers.
97 * for every new child node, we need to construct one intermediate node */
124 /// Add a new cap and node to the tree in the appropriate place.
170 struct mmnode *new = new_node(mm, NodeType_Dummy, FLAGBITS); local
171 if (new == NULL) {
175 /* recalculate for new node*/
176 node->children[nchild] = new;
180 node = new;
193 struct mmnode *new = new_node(mm, NodeType_Dummy, FLAGBITS); local
194 if (new
222 struct mmnode *new = new_node(mm, NodeType_Free, FLAGBITS); local
409 struct mmnode *new = new_node(mm, node->type, FLAGBITS); local
[all...]
/barrelfish-master/doc/023-coreboot/
H A Dcoreboot.tex76 device and hot-plug management infrastructure to handle new cores and select
104 Usually, a KCB is created for each core we start and passed to the new core on
128 \item boot \textless target coreid\textgreater: Boots a new core with a KCB.
150 \item -n, --newkcb: Create a new KCB even if there is already one for that core.
157 Starts a CPU driver on a core. If the new core that has never been started
162 \item The new core is detected by some platform-specific mechanism (e.g., ACPI)
186 \item Barrelfish selects and starts an appropriate boot driver for the new core.
190 \item The boot driver selects a kernel binary and arguments for the new core,
198 protocol to start the new core. This is done by using the file system to load
200 operations (starting a core, sending an IPI etc.). In this process, also a new
[all...]

Completed in 121 milliseconds

1234567891011