| /freebsd/bin/ps/ |
| H A D | keyword.c | 68 {"%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 D | ps.h | 35 enum type { UNSPEC, /* For output routines that don't care and aliases. */ enumerator
|
| H A D | print.c | 750 case UNSPEC: in printval()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create_encrypted.ksh | 39 # 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 D | mk_error.c | 78 static char unspec[] = "<unspecified realm>"; in krb5_mk_error() local 79 msg.realm = unspec; in krb5_mk_error()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | modetoa.c | 16 "unspec", in modetoa()
|
| /freebsd/sys/contrib/dev/athk/ |
| H A D | debug.c | 24 return "UNSPEC"; in ath_opmode_to_string()
|
| /freebsd/sbin/bsdlabel/ |
| H A D | bsdlabel.c | 121 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 D | misc.sh | 32 su -m ${name} -c "${dir}/bind 0 ${host} ${proto} ${port}" > /dev/null # unspec
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_control.h | 73 #define CTL_SST_TS_UNSPEC 0 /* unspec */
|
| H A D | ntp_net.h | 194 /* just how unspecified do you mean? (scope 0/unspec too) */
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | wpa_common.h | 313 * (default: unspec 802.1X) 342 * (default: unspec 802.1X)
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_peer.c | 22 * peer->mode | UNSPEC ACTIVE PASSIVE CLIENT SERVER BCAST 44 /* peer { UNSPEC, ACTIVE, PASSIVE, CLIENT, SERVER, BCAST } */
|
| /freebsd/contrib/tzcode/ |
| H A D | localtime.c | 488 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 D | pfkey_dump.c | 107 "unspec",
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 104 s.PutCString("=<unspec>"); in Dump()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-ntp.c | 257 ND_PRINT("(unspec)"); in ntp_time_print()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 449 default /*type-unspec'ed*/: in finalizeFlags()
|
| /freebsd/sys/netinet/ |
| H A D | in.h | 453 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */
|
| /freebsd/sys/netinet6/ |
| H A D | in6.h | 414 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */
|
| /freebsd/sbin/camcontrol/ |
| H A D | fwdownload.c | 446 uint8_t unspec[4]; member
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 1025 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 D | evutil.c | 1025 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 D | rrdef.c | 430 /* UNSPEC [IANA-Reserved] */
|
| /freebsd/lib/libc/net/ |
| H A D | name6.c | 852 /* set unspec ("no source is available"), just in case */ in set_source()
|