Searched refs:group (Results 251 - 275 of 420) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c104 "group ids set upon execution. History has shown " \
889 extlist[i]->cf_ent.ainfo.group);
896 extlist[i]->cf_ent.ainfo.group);
916 extlist[i]->cf_ent.ainfo.group);
920 extlist[i]->cf_ent.ainfo.group);
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h149 /* Error definitions for group/view entry/provider dataioctls */
181 * struct used to operate (add/remove entry) on a group.
190 stmf_group_name_t group; member in struct:stmf_group_op_data
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh36 # chmod A{+|-|=} read_data|write_data|execute for owner@ group@ or
49 log_assert "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
54 set -A a_flag owner group everyone
151 if [[ $acl_flag == "group" || $acl_flag == "everyone" ]]; then
243 log_pass "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1446 sa_group_t group, subgroup; local
1460 for (group = sa_get_group(handle, NULL);
1461 group != NULL; group = sa_get_next_group(group)) {
1462 gstate = sa_get_group_attr(group, "state");
1471 smb_shr_sa_loadgrp(group);
1473 for (subgroup = sa_get_sub_group(group);
1485 * Load the shares contained in the specified group.
1488 * The top level ZFS group wo
1496 smb_shr_sa_loadgrp(sa_group_t group) argument
[all...]
H A Dsrvsvc_svc.c229 * Server Operator, Print Operator or Power User group membership
2859 * If the default "smb" share group exists then return the group
2860 * handle, otherwise create the group and return the handle.
2863 * group.
2868 sa_group_t group = NULL; local
2871 group = sa_get_group(handle, SMB_DEFAULT_SHARE_GROUP);
2872 if (group != NULL)
2873 return (group);
2875 group
2895 sa_group_t group; local
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l63 char *y_logname; /* user/group name from LOGNAME */
108 <TS>group@: {
118 <TS>group: {
168 <TS>default:group: {
238 "Missing user/group name"
249 "Invalid user/group "
933 struct group *gr;
H A Daclutils.c386 * off of the mode argument. After acl has been set owner/group
387 * are updated to match owner,group arguments
390 acl_strip(const char *file, uid_t owner, gid_t group, mode_t mode) argument
418 min_acl[1].a_id = group;
440 error = chown(file, owner, group);
664 "There is more than one group or default group entry"));
676 "Duplicate user or group entries"));
679 "Missing user/group owner, other, mask entry"));
708 return (dgettext(TEXT_DOMAIN, "Invalid user or group"));
[all...]
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h735 * %G - The number of the history group that
743 * those of the current history group.
783 * current history group.
789 * currently selected history group.
846 unsigned group; /* The history group to which the */ member in struct:__anon4105
887 unsigned group; /* The current history group */ member in struct:__anon4106
/illumos-gate/usr/src/cmd/vntsd/
H A Dcmd.c142 * in the group queue.
147 /* forward when there are mutiple consoles in the group */
148 if (clientp->cons->group->num_cons > 1)
157 * console in the group queue.
162 /* backward when there are mutiple consoles in the group */
163 if (clientp->cons->group->num_cons > 1)
H A Dconsole.c30 * multiple consoles in the group, client will be asked for a console selection.
53 /* display domain names in the group */
90 gettext("Connecting to console \"%s\" in group \"%s\" ...."),
130 /* Display all domain consoles in a group. */
262 /* no console in this group */
357 groupp = consp->group;
396 assert(consp->group);
404 * move the client from group's no console selected queue
436 if ((rv = write_connect_msg(clientp, consp->group->group_name,
452 /* append client to group'
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dsystem-board.info213 name:/platform/memory-controller@0,0/memory-module-group?ID=0/memory-module?ID=0
215 name:/platform/memory-controller@0,0/memory-module-group?ID=0/memory-module?ID=1
217 name:/platform/memory-controller@0,0/memory-module-group?ID=1/memory-module?ID=0
219 name:/platform/memory-controller@0,0/memory-module-group?ID=1/memory-module?ID=1
221 name:/platform/memory-controller@1,0/memory-module-group?ID=0/memory-module?ID=0
223 name:/platform/memory-controller@1,0/memory-module-group?ID=0/memory-module?ID=1
225 name:/platform/memory-controller@1,0/memory-module-group?ID=1/memory-module?ID=0
227 name:/platform/memory-controller@1,0/memory-module-group?ID=1/memory-module?ID=1
292 name:/platform/memory-controller@0,0/memory-module-group?ID=0/memory-module?ID=0
294 name:/platform/memory-controller@0,0/memory-module-group
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dsystem-board.info129 name:/platform/memory-controller?portid=0/memory-module-group?ID=0/memory-module?ID=0
132 name:/platform/memory-controller?portid=0/memory-module-group?ID=0/memory-module?ID=1
135 name:/platform/memory-controller?portid=0/memory-module-group?ID=1/memory-module?ID=0
138 name:/platform/memory-controller?portid=0/memory-module-group?ID=1/memory-module?ID=1
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com44 globals.o group.o \
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c190 (void) strlcpy(entry.ainfo.group, BADGROUP, sizeof (entry.ainfo.group));
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h111 /* size of a memory SIMM group */
118 * Interleave factor of a memory SIMM group.
129 * Physical base mask of a memory SIMM group. Note that this is
342 /* to supply address, group, info */
365 /* to supply address, group, info */
428 #define SETUP_DECODE(addr, mb, intlv, group) \
431 ((group) & 0xfULL) | /* LM */ \
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c83 long group; member in struct:mib_item_s
492 last_item->group,
551 last_item->group = req->level;
557 "msg %d: group = %4d mib_id = %5d length = %d\n",
558 j, last_item->group, last_item->mib_id,
960 item->group, item->mib_id, item->length,
963 if (item->group != MIB2_IP || item->mib_id != MIB2_IP_20)
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c126 #define SMB_LGRP_PGRP_GROUP "/etc/group"
127 #define SMB_LGRP_PGRP_MAXGLEN 9 /* max length of group name */
170 { SMB_LGRP_NOT_FOUND, "group not found" },
171 { SMB_LGRP_EXISTS, "group exists" },
181 { SMB_LGRP_MEMBER_IN_GROUP, "member already in group" },
194 { SMB_LGRP_INSERT_FAILED, "group insert failed" },
195 { SMB_LGRP_DELETE_FAILED, "group delete failed" },
196 { SMB_LGRP_UPDATE_FAILED, "group update failed" },
197 { SMB_LGRP_LOOKUP_FAILED, "group lookup failed" },
198 { SMB_LGRP_OFFLINE, "local group servic
2521 smb_lgrp_pgrp_valid_gname(char *group) argument
2556 smb_lgrp_pgrp_add(char *group) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs78 Allows a process to change a file's group ID to one other than
79 the process' effective group ID or one of the process'
80 supplemental group IDs.
146 a file without the set-user-ID and set-group-ID bits being
148 Allows a process to set the set-group-ID bit on a file or
149 directory whose group is not the process' effective group or
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2092 char group[FR_GROUPLEN]; local
2107 bcopy(fin->fin_group, group, FR_GROUPLEN);
2115 bcopy(group, fin->fin_group, FR_GROUPLEN);
3310 /* Returns: frgroup_t * - NULL = group not found, else pointer to group */
3311 /* Parameters: group(I) - group name to search for */
3312 /* unit(I) - device to which this group belongs */
3315 /* to where to add the next (last) group or where */
3316 /* to delete group fro
4393 char *group; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c110 * subopt field set to -1. The group field is used to identify
115 int group; member in struct:opt_control
1506 int group; local
1538 group = opts[i].group;
1573 if (group != 0 && !OPTSET_IS_EMPTY(opt_set)) {
1577 if (opts[i].group == group &&
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c171 * Lookup and enumeration routines for +@group and -@group.
187 netgr_in(compat_backend_ptr_t be, const char *group, const char *user) argument
194 return (innetgr(group, 0, user, be->yp_domain));
273 #define MAXFIELDS 9 /* Sufficient for passwd (7), shadow (9), group (4) */
699 struct group *g;
702 * struct passwd or group.
711 g = (struct group *)argp->returnval;
1270 } else { /* group */
1272 be->workarea = calloc(1, sizeof (struct group));
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c80 int group; member in struct:mib_item_s
605 last_item->group,
661 last_item->group = req->level;
955 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_ROUTE))
985 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_MEDIA))
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s320 ! we know byte 1 is equal, so can compare bytes 1,2 as a group
329 ! we know bytes 1, 2 are equal, so can compare bytes 1,2,3 as a group
337 ! we know bytes 1,2,3 are equal, so can compare bytes 1,2,3,4 as group
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s321 ! we know byte 1 is equal, so can compare bytes 1,2 as a group
330 ! we know bytes 1, 2 are equal, so can compare bytes 1,2,3 as a group
338 ! we know bytes 1,2,3 are equal, so can compare bytes 1,2,3,4 as group
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c140 strncpy(urdc.group_name, rdc->group, NSC_MAXPATH);
331 const char *mode, const char *group, const char *ctag, const char *options,
1104 rdc_reconfig_group(rdcconfig_t *rdc, char *group) argument
1122 strncpy(rdcp->group, group, NSC_MAXPATH);
1128 /* reconfig group rules enforced in kernel */
1143 replace_cfgfield(cfg_rdcs, "group", group);
329 rdc_alloc_config(const char *phost, const char *pfile, const char *pbmp, const char *shost, const char *sfile, const char *sbmp, const char *mode, const char *group, const char *ctag, const char *options, int persist) argument

Completed in 161 milliseconds

<<11121314151617