Searched refs:lreq (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/dsvclockd/
H A Ddsvclockd.c366 dsvcd_lock_request_t *lreq = (dsvcd_lock_request_t *)req; local
392 if (lreq->lrq_locktype != DSVCD_RDLOCK &&
393 lreq->lrq_locktype != DSVCD_WRLOCK) {
395 lreq->lrq_locktype);
405 (void) snprintf(conid, sizeof (conid), "%s/%s%d_%s", lreq->lrq_loctoken,
406 ds->ds_name, lreq->lrq_conver, lreq->lrq_conname);
407 cn = ds_get_container(ds, conid, lreq->lrq_crosshost);
470 lreq->lrq_locktype == DSVCD_RDLOCK ? "read" : "write", cn->cn_id);
472 if (lreq
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c326 struct lifreq *lreqp, lreq; local
329 strlcpy(lreq.lifr_name, lreqp->lifr_name,
330 sizeof (lreq.lifr_name));
331 if (ioctl(s, SIOCGLIFFLAGS, &lreq) < 0) {
336 if ((lreq.lifr_flags & IFF_UP) &&
337 !(lreq.lifr_flags & IFF_NOLOCAL) &&
338 !(lreq.lifr_flags & IFF_NOXMIT) &&
339 !(lreq.lifr_flags & IFF_LOOPBACK)) {

Completed in 102 milliseconds