Searched refs:extra (Results 176 - 200 of 324) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldebug.c48 StkId temp = ci->func; /* exchange its 'func' and 'extra' values */
49 ci->func = restorestack(L, ci->extra);
50 ci->extra = savestack(L, temp);
H A Dldo.c260 if (size > LUAI_MAXSTACK) /* error after extra size? */
554 oldtop = restorestack(L, ci->extra);
601 ci->func = restorestack(L, ci->extra);
667 ci->extra = savestack(L, ci->func); /* save current 'func' */
/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk147 # to add extra content - like CFLAGS
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-loop-varname.mk28 # the extra indirection via the modifier ':U'.
/freebsd-current/sys/netinet6/
H A Dicmp6.c2042 * If there are extra headers between IPv6 and ICMPv6, strip
2584 size_t extra; local
2586 extra = m0->m_pkthdr.len % 8;
2587 if (extra) {
2589 if (8 - extra <= M_TRAILINGSPACE(m0)) {
2591 m0->m_len += (8 - extra);
2592 m0->m_pkthdr.len += (8 - extra);
2595 m0->m_pkthdr.len -= extra;
2596 m0->m_len -= extra;
/freebsd-current/sys/geom/
H A Dgeom_slice.c127 /* On first open, grab an extra "exclusive" bit */
522 g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slice_start_t *start) argument
533 gsp = g_slice_alloc(slices, extra);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_util.c738 u_char *extra
772 fprintf(rawstats.fp, "%02x", extra[i]);
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h252 size_t extra, int flags);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc243 // as above, but with U := 2^-W and taking extra decrementing into account.
283 // of overflowing by one extra Ulp of x_UQ0.
/freebsd-current/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh298 # This yields "extra: otherdir" even with -d.
391 if [ ! -n "$(egrep "extra: bar" output)" ]; then
/freebsd-current/stand/libsa/
H A Drpc.c215 recvrpc(struct iodesc *d, void **pkt, void **payload, time_t tleft, void *extra) argument
/freebsd-current/sys/sys/
H A Dconf.h250 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
/freebsd-current/usr.bin/calendar/
H A Dparsedata.c317 int dd, char *extra)
330 if (extra != NULL)
331 strlcpy(ed[*rememberindex], extra, SLEN);
316 remember(int *rememberindex, int *y, int *m, int *d, char **ed, int yy, int mm, int dd, char *extra) argument
/freebsd-current/sbin/hastd/
H A Dnv.c195 * If extrap is not NULL, store number of extra bytes at the end of the buffer.
375 size_t extra; local
387 if (nv_validate(nv, &extra) == -1) {
395 * Remove extra zeros at the end of the buffer.
397 ebuf_del_tail(eb, extra);
/freebsd-current/contrib/lua/src/
H A Dlcode.c438 ** Emit an "extra argument" instruction (format 'iAx')
449 ** instruction with "extra argument".
1799 int extra = asize / (MAXARG_C + 1); /* higher bits of array size */ local
1801 int k = (extra > 0); /* true iff needs extra argument */
1803 *(inst + 1) = CREATE_Ax(OP_EXTRAARG, extra);
1821 int extra = nelems / (MAXARG_C + 1); local
1824 codeextraarg(fs, extra);
1859 break; /* no extra work */
1860 /* else use OP_RETURN to do the extra wor
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbuffer.c221 info->extra);
912 struct evbuffer_multicast_parent *extra; local
928 extra = EVBUFFER_CHAIN_EXTRA(struct evbuffer_multicast_parent, tmp);
933 extra->source = src;
936 extra->parent = chain;
1648 /* This potentially does an extra linear walk over the first
2923 evbuffer_ref_cleanup_cb cleanupfn, void *extra)
2939 info->extra = extra;
3198 struct evbuffer_chain_file_segment *extra; local
2921 evbuffer_add_reference(struct evbuffer *outbuf, const void *data, size_t datlen, evbuffer_ref_cleanup_cb cleanupfn, void *extra) argument
[all...]
/freebsd-current/contrib/libevent/
H A Dbuffer.c221 info->extra);
912 struct evbuffer_multicast_parent *extra; local
928 extra = EVBUFFER_CHAIN_EXTRA(struct evbuffer_multicast_parent, tmp);
933 extra->source = src;
936 extra->parent = chain;
1648 /* This potentially does an extra linear walk over the first
2923 evbuffer_ref_cleanup_cb cleanupfn, void *extra)
2939 info->extra = extra;
3198 struct evbuffer_chain_file_segment *extra; local
2921 evbuffer_add_reference(struct evbuffer *outbuf, const void *data, size_t datlen, evbuffer_ref_cleanup_cb cleanupfn, void *extra) argument
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dpci_ahci.c613 uint32_t dbcsz, extra, left, skip, todo; local
644 extra = todo % blockif_sectsz(p->bctx);
645 todo -= extra;
647 while (extra > 0) {
648 if (breq->br_iov[j - 1].iov_len > extra) {
649 breq->br_iov[j - 1].iov_len -= extra;
652 extra -= breq->br_iov[j - 1].iov_len;
/freebsd-current/sys/dev/xen/netback/
H A Dnetback_unit_tests.c514 * Verify that xnb_ring2pkt can read extra inf
551 XNB_ASSERT(pkt.extra.flags == 0);
552 XNB_ASSERT(pkt.extra.type == XEN_NETIF_EXTRA_TYPE_GSO);
553 XNB_ASSERT(pkt.extra.u.gso.size == 250);
554 XNB_ASSERT(pkt.extra.u.gso.type = XEN_NETIF_GSO_TYPE_TCPV4);
697 * xnb_txpkt2rsp responding to 1 data request and 1 extra info
742 * xnb_pkg2rsp responding to 3 data requests and 1 extra info
817 * xnb(xnb_ring2pkt:1306): Unknown extra info type 255. Discarding packet
837 ext->type = 0xFF; /* Invalid extra type */
1551 * extra inf
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c223 /* extra FIFO size (allowed only to Rx ports) */
225 && (p_FmPort->fifoBufs.extra % BMI_FIFO_UNITS))
229 ("fifoBufs.extra has to be divisible by %d", BMI_FIFO_UNITS));
250 /* extra FIFO size (allowed only to Rx ports) */
252 if (p_FmPort->fifoBufs.extra)
254 (" No fifoBufs.extra for non Rx ports"));
378 && (p_FmPort->tasks.extra > MAX_NUM_OF_EXTRA_TASKS))
382 ("tasks.extra can't be larger than %d", MAX_NUM_OF_EXTRA_TASKS));
389 && (p_FmPort->openDmas.extra > MAX_NUM_OF_EXTRA_DMAS))
393 ("openDmas.extra ca
[all...]
/freebsd-current/sys/contrib/zlib/
H A Ddeflate.c462 * extra bits, for lengths 131 to 257. The longest fixed distance codes are
463 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest
867 if (s->gzhead->extra != Z_NULL)
1059 (s->gzhead->extra == Z_NULL ? 0 : 4) +
1071 if (s->gzhead->extra != Z_NULL) {
1083 if (s->gzhead->extra != Z_NULL) {
1089 s->gzhead->extra + s->gzindex, copy);
1102 s->gzhead->extra + s->gzindex, left);
/freebsd-current/share/mk/
H A Dbsd.sys.mk146 #CWARNFLAGS+= -Wformat-nonliteral -Wformat-security -Wno-format-extra-args
147 CWARNFLAGS+= -Wformat=2 -Wno-format-extra-args
177 -Wno-error=extra \
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_aka.c921 const u8 *mac, const u8 *extra,
925 return eap_sim_verify_mac_sha256(data->k_aut, req, mac, extra,
927 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
919 eap_aka_verify_mac(struct eap_aka_data *data, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
/freebsd-current/tools/boot/
H A Drootgen.sh110 dst=$img.extra
132 dst=$img.extra
155 dst=$img.extra
/freebsd-current/stand/efi/loader/
H A Dmain.c498 uint64_t extra; local
625 if (efi_handle_lookup(boot_img->DeviceHandle, &dev, &unit, &extra) == 0) {
641 if (efi_handle_lookup(h, &dev, &unit, &extra) == 0) {

Completed in 265 milliseconds

1234567891011>>