Searched refs:extra (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c921 * replace it in order to snap the extra links.
1392 static const char extra[] = { ' ', '\t', '\n', '\\', '#', '\0' }; local
1431 strsnvis(buf, buflen, p, VIS_OCTAL, extra);
1441 strsnvis(buf, buflen, slink, VIS_CSTYLE, extra);
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dllex.c66 ts->tsv.extra = cast_byte(i+1); /* reserved word */
498 return ts->tsv.extra - 1 + FIRST_RESERVED;
H A Dlauxlib.c293 /* keep some extra space to run error routines, if needed */
294 const int extra = LUA_MINSTACK; local
295 if (!lua_checkstack(L, space + extra)) {
H A Dlobject.h411 lu_byte extra; /* reserved words for short strings; "has hash" for longs */ member in struct:TString::__anon56
/freebsd-current/contrib/lua/src/
H A Dllex.c77 ts->extra = cast_byte(i+1); /* reserved word */
549 return ts->extra - 1 + FIRST_RESERVED;
H A Dlobject.h388 lu_byte extra; /* reserved words for short strings; "has hash" for longs */ member in struct:TString
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_log.c402 args->f_id.extra,
/freebsd-current/sbin/ipfw/
H A Ddummynet.c102 /* AQM/extra sched parameters tokens*/
222 /* Get AQM or scheduler extra parameters */
245 errx(EX_DATAERR, "Error getting extra parameters\n");
397 id->extra ? "queue," : "",
404 id->extra ? "queue," : "",
438 id->extra ? '*' : ' ');
691 * Some link types introduce extra delays in the transmission
695 * for this extra time, which is constant or variable depending
769 * model the extra delay as extra bit
[all...]
/freebsd-current/sys/dev/nvme/
H A Dnvme_sim.c205 cpi->xport_specific.nvme.extra = 0;
/freebsd-current/contrib/ntp/include/
H A Dntpd.h326 u_int32 refid, int len, u_char *extra);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c1134 int extra)
1143 ret = alloc_mpt_tr(id, extra);
1146 ret = alloc_mtt_tr(id, extra);
1161 ret = alloc_counter_tr(id, extra);
1167 ret = alloc_fs_rule_tr(id, extra);
1226 enum mlx4_resource type, int extra)
1240 res_arr[i] = alloc_tr(base + i, type, slave, extra);
1384 static int remove_ok(struct res_common *res, enum mlx4_resource type, int extra) argument
1396 return remove_mtt_ok((struct res_mtt *)res, extra);
1413 enum mlx4_resource type, int extra)
1133 alloc_tr(u64 id, enum mlx4_resource type, int slave, int extra) argument
1225 add_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, enum mlx4_resource type, int extra) argument
1412 rem_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, enum mlx4_resource type, int extra) argument
[all...]
/freebsd-current/contrib/dialog/
H A Ddlg_keys.c345 * See dlg_ok_buttoncode(), which maps settings for ok/extra/help and button
374 int extra = dialog_vars.extra_button ? 1 : 0; local
376 *button = okay + extra + cancel;
/freebsd-current/crypto/heimdal/lib/asn1/
H A DMakefile.am99 extra.c \
/freebsd-current/contrib/file/src/
H A Dapprentice.c2493 goodchar(unsigned char x, const char *extra) argument
2495 return (isascii(x) && isalnum(x)) || strchr(extra, x);
2500 size_t llen, off_t off, size_t len, const char *name, const char *extra,
2522 for (i = 0; *l && i < llen && i < len && goodchar(*l, extra);
2533 if (!isspace(CAST(unsigned char, *l)) && !goodchar(*l, extra))
2499 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, size_t llen, off_t off, size_t len, const char *name, const char *extra, int nt) argument
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1386 return reinterpret_cast<uintptr_t>(_info.extra);
1578 "requires extra words");
1648 _info.extra = static_cast<unw_word_t>(dso_base);
1966 _info.extra = sects.dso_base;
1986 _info.extra = base;
2291 _info.extra = registers.getRegister(2);
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p.c2205 size_t extra = 0; local
2209 extra = wpabuf_len(p2p->wfd_ie_probe_resp);
2213 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_PROBE_RESP_P2P]);
2216 extra += MAX_SVC_ADV_IE_LEN;
2218 buf = wpabuf_alloc(1000 + extra);
2630 size_t extra = 0; local
2637 extra = wpabuf_len(p2p->wfd_ie_assoc_req);
2641 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_ASSOC_REQ]);
2649 tmp = wpabuf_alloc(200 + extra);
3856 * Add 20 msec extra wai
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dhttp_curl.c1355 const char *extra = " tls=openssl"; local
1357 const char *extra = ""; local
1361 "username=%s%s", address, ca_fname, username, extra);
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_aka.c827 const u8 *mac, const u8 *extra,
831 return eap_sim_verify_mac_sha256(data->k_aut, req, mac, extra,
833 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
825 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/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl551 my $extra = shift;
562 &$extra () if (defined($extra));
/freebsd-current/contrib/jemalloc/src/
H A Darena.c1741 size_t extra, bool zero, size_t *newsize) {
1743 /* Calls with non-zero extra had to clamp extra. */
1744 assert(extra == 0 || size + extra <= SC_LARGE_MAXCLASS);
1753 size_t usize_max = sz_s2u(size + extra);
1740 arena_ralloc_no_move(tsdn_t *tsdn, void *ptr, size_t oldsize, size_t size, size_t extra, bool zero, size_t *newsize) argument
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h398 uint32_t extra; /**< Extra (not committed) required resource */ member in struct:t_FmPortRsrc
2221 uint16_t vlanTpid1; /**< extra tag to use if setVlanTpid1=TRUE. */
2225 uint16_t vlanTpid2; /**< extra tag to use if setVlanTpid1=TRUE. */
/freebsd-current/sys/contrib/zlib/test/
H A Dinfcover.c303 head.extra = out;
607 try("ed c0 1 1 0 0 0 40 20 ff 57 1b 42 2c 4f", "length extra", 0);
609 "long distance and extra", 0);
645 " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
647 " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258,
/freebsd-current/sys/crypto/openssl/arm/
H A Darmv4-mont.S63 sub sp,sp,#4 @ +extra dword
/freebsd-current/sys/dev/sdhci/
H A Dsdhci.c1866 uint8_t extra;
1894 extra = 0;
1902 (val << 8) | extra;
1903 extra = val >> 24;
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm362 my ($vendor, $arch, $version, $extra) =
368 (?:\s+\((.*?)\))? # Possible extra data
438 # Some systems need to know extra details

Completed in 497 milliseconds

1234567891011>>