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

/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c224 struct nfsclowner *owp, *nowp; local
242 nowp = malloc(sizeof (struct nfsclowner),
251 free(nowp, M_NFSCLOWNER);
296 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
338 if (nowp != NULL)
339 free(nowp, M_NFSCLOWNER);
358 struct nfsclowner *owp = *owpp, *nowp; local
362 nowp = *nowpp;
364 nowp = NULL;
369 if (owp == NULL && nowp !
1630 struct nfsclowner *owp, *nowp; local
1666 struct nfsclowner *owp, *nowp; local
1693 struct nfsclowner *owp, *nowp, *towp; local
1787 struct nfsclowner *owp, *nowp; local
1827 struct nfsclowner *owp, *nowp; local
2012 struct nfsclowner *owp, *nowp; local
2611 struct nfsclowner *owp, *nowp; local
3267 struct nfsclowner *owp, *nowp; local
4055 struct nfsclowner *owp, *lowp, *nowp; local
[all...]
/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.c1257 struct timeval *nowp; local
1281 nowp = &ifd->now_[ifd->qo_];
1290 if (TV_LT(nowp, &ifd->ifnow_)) {
1299 TV_DELTA(&ifd->ifnow_, nowp, iftime);
1303 TV_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_);
1306 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_);
1309 if (TV_LT(nowp, &ifd->ifnow_)) {
1312 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_);
1352 TV_ADD_DELTA(nowp, tidle, &cl->undertime_);
1389 if ((qlen(cl->q_) <= 0) || TV_LT(nowp,
[all...]
/freebsd-13-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-13-stable/sys/netinet/
H A Dip_mroute.c1919 bw_meter_receive_packet(struct bw_meter *x, int plen, struct timeval *nowp) argument
1925 delta = *nowp;
1934 x->bm_start_time = *nowp;
1953 bw_meter_prepare_upcall(x, nowp);
1972 bw_meter_prepare_upcall(x, nowp);
1976 schedule_bw_meter(x, nowp);
1999 x->bm_start_time = *nowp;
2011 bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp) argument
2021 delta = *nowp;
2121 schedule_bw_meter(struct bw_meter *x, struct timeval *nowp) argument
[all...]

Completed in 186 milliseconds