Searched refs:un (Results 1 - 25 of 187) sorted by last modified time

12345678

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1407 } un; member in struct:a
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4728 allow_usage(boolean_t un, boolean_t requested, const char *msg) argument
4751 (void) fprintf(fp, gettext("Usage: %s\n"), get_usage(un ? HELP_UNALLOW :
4754 for (int i = 0; i < (un ? unallow_size : allow_size); i++) {
4796 munge_args(int argc, char **argv, boolean_t un, size_t expected_argc, argument
4799 if (un && argc == expected_argc - 1)
4804 allow_usage(un, B_FALSE,
4811 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts) argument
4816 int all_sum = un ? ldcsuge_sum + opts->recursive : ldcsuge_sum;
4819 allow_usage(un, B_FALSE,
4824 allow_usage(un, B_TRU
5014 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) argument
5274 boolean_t un; member in struct:deleg_perms
5291 zfs_do_allow_unallow_impl(int argc, char **argv, boolean_t un) argument
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4740 zfs_set_fsacl(zfs_handle_t *zhp, boolean_t un, nvlist_t *nvl) argument
4762 zc.zc_perm_action = un;
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile630 un.h \
H A Dvfs.h90 } un; member in struct:fid
105 } un; member in struct:fid32
112 #define fid_len un._fid.len
113 #define fid_data un._fid.data
H A Decppvar.h365 } un; member in struct:ecpp_copystate
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py273 un = (sys.argv[1] == "unallow")
284 if un:
317 if un:
321 if len(sys.argv) == 3 and not un:
347 if un and len(args) == expected_len-1:
390 if not un and perms:
395 ds.set_fsacl(un, d)
396 if un and options.recursive:
398 child.set_fsacl(un, d)
H A Ddataset.py188 def set_fsacl(self, un, d):
191 un is True if the specified permissions should be removed.
197 return zfs.ioctl.set_fsacl(self.name, un, d)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c52 #include <sys/un.h> // for LOCAL_PEERPID
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1436 struct utsname un, *unp = (struct utsname *)p1; local
1439 if ((err = __systemcall(rv, SYS_uname + 1024, &un)) != 0)
1442 rev = atoi(&un.release[2]);
1444 bzero(un.release, _SYS_NMLN);
1445 (void) strlcpy(un.release, S10_UTS_RELEASE, _SYS_NMLN);
1446 bzero(un.version, _SYS_NMLN);
1447 (void) strlcpy(un.version, S10_UTS_VERSION, _SYS_NMLN);
1450 return (brand_uucopy(&un, unp, sizeof (un)));
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h56 # include <sys/un.h>
/illumos-gate/usr/src/man/man3head/
H A DMakefile100 un.h.3head \
189 un.3head \
278 un.3head := LINKSRC = un.h.3head
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c63 #include <sys/un.h>
H A Dsocksubr.c63 #include <sys/un.h>
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c332 get_stripe_req_size(ms_unit_t *un) argument
343 sizeof (struct ms_row) * (un->un_nrows - 1);
350 mdr = &un->un_row[0];
351 for (row = 0; (row < un->un_nrows); row++)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c302 ep->un.pcd_eattr = 0;
739 pct_hi = slot.sl_ep->un.pcd_scluster_hi;
741 eattr = slot.sl_ep->un.pcd_eattr;
794 ep->un.pcd_scluster_hi = pct_hi;
796 ep->un.pcd_eattr = eattr;
1677 hi16 = ltohs(ep->un.pcd_scluster_hi);
1695 ep->un.pcd_scluster_hi = htols(hi16);
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1037 } un; local
1039 un.word64 = (uint64_t)owner;
1044 suword64_noerr(&lp->mutex_owner, un.word64);
1049 suword32_noerr((uint32_t *)&lp->mutex_owner, un.word32[0]);
1050 suword32_noerr((uint32_t *)&lp->mutex_owner + 1, un.word32[1]);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c968 mpt->un.m_base_wwid);
4359 * (4 or 8 bytes) un-used. On these controllers, we should
5578 topo_node->un.phymask = ptgt->m_addr.mta_phymask;
6196 physport = topo_node->un.physport;
6204 phymask = topo_node->un.phymask;
6211 phymask = topo_node->un.phymask;
6482 * topo_node->un.physport is really the PHY#
6486 topo_node->un.physport, &attached_devhdl);
6942 topo_node->un.physport = physport;
6965 topo_node->un
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c46 #include <sys/un.h>
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c195 } un; local
303 un.va = NULL;
304 else if (copyin(cmaddr, &un.va, sizeof (un.va)))
310 un.prrun.pr_flags = 0;
311 else if (copyin(cmaddr, &un.prrun, sizeof (un.prrun)))
316 if (copyin(cmaddr, &un.lwpid, sizeof (un.lwpid)))
321 if (copyin(cmaddr, &un
1758 } un; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h538 } un; member in struct:mptsas_topo_change_list
887 } un; member in struct:mptsas
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c1243 if (sync_stats.un.type == TDB_NONE) {
2776 switch (sync_stats.un.type) {
2784 sync_stats.un.mutex.mutex_lock;
2786 sync_stats.un.mutex.mutex_sleep;
2788 sync_stats.un.mutex.mutex_sleep_time;
2790 sync_stats.un.mutex.mutex_hold_time;
2792 sync_stats.un.mutex.mutex_try;
2794 sync_stats.un.mutex.mutex_try_fail;
2809 sync_stats.un.cond.cond_wait;
2811 sync_stats.un
[all...]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c269 } un; local
270 #define devpath un.un_devpath
271 #define sfpath un.un_sfpath
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_authenticate.c34 #include <sys/un.h>
H A Dsmb_cred.c34 #include <sys/un.h>

Completed in 264 milliseconds

12345678