Searched refs:nobj (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/share/examples/ses/srcs/
H A Dgetnobj.c49 unsigned int nobj; local
59 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
62 fprintf(stdout, "%s: %d objects\n", name, nobj);
H A Dgetobjmap.c51 int nobj, fd, i; local
59 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
64 fprintf(stdout, "%s: %d objects\n", *v, nobj);
65 if (nobj == 0) {
69 objp = calloc(nobj, sizeof (ses_object));
80 for (i = 0; i < nobj; i++) {
H A Dgetencstat.c56 int fd, nobj, f, i, verbose, quiet, errors; local
93 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
133 objp = calloc(nobj, sizeof (encioc_element_t));
144 for (i = 0; i < nobj; i++) {
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c95 ucl_object_t *nobj; local
98 nobj = ucl_object_fromstring_common (begin, len, 0);
102 DL_APPEND (parser->last_comment, nobj);
105 parser->last_comment = nobj;
1048 ucl_object_t *nobj; local
1063 nobj = ucl_object_typed_new (UCL_ARRAY);
1064 nobj->key = top->key;
1065 nobj->keylen = top->keylen;
1066 nobj->flags |= UCL_OBJECT_MULTIVALUE;
1067 ucl_array_append (nobj, to
1075 ucl_parser_process_object_element(struct ucl_parser *parser, ucl_object_t *nobj) argument
1196 ucl_object_t *nobj; local
[all...]
H A Ducl_internal.h561 * @param nobj
565 ucl_object_t *nobj);
/freebsd-11-stable/contrib/one-true-awk/
H A Dparse.c55 x->nobj = a;
65 x->nobj = a;
76 x->nobj = a;
88 x->nobj = a;
H A Dawk.h136 int nobj; member in struct:Node
198 #define isargument(n) ((n)->nobj == ARG)
H A Dawkgram.y468 switch (n->nobj) {
H A Drun.c159 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */
161 proc = proctab[a->nobj-FIRSTTOKEN];
162 x = (*proc)(a->narg, a->nobj);
H A Db.c43 #define type(v) (v)->nobj /* badly overloaded here */
/freebsd-11-stable/usr.sbin/sesutil/
H A Dsesutil.c170 unsigned int nobj, j, sesid; local
233 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
238 objp = calloc(nobj, sizeof(encioc_element_t));
251 if (sesid >= nobj) {
263 for (j = 0; j < nobj; j++) {
388 unsigned int j, nobj; local
422 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
427 e_ptr = calloc(nobj, sizeof(encioc_element_t));
450 for (j = 0; j < nobj; j++) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dicm.h83 u64 virt, int obj_size, u32 nobj, int reserved,
H A Dmlx4_icm.c388 u64 virt, int obj_size, u32 nobj, int reserved,
398 num_icm = (nobj + obj_per_chunk - 1) / obj_per_chunk;
405 table->num_obj = nobj;
411 size = (u64) nobj * obj_size;
387 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, u32 nobj, int reserved, int use_lowmem, int use_coherent) argument
/freebsd-11-stable/usr.bin/ar/
H A Dwrite.c384 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
391 nobj = NULL;
492 nobj = create_obj_from_file(bsdar, *av,
494 if (nobj == NULL)
509 insert_obj(bsdar, nobj, pos);
528 nobj = create_obj_from_file(bsdar, *av, 0);
529 if (nobj != NULL)
530 insert_obj(bsdar, nobj, pos);
531 if (bsdar->options & AR_V && nobj != NULL)
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dwrite.c361 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
369 nobj = NULL;
478 nobj = create_obj_from_file(bsdar, *av,
480 if (nobj == NULL) {
497 insert_obj(bsdar, nobj, pos);
517 nobj = create_obj_from_file(bsdar, *av, 0);
518 if (nobj == NULL) {
523 insert_obj(bsdar, nobj, pos);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.h88 int nobj, int reserved,
H A Dmthca_memfree.c357 int nobj, int reserved,
367 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk);
375 table->num_obj = nobj;
386 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size)
387 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE;
355 mthca_alloc_icm_table(struct mthca_dev *dev, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c2486 * \param nobj Number of objects attached to the SES softc.
2492 uint8_t *buf, int bufsiz, int eip, int nobj)
2502 obj = &(enc_cache->elm_map[nobj]);
2524 nobj);
2545 * \param nobj Number of objects attached to the SES softc.
2551 uint8_t *buf, int bufsiz, int eip, int nobj)
2561 obj = &(enc_cache->elm_map[nobj]);
2579 "End Of Buffer\n", nobj);
2591 "Of Buffer\n", nobj);
2612 * \param nobj Numbe
2491 ses_get_elm_addlstatus_sas_type0(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int nobj) argument
2550 ses_get_elm_addlstatus_sas_type1(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int nobj) argument
2617 ses_get_elm_addlstatus_sas(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int tidx, int nobj) argument
2695 ses_get_elm_addlstatus_ata(enc_softc_t *enc, enc_cache_t *enc_cache, uint8_t *buf, int bufsiz, int eip, int tidx, int nobj) argument
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c186 void dump_netobj(const struct netobj *nobj);
293 dump_netobj(const struct netobj *nobj) argument
302 if (nobj == NULL) {
305 else if (nobj->n_len == 0) {
308 dump_static_object(nobj->n_bytes, nobj->n_len,
311 nobj->n_len, hbuff, cbuff);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c749 nm_alloc_lut(u_int nobj) argument
751 size_t n = sizeof(struct lut_entry) * nobj;
774 nm_alloc_plut(u_int nobj) argument
776 size_t n = sizeof(struct plut_entry) * nobj;
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c2295 Obj_Entry *nobj; local
2302 nobj = globallist_next(obj);
2303 if (nobj != NULL && obj != tail)
2304 initlist_add_objects(nobj, tail, list);

Completed in 477 milliseconds