Searched refs:item (Results 126 - 150 of 256) sorted by relevance

1234567891011

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c70 static POSTING *item, *enditem, *item1 = NULL, *item2 = NULL; variable
373 /* new block if at least 1 item in block */
747 /* invstep steps the inverted file forward one item */
790 /* invfind searches for an individual item in the inverted file */
937 item = item1;
938 enditem = item;
946 item = item1;
947 enditem = item;
973 return (item);
981 newsetp = set1p = item;
[all...]
H A Dcommand.c65 HISTORY *curritem, *item; /* command history */ local
342 item = (commandc == ctrl('F')) ? nextcmd() : prevcmd();
344 if (curritem == item) {
349 if (item) {
350 field = item->field;
353 (void) addstr(item->text);
354 (void) strcpy(pattern, item->text);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_scheme_c.x61 item *key_name;
H A Dldap_val.c510 * Return the value of the specified item.
513 getMappingItemVal(__nis_mapping_item_t *item, __nis_mapping_item_type_t native, argument
522 if (item == 0)
529 switch (item->type) {
532 if (item->searchSpec.obj.index.numIndexes <= 0 &&
533 item->searchSpec.obj.name == 0) {
564 if (item->searchSpec.triple.scope == LDAP_SCOPE_UNKNOWN) {
574 } else if (item->searchSpec.triple.base == 0 &&
575 item->searchSpec.triple.scope ==
577 item
1070 __nis_mapping_item_t *item = arg; local
1558 freeMappingItem(__nis_mapping_item_t *item, int numItems) argument
1659 splitMappingItem(__nis_mapping_item_t *item, char delim, __nis_rule_value_t *rv) argument
2224 extractMappingItem(__nis_mapping_item_t *item, __nis_mapping_format_t *f, __nis_rule_value_t *rv, int *stat) argument
[all...]
H A Dldap_ruleval.c466 * Given a LHS rule 'rl', return an array containing the item names,
478 __nis_mapping_item_t *item = 0; local
499 tmpitem = cloneItem(&e->element.item);
531 olditem = item;
532 item = concatenateMappingItem(item, ni,
533 &e->element.match.item[n]);
535 if (item == 0) {
552 olditem = item;
553 item
[all...]
H A Ddb_index.cc189 db_index::lookup(item *index_value, long *how_many_found,
228 db_index::remove(item* index_value, entryp recnum)
268 db_index::add(item* index_value, entryp recnum)
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c426 struct use_item *item; local
428 item = (struct use_item *)malloc(sizeof (struct use_item));
430 if (item == NULL)
433 item->offset = offset;
436 item->bptr = use_list.tail;
437 use_list.tail->fptr = item;
438 item->fptr = NULL;
439 use_list.tail = item;
441 use_list.tail = use_list.head = item;
442 item
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c500 dlist_t *item = NULL; local
512 if ((item = dlist_new_item(diskset)) == NULL) {
517 _disksets = dlist_append(item, _disksets, AT_HEAD);
556 dlist_t *item = NULL; local
569 if ((item = dlist_new_item(name)) == NULL) {
574 dlist_append(item, diskset->disknames, AT_HEAD);
624 dlist_t *item = NULL; local
631 if ((item = dlist_new_item(hsp)) == NULL) {
636 dlist_append(item, diskset->hsps, AT_TAIL);
693 dlist_t *item local
793 dlist_t *item = dlist_new_item((void *)(uintptr_t)disk); local
1038 dlist_t *item = set->hsps; local
1118 dlist_t *item = dlist_find( local
[all...]
H A Dlayout_request.c986 dlist_t *item; local
995 if ((item = dlist_new_item((void *)(uintptr_t)disk)) ==
999 *disks = dlist_append(item, *disks, AT_HEAD);
1017 item = dlist_new_item((void *)(uintptr_t)disk);
1018 if (item == NULL) {
1022 dlist_append(item, *disks, AT_HEAD);
1066 * each list item.
1122 dlist_t *item = dlist_new_item((void *)(uintptr_t)disk); local
1123 if (item == NULL) {
1128 dlist_append(item, *seldisk
1139 dlist_t *item = dlist_new_item((void *)(uintptr_t)hba); local
1237 dlist_t *item = dlist_new_item((void *)(uintptr_t)disk); local
1409 dlist_t *item = dlist_new_item((void *)(uintptr_t)slice); local
1509 dlist_t *item = dlist_new_item((void *)(uintptr_t)disk); local
3035 dlist_t *item; local
3063 dlist_t *item = dlist_new_item((void *)entry); local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/ifparse/
H A Difparse.c235 * Append "item" to the buffer. If there isn't enough room in the buffer,
239 parse_append_buf(char *item) argument
244 if (item == NULL)
247 itemlen = strlen(item);
258 (void) memcpy(parsebuf + parsedumplen, item, itemlen);
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-driver.h123 * @item: ULD-defined event, item of the xge_queue_t.
135 typedef void (*xge_uld_event_f) (xge_queue_item_t *item);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_scsi_vhci.h63 * MP API item - A generic one to use in a list setup
70 void *idata; /* item data */
75 mpapi_item_t *item; member in struct:mpapi_item_list
80 * MP API item header definition.
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c543 register char **item, local
553 for (item = S; *item; item++) {
554 if (strchr(*item, '=')) {
558 if (!syn_name(*item)) {
559 LP_ERRMSG1 (ERROR, E_LP_NOTNAME, *item);
566 for (item = S; *item; item
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c58 #define MESG1 "the number of the menu item you wish to select, or "
59 #define MESG2 "the token which is associated with the menu item,\
61 token for the menu item. Enter ?? to reprint the menu."
127 ckitem(CKMENU *menup, char *item[], short max, char *defstr, char *error, argument
144 item[0] = menup->choice->token;
146 item[0] = menup->invis[0];
147 item[1] = NULL;
173 item[0] = defstr;
174 item[1] = NULL;
182 item[
[all...]
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh137 # in_list op item list
139 # Is "item" in the given list? Use "op" to do the test, applying it to
140 # "item" and each member of the list in turn until it returns success.
145 item=$2
149 $op $item $1 && return 0
521 # item on the line, so we can't just substitute "addif"
526 for item in $list; do
527 if_comp $ifname $item && $process_func \
528 /sbin/ifparse $type < $hostpfx.$item
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c69 char *name; /* descriptor item name */
494 static void prt_usb_hid_item_params(entity_item_t *item);
861 entity_item_t item; local
862 if (mdb_vread(&item, sizeof (entity_item_t), paddr) != -1) {
864 prt_usb_hid_item_attrs((uintptr_t)item.entity_item_attributes);
865 prt_usb_hid_item_params(&item);
867 if (item.info.child) {
869 prt_usb_hid_item((uintptr_t)item.info.child);
873 if (item.entity_item_right_sibling) {
875 item
881 prt_usb_hid_item_params(entity_item_t *item) argument
1430 print_descr(uintptr_t addr, uint_t nlen, usb_descr_item_t *item, uint_t nitem) argument
[all...]
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c241 char devbuf[PATH_MAX], *item; local
255 item = mtab.mnt_special;
256 if ((item == NULL) || (mtab.mnt_mountp == NULL))
262 if (strncmp(item, "/dev/", strlen("/dev/") != 0))
269 item + strlen("/dev/"));
298 item = vtab.vfs_special;
299 if ((item == NULL) || (vtab.vfs_mountp == NULL))
302 if (strncmp(item, "/dev/", strlen("/dev/")) != 0)
309 item + strlen("/dev/"));
/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c70 hexString2SECItem(PRArenaPool *arena, SECItem *item, const char *str, argument
85 item->data = (unsigned char *) PORT_ArenaAlloc(arena, tmp/2, kmflag);
86 if (item->data == NULL) return NULL;
87 item->len = tmp/2;
101 item->data[i/2] = byteval;
107 return item;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c67 static void update_router_list(mib_item_t *item);
68 static void mib_get_constants(mib_item_t *item);
1564 update_router_list(mib_item_t *item) argument
1566 for (; item != NULL; item = item->mi_next) {
1567 if (item->mi_opthdr.name == 0)
1569 if (item->mi_opthdr.level == MIB2_IP &&
1570 item->mi_opthdr.name == MIB2_IP_ROUTE) {
1571 ire_process_v4((mib2_ipRouteEntry_t *)item
3027 mib_get_constants(mib_item_t *item) argument
[all...]
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl218 my $item;
220 foreach $item (@format) {
223 getFormatLine($item, $label,
363 my $item;
366 foreach $item (@format) {
368 getFormatLine($item, $label,
428 # it checks to see if every item on the class list is marked for
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c44 static struct trenod * item();
171 * item
172 * item |^ term
184 if ((t = item(TRUE)) && (wdval == '^' || wdval == '|'))
248 * item
258 item(flag) function
300 t->eltre = ((w = wdval) == ELSYM ? cmd(FISYM, NLFLG) : (w == EFSYM ? (wdval = IFSYM, item(0)) : 0));
325 t->forlst = (struct comnod *)item(0);
407 f->fndval = (struct trenod *)item(0);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c303 smb_netsvcitem_t *item; local
315 while ((item = list_head(lst)) != NULL) {
316 list_remove(lst, item);
320 user = &item->nsi_un.nsi_user;
326 tree = &item->nsi_un.nsi_tree;
331 ofile = &item->nsi_un.nsi_ofile;
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c798 sid2pid_t *item; local
802 item = cache->head.blink;
803 list_remove(item);
804 avl_remove(&cache->tree, item);
805 if (item->uid != UNDEF_UID)
807 if (item->gid != UNDEF_GID)
809 if (item->is_user != UNDEF_ISUSER)
811 kmem_free(item, sizeof (sid2pid_t));
821 pid2sid_t *item; local
825 item
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1338 HT_ITEM *item; local
1341 item = ht_find_item(smb_shr_cache.sc_cache, sharename);
1342 if (item && item->hi_data)
1343 return ((smb_share_t *)item->hi_data);
1358 HT_ITEM *item; local
1361 item = ht_findfirst(smb_shr_cache.sc_cache, &shi->si_hashiter);
1364 item = ht_findnext(&shi->si_hashiter);
1367 if (item && item
1424 smb_shr_cache_freent(HT_ITEM *item) argument
1812 smb_shr_pitem_t *item = NULL; local
[all...]
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dllib-lmenu39 ITEM *item;
43 ITEM *new_item(char *n, char *d) {return item;}

Completed in 130 milliseconds

1234567891011