Searched refs:unmap (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh56 xdt:mem::page-grant-unmap,
/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h119 int (*unmap)(struct seg *, caddr_t, size_t); member in struct:seg_ops
214 #define SEGOP_UNMAP(s, a, l) (*(s)->s_ops->unmap)((s), (a), (l))
H A Dvm_as.c1331 * destroyed during the segment unmap operation.
1670 int unmap = 0; local
1707 error = as_map_vnsegs(as, raddr, rsize, crfp, &crargs, &unmap);
1710 if (unmap) {
1717 error = as_map_ansegs(as, raddr, rsize, crfp, &crargs, &unmap);
1720 if (unmap) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c140 {SMB_CI_UNMAP, "unmap", SCF_TYPE_ASTRING, SMB_CF_EXEC},
1043 smb_config_get_execinfo(char *map, char *unmap, size_t bufsz) argument
1058 if (unmap == NULL) {
1059 unmap = buf;
1063 *unmap = '\0';
1064 (void) smb_config_getstr(SMB_CI_UNMAP, unmap, bufsz);
1065 if (*unmap != '\0')
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c179 PERPAGE(bitmap) PERPAGE(map) PERPAGE(unmap) \
229 * CBUF_USEDMAP: mapping has been consumed by a helper. Needs unmap.
1874 * main task to unmap and free it.
2472 HRSTART(ds->perpage, unmap);
2474 HRSTOP(ds->perpage, unmap);
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2429 uint8_t unmap; local
2447 unmap = task->task_cdb[1] & 0x08;
2448 if (unmap && ((sl->sl_flags & SL_UNMAP_ENABLED) == 0)) {
2468 /* Check if the command is for the unmap function */
2469 if (unmap) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c890 mDNSBool unmap = mDNStrue; local
908 // If there is a match for the operation being stopped, don't send a deletion request (unmap)
920 unmap = mDNSfalse;
924 if (traversal->ExpiryTime && unmap)
952 if (err) LogMsg("Legacy NAT Traversal - unmap request failed with error %d", err);

Completed in 120 milliseconds