Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c218 struct nfsclowner *owp, *nowp; in nfscl_open() local
236 nowp = malloc(sizeof (struct nfsclowner), in nfscl_open()
245 free(nowp, M_NFSCLOWNER); in nfscl_open()
290 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, in nfscl_open()
332 if (nowp != NULL) in nfscl_open()
333 free(nowp, M_NFSCLOWNER); in nfscl_open()
352 struct nfsclowner *owp = *owpp, *nowp; in nfscl_newopen() local
356 nowp = *nowpp; in nfscl_newopen()
358 nowp = NULL; in nfscl_newopen()
363 if (owp == NULL && nowp != NULL) { in nfscl_newopen()
[all …]
/freebsd/sys/net/altq/
H A Daltq_rmclass.c1255 struct timeval *nowp; in rmc_update_class_util() local
1279 nowp = &ifd->now_[ifd->qo_]; in rmc_update_class_util()
1288 if (TV_LT(nowp, &ifd->ifnow_)) { in rmc_update_class_util()
1297 TV_DELTA(&ifd->ifnow_, nowp, iftime); in rmc_update_class_util()
1301 TV_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_); in rmc_update_class_util()
1304 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); in rmc_update_class_util()
1307 if (TV_LT(nowp, &ifd->ifnow_)) { in rmc_update_class_util()
1310 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); in rmc_update_class_util()
1350 TV_ADD_DELTA(nowp, tidle, &cl->undertime_); in rmc_update_class_util()
1387 if ((qlen(cl->q_) <= 0) || TV_LT(nowp, &borrowed->undertime_)) { in rmc_update_class_util()
[all …]
/freebsd/usr.bin/w/
H A Dw.c474 pr_header(time_t *nowp, int nusers) in pr_header() argument
487 use_ampm ? "%l:%M%p" : "%k:%M", localtime(nowp)) != 0) in pr_header()
/freebsd/sys/netinet/
H A Dip_mroute.c2108 bw_meter_geq_receive_packet(struct bw_meter *x, int plen, struct timeval *nowp) in bw_meter_geq_receive_packet() argument
2114 delta = *nowp; in bw_meter_geq_receive_packet()
2124 x->bm_start_time = *nowp; in bw_meter_geq_receive_packet()
2143 bw_meter_prepare_upcall(x, nowp); in bw_meter_geq_receive_packet()
2153 bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp) in bw_meter_prepare_upcall() argument
2163 delta = *nowp; in bw_meter_prepare_upcall()