HomeSort by relevance Sort by last modified time
    Searched defs:types (Results 1 - 25 of 66) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
data.c 30 * String conversion routine for Elf data buffer types.
38 static const Msg types[] = { local
55 return (MSG_ORIG(types[type]));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
conversions.h 40 int types; /* types: {file,directory} OK to convert */ member in struct:convert
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
Group.cxx 80 static GroupConnector::Type types[] = { local
89 for (size_t i = 0; i < SIZEOF(types); i++)
90 if (allow_.groupConnector(types[i])) {
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
key.h 41 enum types { enum
  /onnv/onnv-gate/usr/src/cmd/renice/
renice.c 41 #include <sys/types.h>
74 static type_t types[] = { variable
374 type_t *type = types;
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
stab.c 445 int i, t, total, types[MAXSTTYPES]; local
451 types[i] = 0;
461 types[t]++;
469 if (types[i] != 0)
472 i, types[i], types[i] - prevt[i]);
474 prevt[i] = types[i];
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
a_mbstr.c 76 * a mask of permissible ASN1 string types. It then works out the minimal
311 unsigned long types; local
312 types = *((unsigned long *)arg);
313 if((types & B_ASN1_PRINTABLESTRING) && !is_printable(value))
314 types &= ~B_ASN1_PRINTABLESTRING;
315 if((types & B_ASN1_IA5STRING) && (value > 127))
316 types &= ~B_ASN1_IA5STRING;
317 if((types & B_ASN1_T61STRING) && (value > 0xff))
318 types &= ~B_ASN1_T61STRING;
319 if((types & B_ASN1_BMPSTRING) && (value > 0xffff)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcontract/common/
libcontract_priv.c 46 contract_type_t types[CTT_MAXTYPE] = { variable
150 types[type].type_event(file, hdl, verbose);
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
SLPFindSrvTypes.c 108 /* types string */
112 /* collate the types for sync behavior */
215 * Using the collator, determines which types in the types list
217 * (unique) types. If there are no unique types, returns NULL;
218 * types is destructively modified.
220 static char *collate_types(char *types, void **collator,
224 /* walk through the types list */
225 p = types;
261 char **types = (char **)cookie; local
273 char *types = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
gcpu_poll_xpv.c 38 #include <sys/types.h>
79 int types[] = { XEN_MC_URGENT, XEN_MC_NONURGENT }; local
94 for (i = 0; i < sizeof (types) / sizeof (types[0]); i++) {
95 while (gcpu_xpv_telem_read(&gcpu_xpv_polldata, types[i],
100 gcpu_xpv_mci_process(&gcpu_xpv_polldata, types[i],
102 gcpu_xpv_telem_ack(types[i], fetch_id);
gcpu_mca_xpv.c 31 #include <sys/types.h>
292 int types[] = { XEN_MC_URGENT, XEN_MC_NONURGENT }; local
296 for (i = 0; i < sizeof (types) / sizeof (types[0]); i++) {
298 types[i], &fetch_id)) {
299 gcpu_xpv_mci_process(&gcpu_mce_data, types[i],
301 gcpu_xpv_telem_ack(types[i], fetch_id);
  /onnv/onnv-gate/usr/src/cmd/ctwatch/
ctwatch.c 28 #include <sys/types.h>
54 } types[] = { variable in typeref:struct:__anon333
152 types[type].name);
168 * Given a contract type name, return an index into the 'types' array.
175 for (i = 0; types[i].name; i++)
176 if (strcmp(types[i].name, typestr) == 0)
185 * Given a contract id, return an index into the 'types' array.
274 * Scan our operands for contract ids and types.
294 if (types[type].found) {
298 types[type].found = 1
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
SLPV1SAttrMsg.java 198 Vector types = store.findServiceTypes(type.getNamingAuthority(), local
201 int i, n = types.size();
204 String stype = (String)types.elementAt(i);
  /onnv/onnv-gate/usr/src/lib/libtnf/
info.c 337 tnf_ref32_t *types, *names; local
354 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
373 type_elt = _GET_REF32(tnf, &types[i]);
abi.c 273 * Recursively check base type of derived types
433 tnf_ref32_t *slot_types, *types; local
447 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
456 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) {
498 tnf_ref32_t *slot_types, *slot_names, *types, *names; local
523 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
534 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) {
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ip_log.c 36 #include <sys/types.h>
236 int types[2], mlen; local
381 types[0] = 0;
389 types[1] = 1;
393 types[1] = 0;
398 types[1] = 1;
400 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
411 /* types(I) - type of data pointed to by items pointers */
412 /* cnt(I) - number of elements in arrays items/itemsz/types */
418 int ipllog(dev, fin, items, itemsz, types, cnt, ifs
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
ql_hba_fru.c 270 uint32_t types = FTYPE_BIOS|FTYPE_FCODE|FTYPE_EFI; local
274 while ((fptr != NULL) && (types != 0)) {
276 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) {
299 types &= ~(fptr->type);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dhcp.c 32 #include <sys/types.h>
621 static const char *types[] = { local
627 if (type >= (sizeof (types) / sizeof (*types)) || types[type] == NULL)
630 return (types[type]);
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
mac_protect.c 150 uint32_t types; local
164 types = protect->mp_types;
166 if ((types & MPT_MACNOSPOOF) != 0) {
176 if ((types & MPT_RESTRICTED) != 0) {
198 if ((types & MPT_IPNOSPOOF) != 0) {
260 /* check for invalid types */
318 uint32_t types = np->mp_types; local
320 if (types == MPT_RESET) {
324 if (types != 0) {
325 cp->mp_types = types;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filesync/
base.c 897 static char types[16] = "-PC?DNB?F?S?s???"; variable
901 return (types[ (mode & S_IFMT) >> 12 ]);
908 if (types[i] == code)
  /onnv/onnv-gate/usr/src/cmd/ndmpd/ndmp/
ndmpd_config.c 176 "Supported backup types are 'dump' and 'tar' only.");
189 * Information about the supported mover types is returned.
203 ndmp_addr_type types[2]; local
205 types[0] = NDMP_ADDR_LOCAL;
206 types[1] = NDMP_ADDR_TCP;
210 reply.methods.methods_val = types;
258 "Supported authentication types are md5 and cleartext.");
331 * A list of supported data connection types is returned.
404 "Supported authentication types are md5 and cleartext.");
418 * Information about all supported backup types are returned
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdhcputil/common/
dhcp_symbol.c 74 static dsym_type_t types[] = { variable
527 * We only need to check for a 0 with non-boolean types, as
550 int cnt = sizeof (types) / sizeof (dsym_type_t);
557 result = strcmp(type, types[i].dt_string);
559 result = strcasecmp(type, types[i].dt_string);
563 *entry = &types[i];
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
input.c 38 #include <sys/types.h>
47 * Return the source types that the object was generated from.
52 source_types_t types = SOURCE_NONE; local
62 types |= SOURCE_UNKNOWN;
68 types |= SOURCE_C;
74 types |= SOURCE_S;
77 types |= SOURCE_UNKNOWN;
82 return (types);
  /onnv/onnv-gate/usr/src/cmd/stat/mpstat/
mpstat.c 27 #include <sys/types.h>
79 enum snapshot_types types = SNAP_CPUS; local
162 types |= SNAP_PSETS;
175 new = acquire_snapshot(kc, types, NULL);
  /onnv/onnv-gate/usr/src/cmd/stat/vmstat/
vmstat.c 63 enum snapshot_types types = SNAP_SYSTEM; local
120 types |= SNAP_CPUS;
123 types |= SNAP_INTERRUPTS;
125 types |= SNAP_FLUSHES;
127 types |= SNAP_IODEVS;
147 ss = acquire_snapshot(kc, types, &df);
204 ss = acquire_snapshot(kc, types, &df);

Completed in 2100 milliseconds

1 2 3