Searched defs:from (Results 276 - 283 of 283) sorted by relevance

<<1112

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c324 * This routine copies memory from the host to the NIC.
326 * the size of long (4 or 8 bytes), and to/from must also
330 myri10ge_pio_copy(void *to, void *from, size_t size) argument
334 myri10ge_pio_copy32(to, (uint32_t *)from, size);
337 myri10ge_pio_copy64(to, (uint64_t *)from, size);
439 * Transfers buffers from the free pool to the nic
478 * Transfer buffers from the nic to the free pool.
731 /* remove jumbo from freelist */
1269 * Enable or disable periodic RDMAs from the host to make certain
1714 * Note hashing order is reversed from ho
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdio.h90 * KEY_TO_HSP_ID(setno, reckey) constructs a hot spare pool ID (hsp_t) from
151 #define MD_SETDRIVERNAME(to, from, setno) \
152 if ((from) != NULL) \
153 (void) strcpy((to)->md_driver.md_drivername, (from)); \
157 #define MD_GETDRIVERNAME(to, from) \
158 (void) strcpy((to), (from)->md_driver.md_drivername);
160 #define MD_PNTDRIVERNAME(from) \
161 ((from)->md_driver.md_drivername)
236 md_dev64_t rdev; /* Device from which to read */
462 * To get devid from kerne
671 } from, to; member in struct:md_rename
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c242 * | from going through till the disco- | |
1097 * not have any impact. These values are straight from the Writing Device
1989 * Get fcp_scsi_cmd array element from user address space
2024 * Get fcp_scsi_cmd pointer fields from user
2127 * Copy in fcp_scsi_cmd data structure from user address space.
2131 * base_addr = from address (user address space)
2153 * Copy data from user address space
2162 * Convert from 32 bit to 64 bit
2168 * Copy data from user address space
2180 * Copy data from use
5599 struct la_els_prli *from; local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c35 * University Acknowledgment- Portions of this document are derived from
161 * else from moving pages from one list to the other while the
183 * from happening. This drain condition will occur when pcf_count decrement
211 int pc_free_pageout; /* free's from pageout */
215 int pc_get_cache; /* get's from cache list */
216 int pc_get_free; /* get's from free list */
412 * time, use a delta from availrmem_initial.
807 * cachelist it must be pulled now. To pull the page from
812 * page from whateve
5371 lgrp_t *from; local
5552 lgrp_t *from; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c47 * zfs_ioctl_register() from zfs_ioctl_init(). The ioctl is invoked
48 * from userland by lzc_ioctl().
60 * The ioctl numbers can change from release to release, because
105 * The name of the pool or dataset to operate on, from
110 * The input nvlist, deserialized from zfs_cmd_t:zc_nvlist_src. Or
129 * - To return multiple errors from an ioctl which makes on-disk
366 /* XXX reading from non-owned objset */
432 * If the fs is zoned, only root can access it from the
629 * Disallow setting of 'zoned' from within a local zone.
706 * Generate the current snapshot name from th
870 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h29 * Export of this software from the United States of America may
30 * require a specific license from the United States Government.
57 * Export of this software from the United States of America may require
58 * a specific license from the United States Government. It is the
180 /* from profile.h */
421 krb5_dk_node *dk_list; /* list of keys derived from this key */
498 * should be from a third party trusted to give random bits
502 KRB5_C_RANDSOURCE_EXTERNAL_PROTOCOL = 4, /*Protocol data possibly from attacker*/
580 * Collect entropy from the OS if possible. strong requests that as strong
1153 krb5_timestamp from; /* requeste member in struct:_krb5_kdc_req
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h163 * Macros for converting device numbers to and from the format
186 * Convert from over-the-wire format to SVR4 device number format
521 uint32_t ra_totcount; /* total read cnt (from this offset) */
546 * Reply from remote read
664 * Results from directory operation
1745 diropargs3 from; member in struct:RENAME3args
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c503 * These functions are called from probe context. Because probe context is
506 * As a result, functions called from probe context may only call other DTrace
510 * loads are to be performed from probe context, they _must_ be in terms of
513 * Some functions in this block are not actually called from probe context;
515 * "Note: not called from probe context."
540 * Atomically increment a specified error counter from probe context.
629 * defense in depth: we want to prevent attackers from using
777 * If we hold the privilege to read from kernel memory, then
792 * We're allowed to read from our own string table.
809 * read, even absent the privilege to read from kerne
15545 dtrace_helpers_duplicate(proc_t *from, proc_t *to) argument
[all...]

Completed in 134 milliseconds

<<1112