Searched defs:fresh (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvReg.java54 CSrvReg(boolean fresh, argument
97 this.initialize(fresh,
109 void initialize(boolean fresh, argument
119 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReg, fresh, locale);
H A DSLPServerHeaderV2.java67 SLPServerHeaderV2(int functionCode, boolean fresh, Locale locale) argument
69 super(functionCode, fresh, locale);
226 hdr.fresh = false;
281 hdr.fresh = false;
297 " fresh=``" + fresh + "''\n" +
H A DSLPHeaderV2.java170 fresh = ((flags & FRESH) != NOFLAG);
288 SLPHeaderV2(int functionCode, boolean fresh, Locale locale) argument
306 this.fresh = fresh;
451 if (fresh) {
H A DSrvLocHeader.java121 boolean fresh = false; // Fresh flag field in class:SrvLocHeader
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPReg.c141 const char *pcAttrs, SLPBoolean fresh,
168 pcScopeList, pcAttrs, fresh, &msg)) != SLP_OK) {
194 SLPBoolean fresh, struct reg_msg **msg) {
250 /* set fresh flag */
251 if (fresh)
138 SLPReg(SLPHandle hSLP, const char *pcSrvURL, const unsigned short usLifetime, const char *pcSrvType, const char *pcAttrs, SLPBoolean fresh, SLPRegReport callback, void *pvUser) argument
191 packSrvReg(slp_handle_impl_t *hp, const char *url, unsigned short lifetime, const char *type, const char *scope, const char *attrs, SLPBoolean fresh, struct reg_msg **msg) argument
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c89 states fresh; /* states for a fresh start */ member in struct:match
244 SETUP(m->fresh);
760 states fresh = m->fresh; local
774 ASSIGN(fresh, st);
795 if (EQ(st, fresh))
838 ASSIGN(st, fresh);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c51 static boolean_t fresh = B_FALSE; variable
830 "fresh registration", "no fresh registration"));
1413 fresh = B_TRUE;
1541 "fresh registration", "no fresh registration"));
1834 if (errcode == OK && fresh) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c6350 goto fresh;
6519 fresh:
7040 int fresh = 0; local
7303 fresh = 1;
7833 cbdata.sc_flags = lcbdata->sc_flags | (fresh ? SCI_FRESH : 0);

Completed in 79 milliseconds