Searched defs:fresh (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSrvReg.java | 54 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 D | SLPServerHeaderV2.java | 67 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 D | SLPHeaderV2.java | 170 fresh = ((flags & FRESH) != NOFLAG); 288 SLPHeaderV2(int functionCode, boolean fresh, Locale locale) argument 306 this.fresh = fresh; 451 if (fresh) {
|
H A D | SrvLocHeader.java | 121 boolean fresh = false; // Fresh flag field in class:SrvLocHeader
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPReg.c | 141 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 D | engine.c | 89 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 D | snoop_slp.c | 51 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 D | svccfg_libscf.c | 6350 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 92 milliseconds