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

/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c132 static void respond(offset_t, int);
136 static void respond();
221 respond(rval, saverr);
261 respond(-1LL, EINVAL);
275 respond(rval < 0 ?
299 respond(rval, saverr);
305 respond(
310 respond(
315 respond(
320 respond(
465 respond(offset_t rval, int Errno) function
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_idm.c706 boolean_t respond = B_FALSE; local
718 respond = B_TRUE;
725 respond = (ikvx->ik_declarative == B_FALSE);
729 if (nvrc == 0 && respond) {
755 boolean_t respond = B_FALSE; local
771 respond = B_TRUE;
777 respond = (ikvx->ik_declarative == B_FALSE);
781 if (nvrc == 0 && respond) {
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c280 respond(int *msgvec) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c235 int respond = 1; local
238 return (respond);
243 respond = _audit_objfilter(auditors->ad_list, frlmp,
245 if (respond && AUDITORS(frlmp) &&
247 respond = _audit_objfilter(AUDITORS(frlmp)->ad_list, frlmp,
252 return (respond);
634 int respond = 1, ndx = 0; local
640 return (respond);
684 respond = _audit_objopen(auditors->ad_list, nlmp,
686 if (respond
[all...]

Completed in 64 milliseconds