Searched refs:un (Results 51 - 75 of 187) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c29 #include <sys/un.h>
149 const struct sockaddr_un *un = local
151 unsigned int x = sizeof un->sun_path;
155 strncpy(buf, un->sun_path, x - 1);
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_impl.h56 #include <sys/un.h>
H A Dsunpm.h79 } un; member in struct:pm_trans_data
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dsn1_brand.c65 struct utsname un, *unp = (struct utsname *)p1; local
68 if ((err = __systemcall(rv, SYS_uname + 1024, &un)) != 0)
71 rev = atoi(&un.release[2]);
73 (void) sprintf(un.release, "5.%d", rev - 1);
75 if (uucopy(&un, unp, sizeof (un)) != 0)
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c214 int us = 0, un = 0; local
231 un += q - p;
247 int us = 0, un = 0; local
261 un += q - p;
269 prs("un/used/avail ");
270 prn(un);
274 prn((uintptr_t)bloktop - (uintptr_t)brkbegin - (un + us));
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c2095 block->un.sia.csr13,
2096 block->un.sia.csr14,
2097 block->un.sia.csr15);
2106 block->un.sia.csr14);
2112 dnetp->gprsia = (dnetp->gprsia&0xffff0000)|block->un.sia.csr15;
2119 block->un.sia.csr13);
4139 block->un.sia.csr13 = *vi++;
4140 block->un.sia.csr13 |= *vi++ << 8;
4141 block->un.sia.csr14 = *vi++;
4142 block->un
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c390 mydid.un.word = port->did;
391 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
395 ndid.un.word = did;
396 odid.un.word = ndlp->nlp_DID;
397 if (ndid.un.b.id == odid.un.b.id) {
398 if ((mydid.un.b.domain == ndid.un.b.domain) &&
399 (mydid.un
[all...]
H A Demlxs_sli4.c446 bcopy((char *)&mb->un.varSLIConfig.payload,
467 bcopy((char *)&mb->un.varSLIConfig.payload,
487 if (mb->un.varRdRev4.sliLevel != 4) {
490 mb->un.varRdRev4.sliLevel);
496 switch (mb->un.varRdRev4.dcbxMode) {
508 mb->un.varRdRev4.dcbxMode);
515 if (mb->un.varRdRev4.FCoE) {
524 vpd->sli4FwRev = (mb->un.varRdRev4.ULPFwId);
525 bcopy((char *)mb->un.varRdRev4.ULPFwName, vpd->sli4FwName, 16);
527 vpd->opFwRev = (mb->un
[all...]
H A Demlxs_sli3.c383 if (mb->un.varRdRev.rr == 0) {
396 if (mb->un.varRdRev.un.b.ProgType != FUNC_FIRMWARE) {
405 mb->un.varRdRev.un.b.ProgType);
410 vpd->sli1FwRev = mb->un.varRdRev.sliFwRev1;
411 bcopy((char *)mb->un.varRdRev.sliFwName1, vpd->sli1FwLabel,
413 vpd->sli2FwRev = mb->un.varRdRev.sliFwRev2;
414 bcopy((char *)mb->un.varRdRev.sliFwName2, vpd->sli2FwLabel,
438 if (mb->un
[all...]
H A Demlxs_dfc.c3194 els->un.logo.un.nPortId32 = LE_SWAP32(vport->did);
3195 bcopy(&vport->wwpn, &els->un.logo.portName, 8);
3426 vres->vpi_max = mb->un.varRdConfig.max_vpi;
3428 (mb->un.varRdConfig.max_vpi <=
3429 mb->un.varRdConfig.avail_vpi) ? 0 : mb->un.varRdConfig.max_vpi -
3430 mb->un.varRdConfig.avail_vpi;
3432 vres->rpi_max = mb->un.varRdConfig.max_rpi;
3434 (mb->un
[all...]
H A Demlxs_download.c419 mb->un.varSLIConfig.be.embedded = 0;
527 mb->un.varSLIConfig.be.embedded = 0;
615 mb->un.varSLIConfig.be.embedded = 0;
711 mb->un.varSLIConfig.be.embedded = 0;
757 mb->un.varSLIConfig.be.embedded = 0;
1805 mb->un.varSLIConfig.be.embedded = 1;
1813 &mb->un.varSLIConfig.be.un_hdr.hdr_req;
1841 &mb->un.varSLIConfig.be.un_hdr.hdr_rsp;
2272 mb->un.varUpdateCfg.rsp_info);
2387 "Img Header: PROG_ID revcomp = 0x%x", image->Id.un
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c114 } un; member in struct:xs_stored_msg
272 *reply = reply_msg->un.reply.body;
335 reply = reply_msg->un.reply.body;
847 for (i = 0; i < msg->un.watch.vec_size; i++)
848 len += strlen(msg->un.watch.vec[i]) + 1 + sizeof (char *);
849 kmem_free(msg->un.watch.vec, len);
885 if (msg->un.watch.handle == watch) {
944 watch = msg->un.watch.handle;
953 const char *, msg->un.watch.vec[XS_WATCH_PATH]);
955 watch->callback(watch, (const char **)msg->un
[all...]
/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/lib/print/libhttp-core/common/
H A Dhttp-addr.c117 addr->un.sun_family = AF_LOCAL;
118 strlcpy(addr->un.sun_path, host->h_addr_list[n], sizeof(addr->un.sun_path));
195 strlcpy(name, addr->un.sun_path, namelen);
241 strlcpy(s, addr->un.sun_path, slen);
/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c78 static struct utsname un; local
127 if (uname(&un) < 0)
130 Keywords = lut_add(Keywords, "nodename", un.nodename);
131 Keywords = lut_add(Keywords, "release", un.release);
132 Keywords = lut_add(Keywords, "machine", un.machine);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dump.h327 } un; member in struct:_DUMP_TABLE_ENTRY_PORT_STRUCT
351 } un; member in struct:_DUMP_TABLE_ENTRY_PORT_BLK
363 } un; member in struct:_DUMP_TABLE_ENTRY
/illumos-gate/usr/src/tools/scripts/
H A Dhgsetup.sh85 login=$(/usr/bin/id -un)
124 my_id=$(id -un)
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h155 } un; member in struct:lock_manager_pid_list
159 #define lmpl_opid un._pid
160 #define lmpl_own_len un._own.len
161 #define lmpl_owner un._own.owner
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c183 strlcpy (hotplug_event->un.devfs.devfs_path, devfs_path,
184 sizeof (hotplug_event->un.devfs.devfs_path));
185 hotplug_event->un.devfs.handler = handler;
297 if (parent == NULL && (strcmp(hotplug_event->un.devfs.devfs_path, "/") != 0)) {
298 HAL_ERROR (("Parent is NULL, devfs_path=%s", hotplug_event->un.devfs.devfs_path));
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c305 * md_nblocks_set(mnum, un->c.un_total_blocks);"
311 * md_nblocks_set(mnum, un->c.un_total_blocks);"
1059 uint_t un; local
1242 for (un = 0; un < MD_MAXUNITS; un++) {
1243 if (md_set[setno].s_un[un] != NULL) {
1247 md_set[setno].s_un_next = un;
1364 md_unit_t *un; local
1374 un
1981 unit_t un, start; local
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c127 if ((lastl = ll - un) < ne)
134 un += quant(nel / 2, HOR);
136 un += nel;
140 if (lastl + un > dip->maxl)
141 dip->maxl = lastl + un;
142 horiz(un);
195 if ((k = ll - un - lastl + ics) > 0)
204 un = in;
236 un += nw * (3 + nms + ni);
247 un
[all...]
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c347 struct utsname un; local
367 if (uname(&un) != -1)
369 un.sysname, un.release, un.version, un.machine);
/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c127 get_big_stripe_req_size(ms_unit32_od_t *un, int first_comp_only) argument
138 sizeof (struct ms_row) * (un->un_nrows - 1);
147 mdr = &un->un_row[0];
148 for (row = 0; (row < un->un_nrows); row++)
161 get_small_stripe_req_size(ms_unit_t *un, int first_comp_only) argument
171 sizeof (struct ms_row32_od) * (un->un_nrows - 1);
180 mdr = &un->un_row[0];
181 for (row = 0; (row < un->un_nrows); row++)
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h165 union_def un; member in union:definition::__anon1334

Completed in 172 milliseconds

12345678