Home
last modified time | relevance | path

Searched refs:last (Results 251 – 275 of 836) sorted by relevance

1...<<11121314151617181920>>...34

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c672 if (last) { in fc_ulp_add()
758 last = list; in fc_ulp_remove()
762 if (last) { in fc_ulp_remove()
2885 last = NULL; in fctl_add_ulp_port()
2889 last = next; in fctl_add_ulp_port()
2934 last = NULL; in fctl_remove_ulp_port()
3509 last = NULL; in fctl_link_remote_port_to_remote_node()
3565 last = NULL; in fctl_unlink_remote_port_from_remote_node()
3590 if (last) { in fctl_unlink_remote_port_from_remote_node()
3698 last = NULL; in fctl_delist_did_table()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff_validate.c61 n = man->last; in roff_validate()
111 man->last = n; in roff_valid_ft()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c781 tx_context_t *last; in igb_check_tx_context() local
800 last = &tx_ring->tx_context; in igb_check_tx_context()
803 if ((ctx->hcksum_flags != last->hcksum_flags) || in igb_check_tx_context()
804 (ctx->l4_proto != last->l4_proto) || in igb_check_tx_context()
805 (ctx->l3_proto != last->l3_proto) || in igb_check_tx_context()
806 (ctx->lso_flag && ((ctx->mss != last->mss) || in igb_check_tx_context()
807 (ctx->l4_hdr_len != last->l4_hdr_len))) || in igb_check_tx_context()
808 (ctx->ip_hdr_len != last->ip_hdr_len) || in igb_check_tx_context()
809 (ctx->mac_hdr_len != last->mac_hdr_len)) { in igb_check_tx_context()
/illumos-gate/usr/src/tools/smatch/src/
H A Dflow.c733 struct basic_block *parent, *child, *last; in pack_basic_blocks() local
767 last = NULL; in pack_basic_blocks()
769 if (last) { in pack_basic_blocks()
770 if (last != parent) in pack_basic_blocks()
774 last = parent; in pack_basic_blocks()
777 parent = last; in pack_basic_blocks()
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c792 int last; in replace_opts_dflt() local
808 last = dflt; in replace_opts_dflt()
812 last = 1; in replace_opts_dflt()
814 last = 0; in replace_opts_dflt()
829 (void) strcat(options, last ? trueopt : falseopt); in replace_opts_dflt()
831 return (last); in replace_opts_dflt()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c299 int last = 0; /* display the last time arg */ in b_date() local
339 last = 1; in b_date()
486 if (!last) in b_date()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c2006 struct i_hca_acc_handle *handlep, *hdlp, *last; in i_hca_regs_map_setup() local
2026 for (last = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) { in i_hca_regs_map_setup()
2027 last = hdlp; in i_hca_regs_map_setup()
2029 if (last == NULL) { in i_hca_regs_map_setup()
2032 last->next = handlep; in i_hca_regs_map_setup()
2123 struct i_hca_acc_handle *handlep, *hdlp, *last; in i_hca_pci_config_setup() local
2142 for (last = hdlp = hca_fm->hdl; hdlp != NULL; hdlp = hdlp->next) { in i_hca_pci_config_setup()
2143 last = hdlp; in i_hca_pci_config_setup()
2145 if (last == NULL) { in i_hca_pci_config_setup()
2148 last->next = handlep; in i_hca_pci_config_setup()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c391 static int last = 0; in sortentry() local
398 last = 0; in sortentry()
413 last = index-1; in sortentry()
419 i = last; in sortentry()
468 last = i = upper; in sortentry()
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c542 struct cfstat *dp, *last; in fpkg() local
545 last = NULL; in fpkg()
549 last = dp; in fpkg()
557 if (!last) in fpkg()
560 last->next = dp; /* link list */ in fpkg()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c77 int last; in wistombs() local
88 last = string.used; in wistombs()
91 string.used = last; in wistombs()
216 int i, bytes, count, last; in __m_cc_mbs() local
235 last = string.used; in __m_cc_mbs()
240 string.used = last; in __m_cc_mbs()
249 string.used = last; in __m_cc_mbs()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2293 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
2340 state->last = 0;
2995 if (state->last) {
3001 state->last = BITS(1);
3182 last = this;
3185 (BITS(last.bits + last.op) >> last.bits)];
3189 DROPBITS(last.bits);
3227 last = this;
3230 (BITS(last.bits + last.op) >> last.bits)];
3234 DROPBITS(last.bits);
[all …]
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c463 static amd_iommu_acpi_ivhd_t *last; in add_deventry_info() local
470 ASSERT(last); in add_deventry_info()
471 acpi_ivhdp = last; in add_deventry_info()
472 last = NULL; in add_deventry_info()
482 ASSERT(last == NULL); in add_deventry_info()
548 last = acpi_ivhdp; in add_deventry_info()
569 last = acpi_ivhdp; in add_deventry_info()
582 last = acpi_ivhdp; in add_deventry_info()
/illumos-gate/usr/src/boot/libsa/
H A Dip.c191 struct ip_queue *ipq, *last; in readipv4() local
348 last = NULL; in readipv4()
357 last = ipq; in readipv4()
359 if ((ntohs(last->ipq_hdr->ip_off) & IP_MF) != 0) { in readipv4()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c601 HashNode *last; /* The previously searched node */ in _find_HashNode() local
606 for(last=NULL, node=bucket->head; in _find_HashNode()
608 last = node, node=node->next) in _find_HashNode()
611 *prev = node ? last : NULL; in _find_HashNode()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c81 char *last; in priv_str_to_set() local
101 last = base; in priv_str_to_set()
103 while ((offset = strtok_r(NULL, separators, &last)) != NULL) { in priv_str_to_set()
/illumos-gate/usr/src/uts/common/os/
H A Dclock_highres.c271 hrtime_t last; in clock_highres_timer_gettime() local
277 last = atomic_cas_64((uint64_t *)addr, 0, 0); in clock_highres_timer_gettime()
308 if (now - diff > last) { in clock_highres_timer_gettime()
/illumos-gate/usr/src/cmd/sh/
H A Dio.c397 restore(int last) in restore() argument
402 for (i = topfd - 1; i >= last; i--) { in restore()
408 topfd = last; in restore()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGeneral.c168 obj_delay_freed.last = NULL; in meta_Initialize()
174 ses_delay_freed.last = NULL; in meta_Initialize()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c659 nscd_getent_context_t *first = NULL, *last = NULL; in reclaim_getent_ctx() local
702 last->next_to_reclaim = gctx; in reclaim_getent_ctx()
703 last = gctx; in reclaim_getent_ctx()
707 last = gctx; in reclaim_getent_ctx()
744 first = last = NULL; in reclaim_getent_ctx()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c408 fbt_probe_t *fbt = parg, *next, *hash, *last; in fbt_destroy() local
425 last = NULL; in fbt_destroy()
430 last = hash; in fbt_destroy()
434 if (last != NULL) { in fbt_destroy()
435 last->fbtp_hashnext = fbt->fbtp_hashnext; in fbt_destroy()
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c65 char *last; /* the last allocated character */ member
166 sbuf->last = sbuf->content + LINE_ALLOC - 1; in new_sbuf()
188 if (sbuf->end + nchars > sbuf->last) { in sbuf_need()
189 size = sbuf->last + 1 - sbuf->content; in sbuf_need()
201 sbuf->last = new_content + size - 1; in sbuf_need()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1148 char *last, *name, buf[RCP_BUFSIZE]; in source() local
1179 last = rindex(name, '/'); in source()
1180 if (last == 0) in source()
1181 last = name; in source()
1183 last++; in source()
1219 last); in source()
1306 char *last, *vect[1]; in rsource() local
1313 last = rindex(name, '/'); in rsource()
1314 if (last == 0) in rsource()
1315 last = name; in rsource()
[all …]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c588 char *last; in kcf_get_slot_list() local
617 last = (char *)&p[cnt-1]; in kcf_get_slot_list()
628 if ((char *)&p[j] > last) { in kcf_get_slot_list()
679 char *last; in kcf_get_hw_prov_tab() local
714 last = (char *)&p[cnt-1]; in kcf_get_hw_prov_tab()
726 if ((char *)&p[j] > last) { in kcf_get_hw_prov_tab()
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c556 static uint_t last = 0; in __nis_get_mechanisms() local
564 if (sbuf.st_mtime > last) { in __nis_get_mechanisms()
565 last = sbuf.st_mtime; in __nis_get_mechanisms()
1004 static uint_t last = 0; /* file last modified date */ in mf_get_mechs() local
1012 if (sbuf.st_mtime > last) { in mf_get_mechs()
1013 last = sbuf.st_mtime; in mf_get_mechs()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c345 avl_tree_t scrub, last; in spa_errlog_sync() local
360 spa_get_errlists(spa, &last, &scrub); in spa_errlog_sync()
372 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); in spa_errlog_sync()

1...<<11121314151617181920>>...34