Searched refs:item (Results 101 - 125 of 256) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libpam/
H A Dpam_appl.h178 const void *item /* Address of place to put pointer */
189 void ** item /* Address of place to put pointer */
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c251 * Routine to update item
257 update_str(const char **item, const char *str) argument
261 if (*item != NULL && str != NULL) {
262 if (strcmp(*item, str) != 0) {
265 free((char *)*item);
266 *item = tmp;
269 /* *item is NULL */
270 if ((*item = strdup(str)) == NULL)
272 } else if (*item != NULL) {
274 free((char *)*item);
1456 sid2uid_gid_t *item; local
1482 winname2uid_gid_t *item; local
1508 pid2sid_winname_t *item; local
[all...]
/illumos-gate/usr/src/cmd/valtools/
H A Dckitem.c129 char **item; local
346 * item is specified, ckitem() will consume two entries of item,
348 * allocate one extra element for item
350 item = (char **)calloc(mmax+1, sizeof (char *));
351 if (!item) {
356 n = ckitem(mp, item, max, deflt, error, help, prompt);
363 while (item[i])
364 (void) puts(item[i++]);
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c89 list->item = NULL;
95 add_item(void *item, eplist_t *list) argument
101 entry->item = item;
181 p = (benv_ent_t *)e->item;
212 p = (benv_ent_t *)e->item;
632 bent = (benv_ent_t *)e->item;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c202 free_mapping_item(&e->element.item);
217 free_mapping_item(&e->element.split.item);
224 free_mapping_item(&e->element.match.item[i]);
226 if (e->element.match.item != NULL)
227 free(e->element.match.item);
228 e->element.match.item = NULL;
234 free_mapping_item(&e->element.extract.item);
492 free_mapping_item(__nis_mapping_item_t *item) argument
494 if (item == NULL)
497 if (item
[all...]
H A Dldap_val.h104 void freeMappingItem(__nis_mapping_item_t *item,
110 __nis_value_t *splitMappingItem(__nis_mapping_item_t *item,
120 __nis_value_t *extractMappingItem(__nis_mapping_item_t *item,
H A Ddb_query.cc59 item(attrlist[i].zattr_val.zattr_val_val,
110 item(objcols[wherein_obj].ec_value.ec_value_val,
H A Dldap_print.c129 printMappingItem(&e->element.item, native);
136 printMappingItem(&e->element.print.item[i], native);
145 printMappingItem(&e->element.split.item, native);
153 printMappingItem(&e->element.extract.item, native);
172 printMappingItem(&e->element.item, native);
189 printMappingItem(&e->element.split.item, native);
197 printMappingItem(&e->element.match.item[i], native);
203 printMappingItem(&e->element.extract.item, native);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring.c30 void *item)
36 memblock_idx = __hal_ring_block_memblock_idx(item);
41 return (char*)item - (char*)memblock;
46 __hal_ring_item_dma_addr(xge_hal_mempool_h mempoolh, void *item, argument
55 memblock_idx = __hal_ring_block_memblock_idx((xge_hal_ring_block_t *) item);
66 /* calculate offset in the memblock of this item */
67 dma_item_offset = (char*)item - (char*)memblock;
96 * previous item's DMA start address */
124 void *item,
132 xge_assert(item);
29 __hal_ring_item_dma_offset(xge_hal_mempool_h mempoolh, void *item) argument
120 __hal_ring_mempool_item_alloc(xge_hal_mempool_h mempoolh, void *memblock, int memblock_index, xge_hal_mempool_dma_t *dma_object, void *item, int index, int is_last, void *userdata) argument
605 xge_list_t *item; local
[all...]
H A Dxgehal-fifo.c32 void *item,
39 xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)item;
42 xge_assert(item);
46 item,
51 txdl_priv->dma_offset = (char*)item - (char*)memblock;
55 txdl_priv->first_txdp = (xge_hal_fifo_txd_t *)item;
102 void *item,
113 xge_assert(item);
118 item,
460 xge_list_t *item; local
28 __hal_fifo_mempool_item_alloc(xge_hal_mempool_h mempoolh, void *memblock, int memblock_index, xge_hal_mempool_dma_t *dma_object, void *item, int index, int is_last, void *userdata) argument
98 __hal_fifo_mempool_item_free(xge_hal_mempool_h mempoolh, void *memblock, int memblock_index, xge_hal_mempool_dma_t *dma_object, void *item, int index, int is_last, void *userdata) argument
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c278 dlist_t *item; local
279 for (item = available; item != NULL; item = item->next) {
283 (xmlChar *)ATTR_NAME, (xmlChar *)item->obj);
289 dlist_t *item; local
290 for (item = unavailable; item != NULL; item
687 dlist_t *item; local
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c312 dlist_t *item = NULL; local
409 if ((item = dlist_new_item((void*)(uintptr_t)slice)) == NULL) {
414 item,
953 dlist_t *item = NULL; local
957 if ((item = dlist_find(_modified_slices, mod_name,
961 mstp = (modslice_t *)item->obj;
996 if ((item = dlist_new_item(mstp)) != NULL) {
999 item,
1112 dlist_t *item = NULL; local
1130 compare_string_to_modslice_name, &item);
1228 dlist_t *item = NULL; local
2048 dlist_t *item = dlist_new_item((void *) used); local
2181 dlist_t *item = NULL; local
2285 dlist_t *item = dlist_new_item((void *) rmvd); local
[all...]
H A Dlayout_stripe.c403 dlist_t *item = NULL; local
404 if ((item = dlist_new_item(stripe)) == NULL) {
407 *results = dlist_append(item, *results, AT_TAIL);
522 dlist_t *item = NULL; local
544 item = dlist_new_item(comp);
545 if (item == NULL) {
551 item,
637 dlist_t *item = NULL; local
659 item = dlist_new_item((void *)comp);
660 if (item
[all...]
H A Dlayout_device_util.c608 dlist_t *item = local
610 if (item == NULL) {
613 *list = dlist_append(item, *list, AT_TAIL);
965 dlist_t *item = NULL; local
1011 if ((item = dlist_new_item((void *)(uintptr_t)sp)) == NULL) {
1015 _virtual_slices = dlist_append(item, _virtual_slices, AT_HEAD);
1197 dlist_t *item = NULL; local
1199 if ((item = dlist_new_item((void*)(uintptr_t)slices[i])) == NULL) {
1204 *list = dlist_append(item, *list, AT_TAIL);
1846 dlist_t *item local
2746 dlist_t *item = dlist_new_item((void *)(uintptr_t)assoc[i]); local
2912 dlist_t *item = NULL; local
[all...]
H A Dlayout_validate.c846 dlist_t *item; local
856 if ((item = dlist_new_item((void *)(uintptr_t)desc)) == NULL) {
859 *list = dlist_append(item, *list, AT_HEAD);
879 dlist_t *item; local
880 if ((item = dlist_new_item(iter->obj)) == NULL) {
883 *list = dlist_append(item, *list, AT_HEAD);
1017 dlist_t *item = NULL; local
1019 if ((item = dlist_new_item(name)) == NULL) {
1023 _rsvd_names = dlist_append(item, _rsvd_names, AT_TAIL);
1554 dlist_t *item local
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c498 cache_free(cache_t *item) argument
500 if (item != NULL) {
501 if (item->printer != NULL)
502 papiPrinterFree((papi_printer_t *)item->printer);
503 if (item->jobs != NULL)
504 papiJobListFree((papi_job_t *)item->jobs);
505 free(item);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h129 #define INSERT_INTO_LIST(list, item) \
132 (item)->prev = NULL; \
133 (item)->next = NULL; \
134 (list) = (item); \
136 (item)->next = (list); \
137 (item)->prev = NULL; \
138 (list)->prev = (item); \
139 (list) = (item); \
145 * Remove item from list
147 #define REMOVE_FROM_LIST(list, item) \
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c185 char *item; local
186 for (item = strtok(list, WS); item != NULL; item = strtok(NULL, WS)) {
187 if (find_env_mask(item, mask) < 0) {
189 *erritem = item;
202 char *item; local
203 for (item = strtok(list, WS); item != NULL; item
271 char *item; local
444 char *item; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c941 * mib_item_t *item: the mib info buffer.
949 get_router_ip_addr(mib_item_t *item, boolean_t *changed) argument
953 for (; item != NULL; item = item->next_item) {
955 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_ROUTE))
958 found += ire_process((mib2_ipRouteEntry_t *)item->valp,
959 item->length, changed);
971 * mib_item_t *item
979 get_router_ether_addr(mib_item_t *item, boolean_t *changed) argument
1033 mib_item_t *item; local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c516 * This item should be defined NODIRECT.
694 * Extract the argument/option information for the next item referenced
695 * by optarg, and advance the pointer to the next item.
699 * item - Struct to be filled in.
702 * The item block has been filled in with the information for
703 * the next item in the optarg array. *optarg has been advanced
704 * to the next item.
707 elfedit_next_optarg(elfedit_cmd_optarg_t **optarg, elfedit_optarg_item_t *item) argument
739 /* Grab first item, advance the callers pointer over it */
744 *item
782 elfedit_optarg_helpstr(elfeditGC_module_t *mod, elfedit_optarg_item_t *item) argument
841 usage_optarg_insert_item(elfedit_optarg_item_t *item, char **cur, size_t *n, size_t *cur_col) argument
897 elfedit_optarg_item_t item; local
1077 elfedit_optarg_item_t item; local
3137 elfedit_optarg_item_t item; local
[all...]
H A D_elfedit.h204 * Type of item argument to elfedit_next_optarg(), used to pull together
247 elfedit_optarg_item_t *item);
249 elfedit_optarg_item_t *item);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1973 struct cpu_map_item *item = NULL; local
1996 item = kmem_zalloc(sizeof (*item), KM_SLEEP);
1997 item->cpu_id = 0;
1998 item->proc_id = acpi_id;
1999 item->apic_id = apic_id;
2000 item->obj = obj;
2001 cpu_map[0] = item;
2012 ASSERT(item == NULL);
2013 item
2086 struct cpu_map_item *item = NULL; local
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c913 mib_item_t *item; local
923 item = netstat_item;
925 if (item->valp) {
926 free(item->valp);
928 free(item);
946 fprintf(stderr, "mibget returned item: %x\n", netstat_item);
955 for (item = netstat_item; item; item = item
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c73 * named validate_<item>(). Each such function calls validate_<item>()
157 #define is_fixed(item) \
158 ((item)->state == AD_STATE_FIXED)
160 #define is_changed(item, num, param) \
161 ((item)->param_version[num] != (param)->version)
224 update_version(ad_item_t *item, int num, ad_item_t *param) argument
226 item->param_version[num] = param->version;
232 is_valid(ad_item_t *item) argument
234 if (item
246 update_item(ad_item_t *item, void *value, enum ad_item_state state, uint32_t ttl) argument
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl266 my ($item, $args, $file);
275 "skipping: item contains the single-quote character ': %s\n");
277 foreach $item (@item_list) {
278 if (! -e $item) {
279 emsg(gettext("skipping: %s: %s\n"), $item, $!);
280 print $skipped_fh "$item: no_exist\n";
283 } elsif ($item =~ /'/) {
284 emsg($quote_fmt, $item);
285 print $skipped_fh "$item: item_has_bad_char\n";
289 # note that $item doe
[all...]

Completed in 330 milliseconds

1234567891011