Home
last modified time | relevance | path

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

12345678910>>...34

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c922 vm_ooffset_t last; in vm_mmap_memseg() local
938 last = first + len; in vm_mmap_memseg()
939 if (first < 0 || first >= last || last > seg->len) in vm_mmap_memseg()
942 if ((gpa | first | last) & PAGE_MASK) in vm_mmap_memseg()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DREADME.illumos9 branch (53df7e58cca7e6726b44f447f10ddc3451cfa851). The last change to
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_rx.c359 bool first, last; in ena_ring_rx() local
382 last = ENAHW_RX_CDESC_LAST(cdesc); in ena_ring_rx()
384 if (!first || !last) { in ena_ring_rx()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c1261 char *last; in smb_convert_encrypt_ciphers() local
1274 cn = strtok_r(buf, sep, &last); in smb_convert_encrypt_ciphers()
1286 cn = strtok_r(NULL, sep, &last); in smb_convert_encrypt_ciphers()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c455 *build(last, next, item) in build() argument
456 NODE **last; /* Where to store in last list item */ in build()
468 *last = p;
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1669 # Author's last edit-date: [Fri Sep 15 20:29:10 1995]
6349 # extra slow on the last line of the window.
6644 # last line, and underline capabilities.
8625 # will be changed to be the same as the last attribute given.
9127 # to be the same as the last attribute given.
12241 # set programmer mode, select window 2, define window at last
12355 # to specify xenl:, but that would have rendered the last space on the
12356 # last line useless.
12670 # The first line is used instead of the last so that this works
13842 # The <nl> string is designed for last line of screen ONLY; cup to
[all …]
H A Dtermcap.src1460 # Author's last edit-date: [Fri Sep 15 20:29:10 1995]
5615 # extra slow on the last line of the window.
5881 # last line, and underline capabilities.
7723 # will be changed to be the same as the last attribute given.
8153 # to be the same as the last attribute given.
10834 # set programmer mode, select window 2, define window at last
10938 # to specify xenl:, but that would have rendered the last space on the
10939 # last line useless.
11224 # The first line is used instead of the last so that this works
12275 # The <nl> string is designed for last line of screen ONLY; cup to
[all …]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c951 uint8_t last[sizeof (uint64_t)]; in SHA2Final() local
961 Encode64(last, &ctx->state.s64[3], sizeof (uint64_t)); in SHA2Final()
962 bcopy(last, (uint8_t *)digest + 24, 4); in SHA2Final()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c778 int last = strlen(inbuf) - 1; in do_subproc() local
780 if (inbuf[last] == '\n') in do_subproc()
781 inbuf[last] = '\0'; in do_subproc()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1439 d_mutex_output_t *current, *next, *last = NULL; in d_mutex_output_reverse() local
1443 current->mo_next = last; in d_mutex_output_reverse()
1444 last = current; in d_mutex_output_reverse()
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c248 int i, first = -1, last; in show_events() local
257 last = i; in show_events()
262 desc, event_type, first, last); in show_events()
264 for (i = first; i <= last; i++) in show_events()
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c368 hrtime_t last, now; in main() local
564 last = gethrtime(); in main()
601 g_interval = now - last; in main()
602 last = now; in main()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c535 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) in info_stmt() argument
541 if (edp == *last) in info_stmt()
550 *last = edp; in info_stmt()
562 dtrace_ecbdesc_t *last = NULL; in exec_prog() local
598 (dtrace_stmt_f *)info_stmt, &last); in exec_prog()
677 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) in list_stmt() argument
681 if (edp == *last) in list_stmt()
691 *last = edp; in list_stmt()
702 dtrace_ecbdesc_t *last = NULL; in list_prog() local
705 (dtrace_stmt_f *)list_stmt, &last); in list_prog()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2149 char *last; in load_modules() local
2163 last = strchr(mdir, ':'); in load_modules()
2165 if (last == NULL) { in load_modules()
2166 last = mdir + strlen(mdir); in load_modules()
2169 (void) strncpy(cdir, mdir, last - mdir); in load_modules()
2170 cdir[last - mdir] = '\0'; in load_modules()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c455 uint64_t last = vim->vim_phys->vimp_num_entries - 1; in vdev_indirect_mapping_entry_for_offset() local
465 while (last >= base) { in vdev_indirect_mapping_entry_for_offset()
466 mid = base + ((last - base) >> 1); in vdev_indirect_mapping_entry_for_offset()
476 last = mid - 1; in vdev_indirect_mapping_entry_for_offset()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c465 time_t now, then, last; in interactive_interrupt() local
467 last = 0; in interactive_interrupt()
475 if (last != now) { in interactive_interrupt()
479 last = now; in interactive_interrupt()
H A Dbootinfo.c118 vm_offset_t addr, last; in bi_copyenv() local
121 addr = last = start; in bi_copyenv()
141 last = ++addr; in bi_copyenv()
144 if (archsw.arch_copyin("", last++, 1) != 1) in bi_copyenv()
145 last = start; in bi_copyenv()
146 return (last); in bi_copyenv()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c486 pdinfo_t *parent, *pd, *last; in efipart_cdinfo_add() local
508 if (last != NULL) in efipart_cdinfo_add()
518 if (last != NULL) in efipart_cdinfo_add()
519 cd->pd_unit = last->pd_unit + 1; in efipart_cdinfo_add()
629 pdinfo_t *last; in efipart_hdinfo_add_filepath() local
632 if (last != NULL) in efipart_hdinfo_add_filepath()
633 hd->pd_unit = last->pd_unit + 1; in efipart_hdinfo_add_filepath()
674 if (last == NULL) { in efipart_hdinfo_add_filepath()
681 hd->pd_parent = last; in efipart_hdinfo_add_filepath()
690 pdinfo_t *parent, *pd, *last; in efipart_hdinfo_add() local
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1887 uint32_t last:1; /* Last entry in SGL */ member
1894 uint32_t last:1; /* Last entry in SGL */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2779 uint_t last; in emlxs_pkt_to_sgl() local
2844 stage_sge.last = 0; in emlxs_pkt_to_sgl()
2880 if (last) { in emlxs_pkt_to_sgl()
2881 stage_sge.last = 1; in emlxs_pkt_to_sgl()
3093 stage_sge.last = 0; in emlxs_sli4_fct_bde_setup()
3108 stage_sge.last = 0; in emlxs_sli4_fct_bde_setup()
3139 stage_sge.last = 0; in emlxs_sli4_fct_bde_setup()
3172 stage_sge.last = 1; in emlxs_sli4_fct_bde_setup()
4776 sge->last = 1; in emlxs_sli4_prep_els_iocb()
4842 sge->last = 0; in emlxs_sli4_prep_els_iocb()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c1705 int last; in smb2_dispatch_stats_update() local
1707 last = first + nreq - 1; in smb2_dispatch_stats_update()
1709 if ((first < SMB2__NCMDS) && (last < SMB2__NCMDS)) { in smb2_dispatch_stats_update()
1710 for (i = first; i <= last; i++, ksr++) { in smb2_dispatch_stats_update()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c381 int last = 0; in nfsauth_retrieve() local
560 if (!last) { in nfsauth_retrieve()
562 last++; in nfsauth_retrieve()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1593 "It could last dozens of minutes, please be patient ..."
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c787 zprop_list_t **last; in zpool_expand_proplist() local
793 last = plp; in zpool_expand_proplist()
794 while (*last != NULL) in zpool_expand_proplist()
795 last = &(*last)->pl_next; in zpool_expand_proplist()
810 *last = entry; in zpool_expand_proplist()
811 last = &entry->pl_next; in zpool_expand_proplist()
853 *last = entry; in zpool_expand_proplist()
854 last = &entry->pl_next; in zpool_expand_proplist()
H A Dlibzfs_dataset.c4599 zprop_list_t **last, **start; in zfs_expand_proplist() local
4629 for (last = start; *last != NULL; in zfs_expand_proplist()
4630 last = &(*last)->pl_next) { in zfs_expand_proplist()
4631 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4636 if (*last == NULL) { in zfs_expand_proplist()
4648 *last = entry; in zfs_expand_proplist()

12345678910>>...34