Searched refs:last (Results 1 - 25 of 914) sorted by last modified time

1234567891011>>

/freebsd-current/usr.bin/diff/
H A Ddiffreg.c1223 * A non-zero edoffset value for D_EDIT indicates that the last line
1448 int last = lastline; local
1452 for (; pos > last; pos--) {
/freebsd-current/sys/netinet/
H A Din_fib_dxr.c692 uint32_t last = first | DXR_RANGE_MASK; local
701 if (start > last)
758 uint32_t last = first | DXR_RANGE_MASK; local
791 if (oend >= last)
H A Dsctputil.c1396 SCTP_PRINTF("Renegable mapping array (last %d entries are zero):\n", asoc->mapping_array_size - limit);
1407 SCTP_PRINTF("Non renegable mapping array (last %d entries are zero):\n", asoc->mapping_array_size - limit);
1590 /* Run last function */
3120 /* find the last mbuf in chain and pad it */
5473 * One last check before we allow the guy possibly
5876 * value from the tcb from last time. Note too that
7139 struct mbuf *sp, *last; local
7175 for (last = m; last->m_next; last
[all...]
H A Dsctp_pcb.c577 * The last IFN gets the address, remove the
749 /* last ditch check ifn_index */
3031 uint16_t first, last, candidate; local
3036 last = MODULE_GLOBAL(ipport_hilastauto);
3043 last = MODULE_GLOBAL(ipport_lowlastauto);
3046 last = MODULE_GLOBAL(ipport_lastauto);
3048 if (first > last) {
3052 first = last;
3053 last = temp;
3055 count = last
[all...]
H A Dsctp_output.c2693 /* search beginning with the last used address */
2731 /* search beginning with the last used address */
3365 * Then as a secondary fall back to mixed types G->P being a last
6151 * Place in the size, but we don't include the last pad (if any) in
7998 /* get the last start point */
10333 struct sctp_tmit_chunk *chk, *at, *tp1, *last; local
10460 last = at;
10462 * last now points to last one I can report, update
10465 if (last) {
[all...]
/freebsd-current/sys/kern/
H A Dkern_linker.c197 int last; local
229 last = SI_SUB_DUMMY;
236 if ((*sipp)->subsystem > last)
242 last = (*sipp)->subsystem;
252 int last; local
288 last = SI_SUB_DUMMY;
293 if ((*sipp)->subsystem > last)
299 last = (*sipp)->subsystem;
529 * If the file type has not been recognized by the last try
2213 /* The last entr
[all...]
H A Dkern_intr.c216 char *last; local
244 * and still have +'s to add, change the last character from a + to a *.
254 last = &ie->ie_fullname[sizeof(ie->ie_fullname) - 2];
257 if (*last == '+') {
258 *last = '*';
261 *last = '+';
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c1037 spa_get_errlists(spa_t *spa, avl_tree_t *last, avl_tree_t *scrub) argument
1041 memcpy(last, &spa->spa_errlist_last, sizeof (avl_tree_t));
3496 * on the same host which last imported it. Since the hostid from
3581 zfs_dbgmsg("pool last imported on non-MMP aware "
3815 "loaded as it was last accessed by "
3821 "last accessed by host: %s (hostid: 0x%llx)",
5353 * rewritten on concrete vdevs after the last device removal was
5439 * Traverse the last txgs to make sure the pool was left off in a safe
8583 * vdev in the list to be the oldest vdev, and the last one to be
8607 vdev_t *last local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c169 #define LAST(node) ((node)->last)
485 vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last)
540 *last = *first + vmap->vm_pfn_count - 1;
484 linux_cdev_pager_populate(vm_object_t vm_obj, vm_pindex_t pidx, int fault_type, vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last) argument
/freebsd-current/sys/arm/arm/
H A Dgeneric_timer.c811 uint32_t first, last; local
830 last = sc->get_cntxct(sc->physical_sys);
831 counts -= (int32_t)(last - first);
832 first = last;
/freebsd-current/libexec/rtld-elf/
H A Drtld.c290 size_t tls_last_offset; /* Static TLS offset of last module */
291 size_t tls_last_size; /* Static TLS size of last module */
4394 char *last; local
4402 last = strrchr(base, '/');
4403 if (last == NULL) {
4407 if (last != base)
4408 *last = '\0';
5597 * If we were the last thing to allocate out of the static TLS
6133 * -f must be the last option in the
6322 char last; local
[all...]
/freebsd-current/sys/vm/
H A Dswap_pager.c2137 vm_pindex_t offset, last; local
2151 last = pindex + count;
2155 if (sb == NULL || sb->p >= last)
2158 limit = last - sb->p < SWAP_META_PAGES ? last - sb->p :
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)
360 fault_type, max_prot, first, last));
352 dev_pager_populate(vm_object_t object, vm_pindex_t pidx, int fault_type, vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last) argument
H A Dvm_glue.c182 vm_offset_t end, last, start; local
186 last = (vm_offset_t)addr + len;
188 end = round_page(last);
189 if (last < (vm_offset_t)addr || end < (vm_offset_t)addr)
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_subr.c751 bool last; local
756 last = refcount_release(&node->tn_refcount);
757 if (node->tn_attached && (detach || last)) {
763 if (!last)
1548 /* Remove duphead if de was last entry. */
1880 * because the last allocated page can accommodate the change on
1896 * Zero the truncated part of the last page.
/freebsd-current/sbin/ifconfig/
H A Difconfig.c371 struct ifaddrs *right, *temp, *last, *result, *next, *tail; local
375 last = list;
384 last = right;
389 last->ifa_next = NULL;
/freebsd-current/contrib/bmake/
H A Dvar.c707 * the child process can do it at the last minute.
1678 * The :[first..last] modifier selects words from the expression.
1682 VarSelectWords(const char *str, int first, int last, argument
1706 if (last < 0)
1707 last += len + 1;
1709 if (first > last) {
1711 end = last < 1 ? 0 : last - 1;
1715 end = last > len ? len : last;
3207 int first, last; local
[all...]
/freebsd-current/sys/net/
H A Dif_ovpn.c394 * the last peer. */
1023 uint32_t last, _last_active; local
1029 last = 0;
1032 if (_last_active > last)
1033 last = _last_active;
1036 if (last + peer->keepalive.timeout > time_uptime) {
1038 (peer->keepalive.timeout - (time_uptime - last)) * hz,
/freebsd-current/share/mk/
H A Dbsd.sys.mk519 # we are generally the last makefile read
/freebsd-current/sys/dev/iicbus/
H A Diic.c73 uint32_t last; member in struct:iiccmd32
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) argument
256 ((uio->uio_resid <= sizeof(buffer)) ? last : 0), 0);
464 CP(*s32, iicswab, last);
563 error = iicuio_move(priv, &ubuf, s->last);
/freebsd-current/sys/cam/ctl/
H A Dctl_backend_block.c550 * If the send complete bit isn't set, or we aren't the last I/O to
560 * At this point, we've verified that we are the last I/O to
1156 uint64_t off, uint64_t len, int last)
1182 if (last && len == 0)
1704 /* If this is not the last range, request a rerun after this range. */
1154 ctl_be_block_unmap_dev_range(struct ctl_be_block_lun *be_lun, struct ctl_be_block_io *beio, uint64_t off, uint64_t len, int last) argument
/freebsd-current/sys/arm64/arm64/
H A Dgicv3_its.c1886 uint64_t first, last, read; local
1899 last = its_cmd_cwriter_offset(sc, cmd_last);
1903 if (first < last) {
1904 if (read < first || read >= last)
1906 } else if (read < first && read >= last)
/freebsd-current/contrib/unbound/util/
H A Dnet_help.c906 struct sock_list* last = add; local
907 if(!last)
909 while(last->next)
910 last = last->next;
911 last->next = *list;
H A Dconfig_file.h61 /** last in list of text items */
62 struct config_strlist* last; member in struct:config_strlist_head
H A Dconfig_file.c306 cfg->control_ifs.last = NULL;
1945 if(list->last)
1946 list->last->next = s;
1949 list->last = s;
2020 struct config_strlist *last = *head; local
2021 while (last->next!=NULL) {
2022 last = last->next;
2024 last->next = s;
2499 /** return last spac
[all...]

Completed in 515 milliseconds

1234567891011>>