Searched refs:match (Results 176 - 200 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c303 boolean_t match; local
315 match = B_FALSE;
319 match = B_TRUE;
323 if (!match)
356 boolean_t match; local
370 match = B_FALSE;
373 match = B_TRUE;
377 if (!match)
412 boolean_t match; local
426 match
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c284 collate_large_t *match; local
333 ((match = largesearch(lcc, *t)) != NULL)) {
338 *pri = match->pri.pri[which];
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c264 uint64_t mask, match, base, size; local
356 if (md_get_prop_val(mdp, listp[idx], "match", &match) < 0)
357 match = 0;
363 bmp->bm_match = match;
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c156 int match = 0; local
170 match = ((iaddr & ~csmask) == (csbase & ~csmask));
174 match ? "" : "not ", (int)csnum, csbase, csmask);
177 "does not match disabled CS %d\n", iaddr, (int)csnum);
180 return (match);
574 "match for chip select %d of MC %d\n", (int)csnum,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h126 * Flags for the match() function:
128 * A strict match requires an explicit match to
129 * a user specified match (-I, -N, -T) option. A
130 * non-strict match also succeeds if the match
134 * The match item is a program header. If this
135 * flag is not set, the match item is a section
155 /* It is common for calls to match() to specify all three arguments */
158 extern int match(match_flags_
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h232 extern CHR match[MAXNCG];
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c568 int match; local
576 match = 0;
584 match++;
591 if (match)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h251 BOOL match(void);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dccode.h52 const char* match; /* strmatch() pattern */ member in struct:Ccmap_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dccode.h52 const char* match; /* strmatch() pattern */ member in struct:Ccmap_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dccode.h52 const char* match; /* strmatch() pattern */ member in struct:Ccmap_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dccode.h52 const char* match; /* strmatch() pattern */ member in struct:Ccmap_s
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c316 * to succeed on a match. For example, { "offline", 3, ONLINE }
317 * will match "off", "offli", "offline", but not "of" nor "offlinebarf"
319 * integer to return on a successful match. Note: compares are cAsE insensitive.
327 * a match as someone may be building scripts that use this
331 char *match; /* Character String to match against */ member in struct:keyword
332 int num_match; /* Minimum chars to produce a match */
333 int ret_code; /* Value to return on a match */
398 * tries to match it against a passed structure of known cmd
399 * character strings. If a match i
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l253 <TSTATE>match { return MATCH; }
254 <CSTATE>match { return MATCH; }
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h247 * match for that class
251 * to the TCAM for perfect match
367 * will be written to the TCAM. A compare will initiate a TCAM match
368 * with the data stored in the TCAM key register. The match bit is
383 * Set to 1 if there is a TCAM match for compare command. Zero
386 * 0-42). For a compare, the location of the match is written
398 uint32_t match:1; member in struct:__anon5733::__anon5734
404 uint32_t match:1;
425 * force TCP/UDP checksum result to always match
427 * never match
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java320 protected int findMatching( String match) argument
323 if ( match.equals( this.getElementAt( i).toString()))
371 // Convert a registration type into a human-readable string. Returns original string on no-match.
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c631 regvalue(regmatch_t match, char *string) argument
634 if (match.rm_so != match.rm_eo) {
635 result = string + match.rm_so;
636 *(result + (match.rm_eo - match.rm_so)) = '\0';
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c330 int match; local
351 match = 0;
365 match = 1;
368 match = 0;
374 match = 1;
376 if (!match) {
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c42 #define match(c, s) (c == *s && (!s[1] || inpmatch(s+1))) macro
202 } else if (match(t, lquote)) {
209 if (match(t, rquote)) {
214 } else if (match(t, lquote)) {
224 } else if (match(t, lcom) &&
241 if (match(t, rcom)) {
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py125 Every file in the archive must match the equivalent file in
372 match = self.ws.matcher(files=self.wctx.files())
373 fp.write(self.ws.diff(opts={'git': True}, match=match))
472 match = self.ws.matcher(files=self.wctx.files())
473 curdiff = self.ws.diff(opts={'git': True}, match=match)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c1564 boolean_t match = B_TRUE; local
1606 match = B_FALSE;
1611 match = B_FALSE;
1615 if ((match == B_TRUE) &&
1621 match =
1628 if (match == B_FALSE) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c349 boolean_t match; local
357 match = bcmp(thiskey, zn->zn_key_orig,
360 return (match);
366 boolean_t match; local
370 match = zap_match(zn, thisname);
372 return (match);
377 * First check that the lengths match, so that we don't read
421 * lowest-cd match for MT_FIRST.
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c525 int pg_done, match, all = strcmp(group, ALL) == 0; local
536 pg_done = match = 0;
546 match = strcmp(group, pgn) == 0;
571 if ((match || all) && !pg_done) {
583 if ((match || all) && pg_done) {
590 if (match && !all)
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c90 #define DTD_ATTR_MATCH ((const xmlChar *) "match")
972 xmlChar *match, *name, *arch, *iptype; local
991 match = xmlGetProp(node, DTD_ATTR_MATCH);
995 if ((match == NULL) || (name == NULL) || (arch == NULL) ||
1012 if ((ret = i_substitute_tokens((char *)match,
1029 if (match != NULL)
1030 xmlFree(match);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c243 /* the operating method for match operation of the reference object */
1222 int match = 1; local
1223 while (i < MAX_LOOKUP_CTRL && lcp->op[i] > 0 && match) {
1227 match = (strcmp((const char *)lcp->data[i].ptr,
1231 match = (lcp->data[i].ui == attr->value.ui);
1234 match = !memcmp((void *)lcp->data[i].ip,
1240 match = 0;
1246 if (i && match) {
3525 int match; local
3533 match
3568 int match; local
[all...]

Completed in 88 milliseconds

1234567891011>>