Searched defs:ids (Results 26 - 50 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c764 smb_id_t *ids; local
779 ids = gids->i_ids + gids->i_cnt;
780 for (i = 0; i < info3->GroupCount; i++, gids->i_cnt++, ids++) {
781 ids->i_sid = smb_sid_splice(domain_sid, info3->GroupIds[i].rid);
782 if (ids->i_sid == NULL)
785 ids->i_attrs = info3->GroupIds[i].attributes;
792 ids->i_sid = smb_sid_splice(domain_sid, info3->PrimaryGroupId);
793 if (ids->i_sid == NULL)
796 ids->i_attrs = 0x7;
798 ids
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c254 uint16_t ids[5]; /* pad, Tid, Pid, Uid, Mid */ member in struct:__anon231::__anon233
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_ad.c138 idmap_utf8str_list *ids,
173 for (i = 0; i < ids->idmap_utf8str_list_len; i++) {
193 char *id = ids->idmap_utf8str_list_val[i];
136 directory_provider_ad_get( directory_entry_rpc *del, idmap_utf8str_list *ids, char *types, idmap_utf8str_list *attrs) argument
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c301 const char *ids) {
335 2 + strlen(ids) + /* tag list */
375 err = slp_add_string(msg->msg, msgLen, ids, &len);
400 const char *ids,
410 2 + strlen(ids) +
430 err = slp_add_string(*msg, msgLen, ids, &len);
300 slp_packAttrRqst(slp_handle_impl_t *hp, const char *url, const char *ids) argument
398 slp_packAttrRqst_single(const char *url, const char *scopes, const char *ids, char **msg, const char *lang) argument
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c432 zoneid_t *ids = NULL; local
437 if (zone_list(ids, &numzones) < 0) {
439 if (ids != NULL)
440 free(ids);
445 if (ids != NULL)
446 free(ids);
447 ids = malloc(numzones * sizeof (*ids));
448 if (ids == NULL) {
457 free(ids);
[all...]
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c111 static int *ids; /* array of IPC identifiers from *ids() */ local
112 static uint_t nids; /* number of entries in ids */
213 if (msgids(ids, nids, &n) != 0) {
219 ids = realloc(ids, (nids = n) * sizeof (int));
234 id = ids[i];
272 if (shmids(ids, nids, &n) != 0) {
278 ids = realloc(ids, (nid
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1632 char ids[_MAXIDSTRLEN]; local
1658 bcopy(u8s->utf8string_val, ids, u8s->utf8string_len);
1659 ids[u8s->utf8string_len] = '\0';
1660 convd = ddi_strtol(ids, NULL, 10, &tmp);
1671 char ids[_MAXIDSTRLEN]; local
1673 (void) snprintf(ids, _MAXIDSTRLEN, "%d", id);
1674 (void) str_to_utf8(ids, u8s);
/illumos-gate/usr/src/uts/common/sys/
H A Dpciev.h79 pcie_domains_t *ids; member in struct:pcie_child_domains
107 pcie_child_domains_t ids; member in union:pcie_domain::__anon8824
171 PCIE_BUS2DOM(bus_p)->domain.ids.ids : NULL))
175 &PCIE_BUS2DOM(bus_p)->domain.ids.ids)
179 PCIE_BUS2DOM(bus_p)->domain.ids.ids)
183 PCIE_BUS2DOM(bus_p)->domain.ids.bdfs : NULL))
186 pcie_bdf_list_add(bdf, &PCIE_BUS2DOM(bus_p)->domain.ids
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c842 dt_ident_t **ids; local
851 ids = alloca(sizeof (dt_ident_t *) * n);
855 ids[j++] = idp;
858 qsort(ids, dhp->dh_nelems, sizeof (dt_ident_t *), dt_idhash_comp);
861 if ((rv = func(dhp, ids[i], data)) != 0)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c338 fmd_module_untimeout(fmd_idspace_t *ids, id_t id, fmd_module_t *mp) argument
340 void *arg = fmd_timerq_remove(fmd.d_timers, ids, id);
H A Dfmd_rpc_adm.c948 fmd_adm_xprtlist_one(fmd_idspace_t *ids, id_t id, void *arg) argument
H A Dfmd_xprt.c1917 fmd_xprt_subscribe_xid(fmd_idspace_t *ids, id_t id, void *class) argument
1921 if ((xp = fmd_idspace_hold(ids, id)) != NULL) {
1923 fmd_idspace_rele(ids, id);
1930 fmd_idspace_t *ids = fmd.d_xprt_ids; local
1932 if (ids->ids_count != 0)
1933 fmd_idspace_apply(ids, fmd_xprt_subscribe_xid, (void *)class);
1937 fmd_xprt_unsubscribe_xid(fmd_idspace_t *ids, id_t id, void *class) argument
1941 if ((xp = fmd_idspace_hold(ids, id)) != NULL) {
1943 fmd_idspace_rele(ids, id);
1950 fmd_idspace_t *ids local
1958 fmd_xprt_suspend_xid(fmd_idspace_t *ids, id_t id, void *arg) argument
1971 fmd_idspace_t *ids = fmd.d_xprt_ids; local
1988 fmd_xprt_resume_xid(fmd_idspace_t *ids, id_t id, void *arg) argument
2001 fmd_idspace_t *ids = fmd.d_xprt_ids; local
[all...]
H A Dfmd_api.c543 fmd_module_thrcancel(fmd_idspace_t *ids, id_t id, fmd_module_t *mp) argument
545 fmd_thread_t *tp = fmd_idspace_getspecific(ids, id);
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c89 * the namespace (the maximum number of ids for the facility has been
167 * | all ids *--\| |
457 * process. The zone ids are compared, and the appropriate bits are
1087 * the permissible ids, or the last of the free spaces in the
1264 * where we write the actual number of ids that [would] have been
1274 int *ids; local
1283 * Get an accurate count of the total number of ids, and allocate a
1285 * to take ipcs_lock for our first guess. If there are no ids, or
1286 * we're in the global zone and the number of ids is greater than
1300 ids
[all...]
H A Dpool_pset.c539 pool_pset_xtransfer(psetid_t src, psetid_t dst, size_t size, id_t *ids) argument
553 if ((cpu = cpu_get((processorid_t)ids[id])) == NULL ||
H A Dpool.c665 pool_xtransfer(int type, id_t src_pset, id_t dst_pset, uint_t size, id_t *ids) argument
676 (psetid_t)dst_pset, size, ids);
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c108 acpidev_match_device_id(ACPI_DEVICE_INFO *infop, char **ids, int count) argument
113 ASSERT(ids != NULL || count == 0);
117 } else if (infop == NULL || ids == NULL) {
126 if (strncmp(ids[i], infop->HardwareId.String,
137 if (strncmp(ids[i],
201 acpidev_get_device_by_id(ACPI_HANDLE hdl, char **ids, int count, argument
209 if (hdl == NULL || userfunc == NULL || (ids == NULL && count != 0)) {
217 arg.device_ids = ids;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c181 int ids; member in struct:Notice_s
434 notice.ids = 0;
548 for (i = 0; i < notice.ids; i++)
559 if (notice.ids <= i)
560 notice.ids = i + 1;
1103 for (i = 0; i < notice.ids; i++)
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c151 * Display a list of ids, sorted.
154 print_ids(id_t *ids, uint_t nids) argument
159 qsort(ids, nids, sizeof (int), int_compar);
163 (void) printf(" %d" + first, ids[i]);
649 scan_ids(ctid_t *ids, int nids) argument
653 print_contract("all", ids[i], NULL, NULL, 0);
663 * types and ids, or no lists were provided at all.
666 scan_all(int *types, int ntypes, ctid_t *ids, int nids) argument
689 test = nids ? (bsearch(&key, ids, nids, sizeof (int),
761 * Extract a list of ids fro
807 ctid_t *ids = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c1416 mddb_recid_t ids[3]; local
1418 ids[0] = un->c.un_record_id;
1419 ids[1] = hs_id;
1420 ids[2] = 0;
1421 mddb_commitrecs_wrapper(ids);
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c104 smbs_con_ids_t **ids; /* SMBIOS table entry id(s) */ member in struct:smbs_cnt
118 types->ids = (smbs_con_ids_t **)kmem_zalloc(
122 types->ids[i] = (smbs_con_ids_t *)kmem_zalloc(
127 types->ids[i]->cont_ids = (uint16_t **)kmem_zalloc(
133 types->ids[i]->cont_ids[j] = (uint16_t *)kmem_zalloc(
153 if (types->ids[i]->cont_ids[j] != NULL)
154 kmem_free(types->ids[i]->cont_ids[j],
160 if (types->ids[i]->cont_ids != NULL)
161 kmem_free(types->ids[i]->cont_ids,
166 if (types->ids[
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c738 create_compatible_property(dev_info_t *dip, device_id_t *ids) argument
746 d = ids;
755 d = ids;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h343 struct pci_id *ids; member in struct:pci_driver
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c944 /* convert disk handles into disk object ids; */
2345 uint32_t *ids; local
2367 ids = malloc(comp_num * sizeof (uint32_t));
2368 if (ids == NULL)
2372 OBJ_TYPE_CONTROLLER, comp_type, comp_num, ids);
2374 free(ids);
2377 qsort((void *)ids, comp_num, sizeof (uint32_t), intcompare);
2385 free(ids);
2392 array_attr->array_id = *(ids + i);
2396 disk_attr->disk_id = *(ids
2616 uint32_t *ids; local
2856 uint32_t *ids; local
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2552 int *ids; local

Completed in 361 milliseconds

123