Searched refs:full (Results 51 - 75 of 166) sorted by relevance

1234567

/freebsd-13-stable/share/dtrace/
H A Dretval33 * The name can be a full function name or a wild card name. The
/freebsd-13-stable/usr.sbin/ppp/
H A Dtty.c146 log_Printf(LogPHASE, "%s: %s: CD detected\n", p->link.name, p->name.full);
150 p->link.name, p->name.full);
153 p->link.name, p->name.full);
161 p->link.name, p->name.full, dev->carrier_seconds,
687 if (*p->name.full == '\0') {
690 p->link.name, p->name.full);
692 log_Printf(LogDEBUG, "%s: Opened %s\n", p->link.name, p->name.full);
740 p->link.name, p->name.full, p->cfg.speed);
H A Dphysical.h96 char full[DEVICE_LEN]; /* Our current device name */ member in struct:physical::__anon16678
H A Dether.c457 if (p->fd < 0 && !strncasecmp(p->name.full, NG_PPPOE_NODE_TYPE,
459 p->name.full[PPPOE_NODE_TYPE_LEN] == ':') {
477 iface = p->name.full + PPPOE_NODE_TYPE_LEN + 1;
H A Dnetgraph.c478 if (p->fd < 0 && !strncasecmp(p->name.full, NETGRAPH_PREFIX,
496 devp = p->name.full + sizeof NETGRAPH_PREFIX - 1;
579 devp - p->name.full + sizeof NETGRAPH_PREFIX - 1);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c397 typedef enum { full = 0, partial = 1 } earlyEnd_directive; enumerator in enum:__anon6110
1106 int partialDecoding, /* full, partial */
1263 return LZ4_decompress_generic(source, dest, compressedSize, maxDecompressedSize, endOnInputSize, full, 0, noDict, (BYTE*)dest, NULL, 0);
1273 return LZ4_decompress_generic(source, dest, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)(dest - 64 KB), NULL, 64 KB);
1327 endOnInputSize, full, 0,
1336 endOnInputSize, full, 0,
1353 endOnOutputSize, full, 0,
1362 endOnOutputSize, full, 0,
1383 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, noDict, (BYTE*)dest, NULL, 0);
1386 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full,
[all...]
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c201 const boolean_t full)
204 full ? &p_prtn->full_guid_tbl : &p_prtn->part_guid_tbl;
209 if (full)
390 int ret = 0, full = 0; local
500 full = 1;
505 full = 1;
521 if (full)
524 "Failed to set PKey 0x%04x because Pkey table is full "
199 pkey_mgr_process_partition_table(osm_log_t * p_log, osm_sm_t * sm, const osm_prtn_t * p_prtn, const boolean_t full) argument
/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_split.c604 indx_t full, half, nxt, off, skip, top, used; local
616 full = t->bt_psize - BTDATAOFF;
617 half = full / 2;
655 if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_files.ksh10 # A full copy of the text of the CDDL should have accompanied this
71 log_must mkfile 32M /$TESTPOOL/$TESTFS2/full
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h488 * [in] Whether both full and limited membership on same partition
556 * [in] Whether both full and limited membership on same partition
608 * [in] Whether both full and limited membership on same partition
707 IN boolean_t full,
717 * full
718 * [in] Indication if this is a full/limited membership pkey.
/freebsd-13-stable/contrib/lua/src/
H A Dluac.c28 static void PrintFunction(const Proto* f, int full);
63 " -l list (use -l -l for full listing)\n"
717 static void PrintFunction(const Proto* f, int full) argument
722 if (full) PrintDebug(f);
723 for (i=0; i<n; i++) PrintFunction(f->p[i],full);
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c646 size_t match_len, int full)
659 if (match_len > len || (full && match_len != len))
669 return 1; /* full label match completes suffix match */
677 size_t match_len, int full)
687 full ? "" : "suffix ", match);
700 match_len, full) == 1) {
702 full ? "Match" : "Suffix match");
733 match, match_len, full) == 1) {
735 full ? "Match" : "Suffix match");
741 full
645 domain_suffix_match(const char *val, size_t len, const char *match, size_t match_len, int full) argument
676 tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, size_t match_len, int full) argument
746 tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) argument
[all...]
H A Dtls_gnutls.c1090 int full)
1095 if (full)
1104 full ? "": "suffix ", match, res);
1110 int full)
1116 return tls_match_suffix_helper(cert, match, full);
1124 if (tls_match_suffix_helper(cert, token, full)) {
1089 tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, int full) argument
1109 tls_match_suffix(gnutls_x509_crt_t cert, const char *match, int full) argument
/freebsd-13-stable/contrib/dialog/package/
H A Ddialog.spec61 make install-full DESTDIR=$RPM_BUILD_ROOT
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp279 TypeIndex full; member in struct:RecordIndices
295 indices.full = *ti;
297 if (indices.full != TypeIndex::None() &&
299 forward_to_full[indices.forward] = indices.full;
300 full_to_forward[indices.full] = indices.forward;
349 // Now that we know the forward -> full mapping of all type indices, we can
351 // consisting of fwd -> full and full -> full for all child -> parent indices.
371 TypeIndex full local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py196 with tempfile.TemporaryFile(suffix='.zstream') as full:
197 lzc.lzc_send(snaps[1], None, full.fileno())
198 full.seek(0)
203 yield (filename, (full, incremental))
205 yield (filename, (full, None))
775 # Apparently the full name is not checked for length.
1764 # or full stream for a filesystem as if a temporary unnamed snapshot
1963 with streams(srcfs, src1, src2) as (_, (full, incr)):
1964 lzc.lzc_receive(dstfs, full.fileno())
2139 with streams(srcfs, src1, src2) as (_, (full, inc
[all...]
/freebsd-13-stable/sys/netgraph/atm/uni/
H A Dng_uni.c829 size_t full; local
843 full = unimem_sizes[type] + offsetof(struct unimem_debug, data);
844 if ((d = malloc(full, M_UNI, M_NOWAIT | M_ZERO)) == NULL)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c463 /* A full wildcard segment? */
469 /* One or more full wildcard segments? */
1047 * the current PATH walk. Return the full or remaining portion of
1069 /* Start lookup at ROOT for the full PATH. */
1478 /* Global cache lookup. Filter the full model only if necessary. */
1490 authz->full, user, repos_name);
1522 /* Make sure the underlying full authz object lives as long as the
1526 * Note that we already have a reference to that full authz in
1528 * instances of the same full model.
1533 SVN_ERR_ASSERT(add_ref == authz->full);
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-default.mk68 EXPAND_NAME= EXPAND.$$$$ # The full variable name is EXPAND.$$
/freebsd-13-stable/tests/sys/netinet6/frag6/
H A Dfrag6_01.sh77 <dropped-full-socket-buffer>0</dropped-full-socket-buffer>
H A Dfrag6_02.sh77 <dropped-full-socket-buffer>0</dropped-full-socket-buffer>
H A Dfrag6_03.sh77 <dropped-full-socket-buffer>0</dropped-full-socket-buffer>
H A Dfrag6_04.sh77 <dropped-full-socket-buffer>0</dropped-full-socket-buffer>
H A Dfrag6_06.sh95 <dropped-full-socket-buffer>0</dropped-full-socket-buffer>
H A Dfrag6_07.sh72 <dropped-full-socket-buffer>0</dropped-full-socket-buffer>

Completed in 148 milliseconds

1234567