Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c975 smb_config_get_execinfo(char *map, char *unmap, size_t bufsz) in smb_config_get_execinfo() argument
990 if (unmap == NULL) { in smb_config_get_execinfo()
991 unmap = buf; in smb_config_get_execinfo()
995 *unmap = '\0'; in smb_config_get_execinfo()
996 (void) smb_config_getstr(SMB_CI_UNMAP, unmap, bufsz); in smb_config_get_execinfo()
997 if (*unmap != '\0') in smb_config_get_execinfo()
/titanic_44/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh56 xdt:mem::page-grant-unmap,
/titanic_44/usr/src/uts/common/vm/
H A Dseg.h119 int (*unmap)(struct seg *, caddr_t, size_t); member
214 #define SEGOP_UNMAP(s, a, l) (*(s)->s_ops->unmap)((s), (a), (l))
H A Dvm_as.c1759 int unmap = 0; in as_map_locked() local
1789 error = as_map_vnsegs(as, raddr, rsize, crfp, &crargs, &unmap); in as_map_locked()
1792 if (unmap) { in as_map_locked()
1799 error = as_map_ansegs(as, raddr, rsize, crfp, &crargs, &unmap); in as_map_locked()
1802 if (unmap) { in as_map_locked()
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2429 uint8_t unmap; in sbd_handle_write_same() local
2447 unmap = task->task_cdb[1] & 0x08; in sbd_handle_write_same()
2448 if (unmap && ((sl->sl_flags & SL_UNMAP_ENABLED) == 0)) { in sbd_handle_write_same()
2469 if (unmap) { in sbd_handle_write_same()
/titanic_44/usr/src/uts/common/os/
H A Ddumpsubr.c183 PERPAGE(bitmap) PERPAGE(map) PERPAGE(unmap) \
2514 HRSTART(ds->perpage, unmap); in dumpsys_main_task()
2516 HRSTOP(ds->perpage, unmap); in dumpsys_main_task()
/titanic_44/usr/src/cmd/vi/port/
H A Dex.news451 commands is identical to the map and unmap commands, except
590 A bug which caused unmap of strings with length 2 to fail has been
658 Map and unmap commands with ! apply only to input, others apply
856 unmap lhs
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1468 @ MSG_DL_IPHDR_MAPCNG "dl_iterate_phdr() object map/unmap in callback"
1469 @ MSG_DL_IPHDR_UNMAP "dl_iterate_phdr() early return due to object unmap"
/titanic_44/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README347 4371114 dlclose may unmap a promiscuous object while it's still in use.