Searched refs:item (Results 151 - 175 of 390) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h66 * on rdatalists and rdatas is optional and serves only to enable the item
823 dns_message_gettempname(dns_message_t *msg, dns_name_t **item);
835 *\li item != NULL && *item == NULL
839 *\li #ISC_R_NOMEMORY -- No item can be allocated.
843 dns_message_gettempoffsets(dns_message_t *msg, dns_offsets_t **item);
852 *\li item != NULL && *item == NULL
856 *\li #ISC_R_NOMEMORY -- No item can be allocated.
860 dns_message_gettemprdata(dns_message_t *msg, dns_rdata_t **item);
[all...]
/freebsd-9.3-release/contrib/openpam/bin/su/
H A Dsu.c75 const void *item; local
130 pam_err = pam_get_item(pamh, PAM_USER, &item);
131 if (pam_err != PAM_SUCCESS || (pwd = getpwnam(user = item)) == NULL)
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.h51 * vxge_hal_mempool_item_f - Mempool item alloc/free callback
55 * @item: Item that gets allocated or freed.
57 * @is_last: True, if this item is the last one in the pool; false - otherwise.
67 void *item,
109 * __hal_mempool_item - Returns pointer to the item in the mempool
122 * __hal_mempool_item_priv - will return pointer on per item private space
129 void *item,
138 offset = (u32) ((u8 *) item - (u8 *) memblock);
126 __hal_mempool_item_priv( vxge_hal_mempool_t *mempool, u32 memblock_idx, void *item, u32 *memblock_item_idx) argument
/freebsd-9.3-release/sys/netgraph/
H A Dng_vlan.c191 ng_vlan_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
202 NGI_GET_MSG(item, msg);
332 NG_RESPOND_MSG(error, node, item, resp);
338 ng_vlan_rcvdata(hook_p hook, item_p item) argument
349 NGI_GET_M(item, m);
352 NG_FREE_ITEM(item);
372 NG_FREE_ITEM(item);
394 NG_FWD_NEW_DATA(error, item, f->hook, m);
396 NG_FWD_NEW_DATA(error, item, priv->nomatch_hook, m);
405 NG_FREE_ITEM(item);
[all...]
H A Dng_bpf.c305 ng_bpf_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
311 NGI_GET_MSG(item, msg);
404 NG_RESPOND_MSG(error, node, item, resp);
415 ng_bpf_rcvdata(hook_p hook, item_p item) argument
426 m = NGI_M(item); /* 'item' still owns it.. we are peeking */
450 NG_FREE_ITEM(item);
458 NGI_M(item) = m = m_pullup(m, totlen);
460 NG_FREE_ITEM(item);
498 NG_FREE_ITEM(item);
[all...]
H A Dng_socket.c204 item_p item; local
283 item = ng_package_msg(msg, M_WAITOK);
284 if ((error = ng_address_path((pcbp->sockdata->node), item, path, 0))
294 item->el_dest->nd_ID,
300 item->el_dest->nd_type->name);
302 SAVE_LINE(item);
304 * We do not want to return from syscall until the item
306 * on the item, which will update priv->error when item
308 * If ng_snd_item() has queued item, w
666 item_p item; local
857 ngs_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
970 ngs_rcvdata(hook_p hook, item_p item) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm15 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
45 =item get_macro( NAME )
53 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
61 =item call_macro( MACRO, ARGS, ... )
68 =item to_string ( LIST )
72 =item mapwords BLOCK ARRAY
77 =item space ( ['on'|'off] )
81 =item gen_encloser ( START, END )
88 =item set_Bl_callback( CODE , DEFS )
93 =item set_El_callbac
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm42 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
72 =item get_macro( NAME )
80 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
88 =item call_macro( MACRO, ARGS, ... )
95 =item to_string ( LIST )
99 =item mapwords BLOCK ARRAY
104 =item space ( ['on'|'off] )
108 =item gen_encloser ( START, END )
115 =item set_Bl_callback( CODE , DEFS )
120 =item set_El_callbac
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_pkt.c143 static int dtls1_copy_record(SSL *s, pitem *item) argument
147 rdata = (DTLS1_RECORD_DATA *)item->data;
167 pitem *item; local
174 item = pitem_new(*priority, rdata);
175 if (rdata == NULL || item == NULL) {
178 if (item != NULL)
179 pitem_free(item);
190 item->data = rdata;
193 if (pqueue_insert(queue->q, item) == NULL) {
195 pitem_free(item);
216 pitem *item; local
249 pitem *item; local
791 pitem *item; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pq.c67 void *item = p->dtpq_items[index]; local
68 return (p->dtpq_value(item, p->dtpq_arg));
72 dt_pq_insert(dt_pq_t *p, void *item) argument
79 p->dtpq_items[i] = item;
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_db_pack.h104 cl_list_item_t item; member in struct:osm_db_guid_elem
109 * item
139 * NOTE: the output qlist should be initialized and each item freed
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_informinfo.c221 osm_iir_item_t *item; local
228 item = malloc(sizeof(*item));
229 if (!item) {
235 memcpy(&item->rec,
237 sizeof(item->rec));
240 cl_qlist_insert_tail(&rec_list, &item->list_item);
342 osm_iir_item_t *item; local
391 for (item = (osm_iir_item_t *) cl_qlist_head(&rec_list);
392 item !
[all...]
/freebsd-9.3-release/usr.bin/units/
H A Dunits.c302 char *item; local
320 item = strtok(scratch, " *\t\n/");
321 while (item) {
322 if (strchr("0123456789.", *item)) { /* item is a number */
328 offset = strchr(item, '&');
335 divider = strchr(item, '|');
338 num = atof(item);
364 num = atof(item);
380 else { /* item i
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c32 typedef struct item { struct
40 item_init(item_t *item, int value) { argument
41 item->value = value;
42 ISC_QLINK_INIT(item, qlink);
/freebsd-9.3-release/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c215 ng_sscfu_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
222 NGI_GET_MSG(item, msg);
338 NG_RESPOND_MSG(error, node, item, resp);
399 ng_sscfu_rcvupper(hook_p hook, item_p item) argument
407 NG_FREE_ITEM(item);
411 NGI_GET_M(item, m);
412 NG_FREE_ITEM(item);
458 ng_sscfu_rcvlower(hook_p hook, item_p item) argument
466 NG_FREE_ITEM(item);
470 NGI_GET_M(item,
[all...]
/freebsd-9.3-release/contrib/dialog/samples/
H A Dform43 # form3 with --item-help
22 --item-help \
H A Dform523 --item-help \
H A Dform623 --item-help \
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py64 for item in props["bssid"]:
65 bssid = bssid + ":%02x" % item
/freebsd-9.3-release/contrib/openpam/bin/pamtest/
H A Dpamtest.c204 pt_set_item(int item, const char *p) argument
208 switch (item) {
220 pt_verbose("setting %s to %s", pam_item_name[item], p);
223 pt_verbose("setting %s", pam_item_name[item]);
226 if ((pame = pam_set_item(pamh, item, p)) != PAM_SUCCESS)
227 pt_error(pame, "pam_set_item(%s)", pam_item_name[item]);
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c35 void *item)
41 memblock_idx = __hal_ring_block_memblock_idx(item);
46 return (char*)item - (char*)memblock;
51 __hal_ring_item_dma_addr(xge_hal_mempool_h mempoolh, void *item, argument
60 memblock_idx = __hal_ring_block_memblock_idx((xge_hal_ring_block_t *) item);
71 /* calculate offset in the memblock of this item */
72 dma_item_offset = (char*)item - (char*)memblock;
101 * previous item's DMA start address */
129 void *item,
137 xge_assert(item);
34 __hal_ring_item_dma_offset(xge_hal_mempool_h mempoolh, void *item) argument
125 __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
607 xge_list_t *item; local
[all...]
/freebsd-9.3-release/sys/netgraph/atm/sscop/
H A Dng_sscop.c443 ng_sscop_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
450 NGI_GET_MSG(item, msg);
600 NG_RESPOND_MSG(error, node, item, resp);
664 ng_sscop_rcvlower(hook_p hook, item_p item) argument
670 NG_FREE_ITEM(item);
679 NGI_GET_M(item, m);
685 NG_FREE_ITEM(item);
708 ng_sscop_rcvupper(hook_p hook, item_p item) argument
715 NG_FREE_ITEM(item);
724 NGI_GET_M(item,
782 ng_sscop_rcvmanage(hook_p hook, item_p item) argument
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c255 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
258 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
361 return (ng_l2cap_default_rcvmsg(node, item, lasthook));
365 NG_FREE_ITEM(item);
375 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
378 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
450 return (ng_l2cap_default_rcvmsg(node, item, lasthook));
456 return (ng_l2cap_default_rcvmsg(node, item, lasthoo
470 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
701 ng_l2cap_rcvdata(hook_p hook, item_p item) argument
[all...]
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c135 pam_item_t item; local
140 status = pam_get_item(pamh, PAM_CONV, &item);
143 conv = item;
319 pam_item_t item; local
363 status = pam_get_item(pamh, PAM_USER, &item);
366 user = item;
368 status = pam_get_item(pamh, PAM_OLDAUTHTOK, &item);
371 oldpass = item;
417 status = pam_get_item(pamh, PAM_AUTHTOK, &item);
420 curpass = item;
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dmixedgauge.c114 int item; local
131 for (item = 0; item < dlg->item_no; ++item) {
134 y = item + MARGIN + 1;
138 status = status_string(dlg->list[item].text, &freeMe);
143 dlg_print_text(win, dlg->list[item].name, lm, &attr);

Completed in 192 milliseconds

1234567891011>>