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

<<11121314

/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure4569 /* We use char because int might match the return type of a gcc2
4645 /* We use char because int might match the return type of a gcc2
4717 /* We use char because int might match the return type of a gcc2
7440 # We used to match only the files named `Makefile.in', but
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2503 /* Verify match of specified path_instance and selected path_instance */
3033 int match = 0; local
3041 match = 1;
3045 if (!match) {
4647 * if found parse the list checking for a match with the device-type
4648 * value and the inquiry string returned from the device. If a match
4671 * with those vids in the list if there is a match, lookup
4760 * then failure to exactly match 'pclass' and
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3960 nvpair_t *match = NULL; local
3969 match = nvp;
3974 return (match);
4606 * RETURNS: if failure to match either IPQOS_CONF_ERR, else IPQOS_CONF_SUCCESS.
5610 * if the place and name match no need to look any further.
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c259 * TRUE: if there is a match
260 * FALSE: invalid argument or no match
281 if (match(pattern, ent)) {
282 NDMP_LOG(LOG_DEBUG, "match(%s,%s)", pattern, ent);
288 NDMP_LOG(LOG_DEBUG, "no match");
305 * TRUE: if there is a match
306 * FALSE: invalid argument or no match
331 * TRUE: if there is a match or the list is empty
332 * FALSE: no match
382 * We have to setup a list of strings that will not match an
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c497 int32_t match, char **id_list)
515 if (found == match) {
496 i_psvc_get_assoc_id(EHdl_t *hdlp, char *antecedent, int32_t assoc_id, int32_t match, char **id_list) argument
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4498 (void) printf("%s\t match: %d\n", pri->pname,
4499 args.match);
4583 (void) printf("%s\t match: %d\n", pri->pname,
4584 args.match);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c729 // (or were received) on the same interface (i.e. if *both* records specify an interface, then it has to match).
735 // SameResourceRecordNameClassInterface is functionally the same as SameResourceRecordSignature, except rrtype does not have to match
756 // so a response of any type should match, even if it is not actually the type the client plans to use.
759 // and require the rrtypes to match for the rdata to be considered potentially conflicting
6226 // If the service type is wake only service and the auth flags match and requires a goodbye
7105 mDNSBool match; local
7112 match = (id1 == id2);
7114 else match = (pktrr->InterfaceID == rr->resrec.InterfaceID);
7116 if (match && IdenticalSameNameRecord(pktrr, &rr->resrec)) break;
8069 // When the response does not match th
8505 mDNSBool match; local
[all...]
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s362 * to match va of MMU tag target register only (ro)
539 .asciz "sfmmu_asm: 4M tsb pointer mis-match"
764 * the HAT gnum does not match global gnum. We hold
1136 brnz,pt %o5, 2f ! skip if not a match
1486 * %o1 = tag to match
2091 * Function to traverse hmeblk hash link list and find corresponding match.
2097 * hmeblktag = register with hmeblk tag match
2127 * Function to traverse hmeblk hash link list and find corresponding match.
2132 * hmeblktag = register with hmeblk tag match (rid field is 0)
2509 * %g7 = TSB tag to match (use
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c609 * sd_disk_table entry of " NEC CDROM " to match a device's id string
3766 * there was not a match for the inquiry vid/pid. If this event
3768 * a match.
3794 * there was no vid/pid match. This indicates that
3870 * Compare vids in each duplet to the inquiry vid - if a match is
4383 * Description: Search the static configuration table for a match on the
4444 * Return Code: SD_SUCCESS - Indicates a match with the inquiry vid/pid
4445 * SD_FAILURE - Indicates no match with the inquiry vid/pid
4511 * of " NEC CDROM " to match a device's id string of
4526 * Return Code: SD_SUCCESS - Indicates a match wit
24286 int match = 0; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1427 % used as factors; they just match (closely enough) what Knuth defined.
2869 % Make sure that spaces turn into tokens that match what \doignoretext wants.

Completed in 237 milliseconds

<<11121314