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

/freebsd-10.0-release/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.c55 int fd, nobj, f, i, verbose, quiet, errors; local
81 if (ioctl(fd, ENCIOC_GETNELM, (caddr_t) &nobj) < 0) {
121 objp = calloc(nobj, sizeof (encioc_element_t));
132 for (i = 0; i < nobj; i++) {
/freebsd-10.0-release/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-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dicm.c381 u64 virt, int obj_size, u32 nobj, int reserved,
391 num_icm = (nobj + obj_per_chunk - 1) / obj_per_chunk;
398 table->num_obj = nobj;
404 size = (u64) nobj * obj_size;
380 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
H A Dicm.h81 u64 virt, int obj_size, u32 nobj, int reserved,
/freebsd-10.0-release/usr.bin/ar/
H A Dwrite.c374 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
381 nobj = NULL;
482 nobj = create_obj_from_file(bsdar, *av,
484 if (nobj == NULL)
499 insert_obj(bsdar, nobj, pos);
518 nobj = create_obj_from_file(bsdar, *av, 0);
519 if (nobj != NULL)
520 insert_obj(bsdar, nobj, pos);
521 if (bsdar->options & AR_V && nobj != NULL)
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h88 int nobj, int reserved,
H A Dmthca_memfree.c360 int nobj, int reserved,
371 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk);
379 table->num_obj = nobj;
390 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size)
391 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE;
358 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-10.0-release/sys/cam/scsi/
H A Dscsi_enc_ses.c2385 * \param nobj Number of objects attached to the SES softc.
2391 uint8_t *buf, int bufsiz, int eip, int nobj)
2401 obj = &(enc_cache->elm_map[nobj]);
2423 nobj);
2444 * \param nobj Number of objects attached to the SES softc.
2450 uint8_t *buf, int bufsiz, int eip, int nobj)
2460 obj = &(enc_cache->elm_map[nobj]);
2478 "End Of Buffer\n", nobj);
2490 "Of Buffer\n", nobj);
2511 * \param nobj Numbe
2390 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
2449 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
2516 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
[all...]
/freebsd-10.0-release/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);

Completed in 190 milliseconds