Home
last modified time | relevance | path

Searched refs:item (Results 176 – 200 of 296) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/test/test-runner/stf/contrib/
H A DLICENSE.Artistic34 * "Freely Available" means that no fee is charged for the item
35 itself, though there may be fees involved in handling the item.
36 It also means that recipients of the item may redistribute it
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_scheme_c.x61 item *key_name;
H A Ddb_index_entry_c.c53 if (!xdr_pointer(xdrs, (char **)&ep->key, sizeof (item), in xdr_db_index_entry()
H A Dldap_nisdbquery.c48 item *
51 item *i = am(myself, sizeof (*i)); in buildItem()
89 freeItem(item *i) { in freeItem()
152 item *it; in cloneQuery()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst62 * with the second item
69 * and here is the fourth item
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_scsi_vhci.h75 mpapi_item_t *item; member
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c53 item2hash(inj_itemtype_t item) in item2hash() argument
57 assert(item >= 0 && item < sizeof (inj_defns) / sizeof (inj_hash_t)); in item2hash()
65 return (&inj_defns[item]); in item2hash()
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c435 __bam_ovput(dbc, h, indx, item) in __bam_ovput() argument
439 DBT *item;
447 if ((ret = __db_poff(dbc, item, &bo.pgno, __bam_new)) != 0)
449 bo.tlen = item->size;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dlocale.sh75 x=$'+2+ typeset item.text\
76 +3+ item.text=\303\274\
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-driver.h135 typedef void (*xge_uld_event_f) (xge_queue_item_t *item);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod87 =item -cpudata
91 =item -tags
95 =item -swload
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c72 ea_object_t *item; in ea_alloc_item() local
74 item = kmem_cache_alloc(exacct_object_cache, KM_SLEEP); in ea_alloc_item()
75 bzero(item, sizeof (ea_object_t)); in ea_alloc_item()
76 (void) ea_set_item(item, catalog, buf, bufsz); in ea_alloc_item()
77 return (item); in ea_alloc_item()
94 ea_object_t *item; in ea_attach_item() local
96 item = ea_alloc_item(catalog, buf, bufsz); in ea_attach_item()
97 (void) ea_attach_to_group(grp, item); in ea_attach_item()
98 return (item); in ea_attach_item()
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE35 means that no fee is charged for the item itself, though there may
36 be fees involved in handling the item. It also means that recipients
37 of the item may redistribute it under the same conditions they
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib210 for item in "type" "origin" "volblocksize" "aclinherit" "aclmode" \
216 zfs get -H -o property,value,source $item $dtst1 >> \
218 zfs get -H -o property,value,source $item $dtst2 >> \
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl897 my ($item, $class, $type, $verdef, $obj) =
944 my ($item, $class, $type, $verdef, $obj) =
964 my ($item, $real_obj, $obj) =
/illumos-gate/usr/src/lib/libadutils/common/
H A Dlibadutils.h145 extern void adutils_set_debug(enum ad_debug item, int val);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c665 struct openlist *item,*next; in free_list() local
666 for(item=olist;item;item=next) in free_list()
668 next = item->next; in free_list()
669 free((void*)item); in free_list()
1344 struct openlist *item; in sh_exec() local
1353 for(item=buffp->olist;item;item=item->next) in sh_exec()
1354 item->strm=0; in sh_exec()
1412 struct openlist *item; in sh_exec() local
1413 for(item=buffp->olist;item;item=item->next) in sh_exec()
1415 if(item->strm) in sh_exec()
[all …]
H A Dio.c2294 struct openlist *item; in sftrack() local
2300 item = new_of(struct openlist, 0); in sftrack()
2301 item->strm = sp; in sftrack()
2302 item->next = pp->olist; in sftrack()
2303 pp->olist = item; in sftrack()
2314 struct openlist *item; in sftrack() local
2315 for(item=pp->olist; item; item=item->next) in sftrack()
2317 if(item->strm == sp) in sftrack()
2319 item->strm = 0; in sftrack()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_arange.c51 void *item = cur->ch_item; in free_aranges_chain() local
55 if (item && type) { in free_aranges_chain()
56 dwarf_dealloc(dbg,item,type); in free_aranges_chain()
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard428 item=`expr "${i}" : "^[^=]*='*\(.*\)'\$"`
434 item=`expr "${i}" : "^[^=]*='*\(.*\)\$"`
437 item=`expr "${i}" : "^[^=]*=\(.*\)\$"`
440 item=`expr "${i}" : "^\(.*\)'\$"`
443 item="${i}"
455 stty="${stty} ${item}"
458 flist="${flist} ${item}"
461 lpd="${lpd} ${item}"
464 #LOPT lopt="${lopt} ${item}"
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c170 ins_link(struct link **ins, struct link *item) in ins_link() argument
172 item->l_next = *ins; in ins_link()
173 *ins = item; in ins_link()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.msg251 o\tDT_POSFLAG_1 has a positional dependency on the item that\n\
252 \tfollows it. If that item is removed, the DT_POSFLAG_1 will\n\
253 \tapply to the new item that moves below it.\n\
269 o\tDT_POSFLAG_1 has a positional dependency on the item that\n\
270 \tfollows it. If that item is removed, the DT_POSFLAG_1 will\n\
271 \tapply to the new item that moves below it.\n\
304 dynamic element that affects the interpretation of the item\n\
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c522 sm_ldap_add_recurse(top, item, type, rpool) in sm_ldap_add_recurse() argument
524 char *item;
589 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
622 newe->lr_search = sm_rpool_strdup_x(rpool, item);
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c74 int ldap_getattr(char *name, attrlist *item, pwu_repository_t *rep);
509 attr_addmod(ns_ldap_attr_t **attrs, int *idx, char *item, int value) in attr_addmod() argument
521 strcmp(item, attrs[i]->attrname) == 0) { in attr_addmod()
534 attrs[*idx] = new_attr(item, strp); in attr_addmod()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h276 typedef struct item { struct
278 struct item *i_next; argument

12345678910>>...12