Home
last modified time | relevance | path

Searched full:unspec (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/bin/ps/
H A Dkeyword.c68 {"%cpu", {NULL}, "%CPU", "percent-cpu", 0, pcpu, 0, UNSPEC, NULL},
69 {"%mem", {NULL}, "%MEM", "percent-memory", 0, pmem, 0, UNSPEC, NULL},
72 {"acflg", {"acflag"}, NULL, NULL, 0, NULL, 0, UNSPEC, NULL},
74 UNSPEC, NULL},
75 {"blocked", {"sigmask"}, NULL, NULL, 0, NULL, 0, UNSPEC, NULL},
76 {"caught", {"sigcatch"}, NULL, NULL, 0, NULL, 0, UNSPEC, NULL},
78 UNSPEC, NULL},
79 {"comm", {NULL}, "COMMAND", "command", LJUST, ucomm, 0, UNSPEC, NULL},
81 UNSPEC, NULL},
84 {"cpu", {NULL}, "C", "on-cpu", 0, cpunum, 0, UNSPEC, NULL},
[all …]
H A Dps.h35 enum type { UNSPEC, /* For output routines that don't care and aliases. */ enumerator
H A Dprint.c750 case UNSPEC: in printval()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_encrypted.ksh39 # no unspec 0 0 yes inherit no encryption (not tested here)
40 # no unspec 0 1 no no crypt specified
41 # no unspec 1 0 no no crypt specified
42 # no unspec 1 1 no no crypt specified
51 # yes unspec 0 0 yes inherit encryption
52 # yes unspec 0 1 no no keyformat specified
53 # yes unspec 1 0 yes new encryption root, crypt inherited
54 # yes unspec 1 1 yes new encryption root, crypt inherited
/freebsd/crypto/heimdal/lib/krb5/
H A Dmk_error.c78 static char unspec[] = "<unspecified realm>"; in krb5_mk_error() local
79 msg.realm = unspec; in krb5_mk_error()
/freebsd/contrib/ntp/libntp/
H A Dmodetoa.c16 "unspec", in modetoa()
/freebsd/sys/contrib/dev/athk/
H A Ddebug.c24 return "UNSPEC"; in ath_opmode_to_string()
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c121 UNSPEC, EDIT, READ, RESTORE, WRITE, WRITEBOOT enumerator
122 } op = UNSPEC;
170 if (op != UNSPEC) in main()
175 if (op != UNSPEC) in main()
186 if (op != UNSPEC) in main()
225 if (installboot && op == UNSPEC) in main()
227 else if (op == UNSPEC) in main()
232 case UNSPEC: in main()
/freebsd/tests/sys/mac/portacl/
H A Dmisc.sh32 su -m ${name} -c "${dir}/bind 0 ${host} ${proto} ${port}" > /dev/null # unspec
/freebsd/contrib/ntp/include/
H A Dntp_control.h73 #define CTL_SST_TS_UNSPEC 0 /* unspec */
H A Dntp_net.h194 /* just how unspecified do you mean? (scope 0/unspec too) */
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h313 * (default: unspec 802.1X)
342 * (default: unspec 802.1X)
/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c22 * peer->mode | UNSPEC ACTIVE PASSIVE CLIENT SERVER BCAST
44 /* peer { UNSPEC, ACTIVE, PASSIVE, CLIENT, SERVER, BCAST } */
/freebsd/contrib/tzcode/
H A Dlocaltime.c488 static char const UNSPEC[] = "-00"; variable
494 enum { CHARS_EXTRA = max(sizeof UNSPEC, 2) - 1 };
654 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified()
1947 strcpy(sp->chars, UNSPEC); in tzset_unlocked()
/freebsd/lib/libipsec/
H A Dpfkey_dump.c107 "unspec",
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp104 s.PutCString("=<unspec>"); in Dump()
/freebsd/contrib/tcpdump/
H A Dprint-ntp.c257 ND_PRINT("(unspec)"); in ntp_time_print()
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp449 default /*type-unspec'ed*/: in finalizeFlags()
/freebsd/sys/netinet/
H A Din.h453 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */
/freebsd/sys/netinet6/
H A Din6.h414 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */
/freebsd/sbin/camcontrol/
H A Dfwdownload.c446 uint8_t unspec[4]; member
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c1025 if (hints->ai_family != PF_INET) { /* INET6 or UNSPEC. */ in evutil_getaddrinfo_common_()
1042 if (hints->ai_family != PF_INET6) { /* INET or UNSPEC */ in evutil_getaddrinfo_common_()
/freebsd/contrib/libevent/
H A Devutil.c1025 if (hints->ai_family != PF_INET) { /* INET6 or UNSPEC. */ in evutil_getaddrinfo_common_()
1042 if (hints->ai_family != PF_INET6) { /* INET or UNSPEC */ in evutil_getaddrinfo_common_()
/freebsd/contrib/unbound/sldns/
H A Drrdef.c430 /* UNSPEC [IANA-Reserved] */
/freebsd/lib/libc/net/
H A Dname6.c852 /* set unspec ("no source is available"), just in case */ in set_source()

12