Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 1794) sorted by last modified time

12345678910>>...72

/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips284 To see the last 10 lines of a long file, use "tail filename". To see the
289 To see the last time that you logged in, use lastlogin(8).
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c751 bool last; in tmpfs_free_node_locked() local
756 last = refcount_release(&node->tn_refcount); in tmpfs_free_node_locked()
757 if (node->tn_attached && (detach || last)) { in tmpfs_free_node_locked()
763 if (!last) in tmpfs_free_node_locked()
/freebsd/sys/vm/
H A Dswap_pager.c2137 vm_pindex_t offset, last; in swp_pager_meta_transfer() local
2151 last = pindex + count; in swp_pager_meta_transfer()
2155 if (sb == NULL || sb->p >= last) in swp_pager_meta_transfer()
2158 limit = last - sb->p < SWAP_META_PAGES ? last - sb->p : in swp_pager_meta_transfer()
H A Ddevice_pager.c66 int fault_type, vm_prot_t, vm_pindex_t *first, vm_pindex_t *last);
353 vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last) in dev_pager_populate() argument
360 fault_type, max_prot, first, last)); in dev_pager_populate()
H A Dvm_glue.c182 vm_offset_t end, last, start; in vslock() local
186 last = (vm_offset_t)addr + len; in vslock()
188 end = round_page(last); in vslock()
189 if (last < (vm_offset_t)addr || end < (vm_offset_t)addr) in vslock()
/freebsd/contrib/bmake/mk/
H A DChangeLog457 We add our filter on extensions last, so prior filters
1401 to have stage_lins run last in non-jobs mode.
/freebsd/contrib/bmake/
H A Dvar.c1682 VarSelectWords(const char *str, int first, int last, in VarSelectWords() argument
1706 if (last < 0) in VarSelectWords()
1707 last += len + 1; in VarSelectWords()
1709 if (first > last) { in VarSelectWords()
1711 end = last < 1 ? 0 : last - 1; in VarSelectWords()
1715 end = last > len ? len : last; in VarSelectWords()
3207 int first, last; in ApplyModifier_Words() local
3259 last = first; in ApplyModifier_Words()
3262 if (!TryParseIntBase0(&p, &last) || *p != '\0') in ApplyModifier_Words()
3267 if (first == 0 && last == 0) { /* ":[0]" or ":[0..0]" */ in ApplyModifier_Words()
[all …]
H A DChangeLog83 skip them if bmake has not been updated since tests last
3305 changed since the last exec.
4259 We'll generally use the date of last import from NetBSD.
/freebsd/sbin/ifconfig/
H A Difconfig.c371 struct ifaddrs *right, *temp, *last, *result, *next, *tail; in sortifaddrs() local
375 last = list; in sortifaddrs()
384 last = right; in sortifaddrs()
389 last->ifa_next = NULL; in sortifaddrs()
/freebsd/
H A DObsoleteFiles.inc15581 # 20100815: retired last traces of chooseproc(9)
/freebsd/sys/net/
H A Dif_ovpn.c1023 uint32_t last, _last_active; in ovpn_timeout() local
1029 last = 0; in ovpn_timeout()
1032 if (_last_active > last) in ovpn_timeout()
1033 last = _last_active; in ovpn_timeout()
1036 if (last + peer->keepalive.timeout > time_uptime) { in ovpn_timeout()
1038 (peer->keepalive.timeout - (time_uptime - last)) * hz, in ovpn_timeout()
/freebsd/sys/netinet/
H A Dsctputil.c7139 struct mbuf *sp, *last; in sctp_recv_udp_tunneled_packet() local
7175 for (last = m; last->m_next; last = last->m_next); in sctp_recv_udp_tunneled_packet()
7176 last->m_next = sp; in sctp_recv_udp_tunneled_packet()
H A Dsctp_output.c10333 struct sctp_tmit_chunk *chk, *at, *tp1, *last; in send_forward_tsn() local
10460 last = at; in send_forward_tsn()
10465 if (last) { in send_forward_tsn()
10466 advance_peer_ack_point = last->rec.data.tsn; in send_forward_tsn()
H A Dsctp_pcb.c3031 uint16_t first, last, candidate; in sctp_inpcb_bind_locked() local
3036 last = MODULE_GLOBAL(ipport_hilastauto); in sctp_inpcb_bind_locked()
3043 last = MODULE_GLOBAL(ipport_lowlastauto); in sctp_inpcb_bind_locked()
3046 last = MODULE_GLOBAL(ipport_lastauto); in sctp_inpcb_bind_locked()
3048 if (first > last) { in sctp_inpcb_bind_locked()
3052 first = last; in sctp_inpcb_bind_locked()
3053 last = temp; in sctp_inpcb_bind_locked()
3055 count = last - first + 1; /* number of candidates */ in sctp_inpcb_bind_locked()
3068 if (candidate == last) in sctp_inpcb_bind_locked()
/freebsd/sys/kern/
H A Dkern_intr.c216 char *last; in intr_event_update() local
254 last = &ie->ie_fullname[sizeof(ie->ie_fullname) - 2]; in intr_event_update()
257 if (*last == '+') { in intr_event_update()
258 *last = '*'; in intr_event_update()
261 *last = '+'; in intr_event_update()
/freebsd/sys/dev/iicbus/
H A Diic.c73 uint32_t last; member
97 static int iicuio_move(struct iic_cdevpriv *priv, struct uio *uio, int last);
224 iicuio_move(struct iic_cdevpriv *priv, struct uio *uio, int last) in iicuio_move() argument
256 ((uio->uio_resid <= sizeof(buffer)) ? last : 0), 0); in iicuio_move()
464 CP(*s32, iicswab, last); in iicioctl()
563 error = iicuio_move(priv, &ubuf, s->last); in iicioctl()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c1156 uint64_t off, uint64_t len, int last) in ctl_be_block_unmap_dev_range() argument
1182 if (last && len == 0) in ctl_be_block_unmap_dev_range()
/freebsd/contrib/unbound/util/
H A Dnet_help.c906 struct sock_list* last = add; in sock_list_prepend() local
907 if(!last) in sock_list_prepend()
909 while(last->next) in sock_list_prepend()
910 last = last->next; in sock_list_prepend()
911 last->next = *list; in sock_list_prepend()
H A Dconfig_file.c306 cfg->control_ifs.last = NULL; in config_create()
1945 if(list->last) in cfg_strlist_append()
1946 list->last->next = s; in cfg_strlist_append()
1949 list->last = s; in cfg_strlist_append()
2020 struct config_strlist *last = *head; in cfg_strlist_append_ex() local
2021 while (last->next!=NULL) { in cfg_strlist_append_ex()
2022 last = last->next; in cfg_strlist_append_ex()
2024 last->next = s; in cfg_strlist_append_ex()
H A Dconfig_file.h62 struct config_strlist* last; member
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2296 struct tcp_req_done_item* last = NULL; in tcp_req_info_add_result() local
2312 last = req->done_req_list; in tcp_req_info_add_result()
2313 while(last && last->next) in tcp_req_info_add_result()
2314 last = last->next; in tcp_req_info_add_result()
2332 if(last) last->next = item; in tcp_req_info_add_result()
H A Dauthzone.c3918 struct auth_addr* list = NULL, *last = NULL; in auth_addr_list_copy() local
3928 if(last) last->next = a; in auth_addr_list_copy()
3930 last = a; in auth_addr_list_copy()
3981 struct auth_master* list = NULL, *last = NULL; in probe_copy_masters_for_allow_notify() local
3992 if(last) last->next = m; in probe_copy_masters_for_allow_notify()
3994 last = m; in probe_copy_masters_for_allow_notify()
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen1352 # Note: The order of the extra style sheet files is of importance (e.g. the last
2016 # last chapter. If it is left blank doxygen will generate a standard footer. See
2030 # Note: The order of the extra style sheet files is of importance (e.g. the last
H A DChangelog1703 - Fix that auth-zone zonefiles use last TTL if no TTL is specified.
1729 about one of the last failures for that query.
3995 - Fix usage printout for unbound-host, hostname has to be last
6167 happens to be the last one.
6380 - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
8134 - Fix storage of negative parent glue if that last resort fails.
8229 - Fix to fetch data as last resort more tenaciously. When cycle
8485 - verify_rrsig routine checks expiration last.
9640 that as a last resort, a +RD query is sent there to get the
10274 this causes a tiny race condition window when the last lock is
[all …]
H A DREADME90 on sighup. On a restart 'did not exit gracefully last time' warning is

12345678910>>...72