Searched refs:nowp (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c219 struct nfsclowner *owp, *nowp; local
237 nowp = malloc(sizeof (struct nfsclowner),
244 free(nowp, M_NFSCLOWNER);
291 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
333 if (nowp != NULL)
334 free(nowp, M_NFSCLOWNER);
353 struct nfsclowner *owp = *owpp, *nowp; local
357 nowp = *nowpp;
359 nowp = NULL;
364 if (owp == NULL && nowp !
1595 struct nfsclowner *owp, *nowp; local
1631 struct nfsclowner *owp, *nowp; local
1658 struct nfsclowner *owp, *nowp, *towp; local
1748 struct nfsclowner *owp, *nowp; local
1788 struct nfsclowner *owp, *nowp; local
1966 struct nfsclowner *owp, *nowp; local
2556 struct nfsclowner *owp, *nowp; local
3211 struct nfsclowner *owp, *nowp; local
3999 struct nfsclowner *owp, *lowp, *nowp; local
[all...]
/freebsd-12-stable/sys/net/altq/
H A Daltq_rmclass.c1267 struct timeval *nowp; local
1291 nowp = &ifd->now_[ifd->qo_];
1300 if (TV_LT(nowp, &ifd->ifnow_)) {
1309 TV_DELTA(&ifd->ifnow_, nowp, iftime);
1313 TV_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_);
1316 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_);
1319 if (TV_LT(nowp, &ifd->ifnow_)) {
1322 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_);
1362 TV_ADD_DELTA(nowp, tidle, &cl->undertime_);
1399 if ((qlen(cl->q_) <= 0) || TV_LT(nowp,
[all...]
/freebsd-12-stable/usr.bin/w/
H A Dw.c480 pr_header(time_t *nowp, int nusers) argument
494 use_ampm ? "%l:%M%p" : "%k:%M", localtime(nowp)) != 0)
/freebsd-12-stable/sys/netinet/
H A Dip_mroute.c1917 bw_meter_receive_packet(struct bw_meter *x, int plen, struct timeval *nowp) argument
1923 delta = *nowp;
1932 x->bm_start_time = *nowp;
1951 bw_meter_prepare_upcall(x, nowp);
1970 bw_meter_prepare_upcall(x, nowp);
1974 schedule_bw_meter(x, nowp);
1997 x->bm_start_time = *nowp;
2009 bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp) argument
2019 delta = *nowp;
2119 schedule_bw_meter(struct bw_meter *x, struct timeval *nowp) argument
[all...]

Completed in 177 milliseconds