Searched defs:purge (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c92 purge();
247 * purge - purge linked list of "old" entries
252 purge() function
260 debug("in purge");
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c48 void purge();
662 * purge - purge linked list of "old" entries
667 purge() function
673 debug("in purge");
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c40 purge, enumerator in enum:metaset_cmd
54 clusterpurge, /* back door for Cluster purge */
1314 ("Failed to purge hosts from DCS service"));
2125 } else if (strcmp(argument, "purge") == 0) {
2372 cmd = purge;
2513 (cmd != withdraw) && (cmd != purge)) {
2639 /* purge the diskset */
2640 if (cmd == purge) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3922 // or the real response again if we purge the cache.
4078 mDNSlocal mDNSs32 CheckForSoonToExpireRecords(mDNS *const m, const domainname *const name, const mDNSu32 namehash, const mDNSu32 slot, mDNSBool *purge) argument
4086 if (purge)
4087 *purge = mDNSfalse;
4106 // cache is already expired and we set "purge" to indicate that. When "purge" is set, the
4109 // Note: For case (1), "purge" argument is NULL and hence the following checks are skipped.
4116 if (purge && !rr->resrec.InterfaceID && !rr->CRActiveQuestion && rr->resrec.rroriginalttl)
4123 *purge = mDNStrue;
4823 // and we're actively using less than 1/32 of that cache, then we purge al
11440 mDNSBool purge; local
11648 FinalizeUnicastQuestion(mDNS *const m, DNSQuestion *question, mDNSBool purge) argument
11694 mDNSBool purge; local
14471 mDNSBool purge = cr->resrec.RecordType == kDNSRecordTypePacketNegative || local
[all...]

Completed in 72 milliseconds