Searched refs:id (Results 1 - 25 of 1631) sorted by path

1234567891011>>

/freebsd-9.3-release/
H A DMakefile.inc1672 @if ! `id -u ${uid} >/dev/null 2>&1`; then \
700 date echo egrep find grep id install ${_install-info} \
/freebsd-9.3-release/bin/pax/
H A Dar_subs.c957 * routines to extract the header and id the trailer. Trailers may be
1118 * format id routines have to be careful to NOT mis-identify a format.
1184 * ford[] is used to specify the header id order to reduce the
1185 * chance of incorrectly id'ing a valid header (some formats
1190 if ((*fsub[ford[i]].id)(hdbuf, hdsz) < 0)
1216 * brute force search for a header that we can id.
H A Dpax.h112 int (*id)(char *, int); /* checks if a buffer is a valid header */ member in struct:fsub
/freebsd-9.3-release/bin/setfacl/
H A Dmerge.c49 uid_t *id, *id_new; local
53 id = acl_get_qualifier(*entry);
54 if (id == NULL)
59 if (*id == *id_new) {
79 acl_free(id);
143 * For NFSv4, in addition to "tag" and "id" we also
/freebsd-9.3-release/bin/sh/
H A Djobs.c252 char *id; local
280 while ((id = *argv++) != NULL)
281 showjob(getjob(id), mode);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dinstall77 id | sed 's/^/. /'
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.goodkey.d47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.id.d31 * To print 'id' from profile.
44 printf("id of this probe = %d\n", id);
H A Dtst.id1.d31 * To print id and make sure it succeeds.
40 printf("id of this probe = %d\n", id);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post.c34 sysevent_id_t id; local
38 "vendor_dtest", "publisher_dtest", NULL, &id) != 0) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh43 id=$!
45 while kill -0 $id >/dev/null 2>&1; do
46 $dtrace -p $id -s /dev/stdin <<-EOF
H A Dtst.noreap.ksh83 probeid = id;
H A Dtst.noreapring.ksh75 probeid = id;
H A Dtst.reap.ksh75 probeid = id;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c191 getmesgid(char *id) argument
196 * If we're being asked to interpret a message id but the user didn't
204 "(see -i option)\n", fldesc, line, id);
218 if ((token = strstr(buffer, id)) == NULL)
253 fldesc, line, id, flmids);
271 fldesc, line, id);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c724 (void) fatal("bad vdev id: %llu", (u_longlong_t)c);
1369 "subobj id %llu\n",
1455 * For normal POSIX id just the id is printed in decimal format.
1460 print_idstr(uint64_t id, const char *id_type) argument
1462 if (FUID_INDEX(id)) {
1465 domain = zfs_fuid_idx_domain(&idx_tree, FUID_INDEX(id));
1467 (u_longlong_t)id, domain, (int)FUID_RID(id));
1469 (void) printf("\t%s %llu\n", id_type, (u_longlong_t)id);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c472 " POSIX id (eg: \"126829\")\n"
2378 uid_t id; local
2392 err = sid_to_id(sid, B_FALSE, &id);
2397 err = sid_to_id(sid, B_TRUE, &id);
2403 rid = id;
4008 const char *who_name; /* id */
4900 char id[64]; local
4966 (void) sprintf(id, "%u", rid);
4967 who = id;
6483 (void) fprintf(stderr, gettext("invalid jail id o
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c103 * zinject -c <id|all>
226 "\tzinject -c <id|all>\n"
320 print_data_handler(int id, const char *pool, zinject_record_t *record, argument
337 (void) printf("%3d %-15s %-6llu %-6llu %-8s %3d ", id, pool,
352 print_device_handler(int id, const char *pool, zinject_record_t *record, argument
367 (void) printf("%3d %-15s %llx\n", id, pool,
374 print_panic_handler(int id, const char *pool, zinject_record_t *record, argument
389 (void) printf("%3d %-15s %s\n", id, pool, record->zi_func);
424 cancel_one_handler(int id, const char *pool, zinject_record_t *record, argument
429 zc.zc_guid = (uint64_t)id;
458 cancel_handler(int id) argument
804 int id = (int)strtol(cancel, &end, 10); local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c290 typedef void ztest_func_t(ztest_ds_t *zd, uint64_t id);
2235 ztest_od_init(ztest_od_t *od, uint64_t id, char *tag, uint64_t index, argument
2250 tag, (int64_t)id, index);
2278 ztest_zil_commit(ztest_ds_t *zd, uint64_t id) argument
2307 ztest_zil_remount(ztest_ds_t *zd, uint64_t id) argument
2336 ztest_spa_create_destroy(ztest_ds_t *zd, uint64_t id) argument
2375 ztest_spa_upgrade(ztest_ds_t *zd, uint64_t id) argument
2486 ztest_vdev_add_remove(ztest_ds_t *zd, uint64_t id) argument
2555 ztest_vdev_aux_add_remove(ztest_ds_t *zd, uint64_t id) argument
2638 ztest_split_pool(ztest_ds_t *zd, uint64_t id) argument
2734 ztest_vdev_attach_detach(ztest_ds_t *zd, uint64_t id) argument
3027 ztest_vdev_LUN_growth(ztest_ds_t *zd, uint64_t id) argument
3218 ztest_snapshot_create(char *osname, uint64_t id) argument
3238 ztest_snapshot_destroy(char *osname, uint64_t id) argument
3254 ztest_dmu_objset_create_destroy(ztest_ds_t *zd, uint64_t id) argument
3357 ztest_dmu_snapshot_create_destroy(ztest_ds_t *zd, uint64_t id) argument
3369 ztest_dsl_dataset_cleanup(char *osname, uint64_t id) argument
3405 ztest_dsl_dataset_promote_busy(ztest_ds_t *zd, uint64_t id) argument
3490 ztest_dmu_object_alloc_free(ztest_ds_t *zd, uint64_t id) argument
3514 ztest_dmu_read_write(ztest_ds_t *zd, uint64_t id) argument
3779 ztest_dmu_read_write_zcopy(ztest_ds_t *zd, uint64_t id) argument
4007 ztest_dmu_write_parallel(ztest_ds_t *zd, uint64_t id) argument
4028 ztest_dmu_prealloc(ztest_ds_t *zd, uint64_t id) argument
4069 ztest_zap(ztest_ds_t *zd, uint64_t id) argument
4209 ztest_fzap(ztest_ds_t *zd, uint64_t id) argument
4250 ztest_zap_parallel(ztest_ds_t *zd, uint64_t id) argument
4440 ztest_dmu_commit_callbacks(ztest_ds_t *zd, uint64_t id) argument
4565 ztest_dsl_prop_get_set(ztest_ds_t *zd, uint64_t id) argument
4585 ztest_spa_prop_get_set(ztest_ds_t *zd, uint64_t id) argument
4624 ztest_dmu_snapshot_hold(ztest_ds_t *zd, uint64_t id) argument
4744 ztest_fault_inject(ztest_ds_t *zd, uint64_t id) argument
4949 ztest_ddt_repair(ztest_ds_t *zd, uint64_t id) argument
5051 ztest_scrub(ztest_ds_t *zd, uint64_t id) argument
5065 ztest_reguid(ztest_ds_t *zd, uint64_t id) argument
5095 ztest_spa_rename(ztest_ds_t *zd, uint64_t id) argument
5357 ztest_execute(int test, ztest_info_t *zi, uint64_t id) argument
5383 uint64_t id = (uintptr_t)arg; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c209 ushort_t id, dst; local
337 *xp++ = 0; /* type id 0 is used as a sentinel value */
346 for (id = 1, tp = tbuf; tp < tend; xp++, id++) {
370 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
379 hep->h_type = CTF_INDEX_TO_TYPE(id, child);
390 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
398 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
414 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
430 CTF_INDEX_TO_TYPE(id, chil
[all...]
H A Dctf_types.c149 ctf_id_t id, max = fp->ctf_typemax; local
152 for (id = 1; id <= max; id++) {
153 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR(fp, id);
155 (rc = func(CTF_INDEX_TO_TYPE(id, child), arg)) != 0)
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c440 dtrace_epid_t id; local
498 id = *((dtrace_epid_t *)((uintptr_t)buf->dtbd_data +
501 if (id == DTRACE_AGGIDNONE) {
506 offs += sizeof (id);
510 if ((rval = dt_aggid_lookup(dtp, id, &agg)) != 0)
1516 dtrace_aggvarid_t id; local
1519 if ((id = dt_aggregate_aggvarid(h)) > max || !(ndx = map[id]))
1717 dtrace_aggvarid_t id; local
1719 if ((id
1767 dtrace_aggvarid_t id = dt_aggregate_aggvarid(sorted[j]); local
[all...]
H A Ddt_cc.c294 dt_action_difconst(dtrace_actdesc_t *ap, uint_t id, dtrace_actkind_t kind) argument
313 dp->dtdo_inttab[0] = id;
H A Ddt_consume.c399 dtrace_epid_t next, id = epd->dtepd_epid; local
433 if ((last != DTRACE_EPIDNONE && id != last &&
453 offs += sizeof (id);
459 if (next != id && npd->dtpd_id == pd->dtpd_id)
1610 dtrace_aggvarid_t id = normal->dtnd_id; local
1615 if (agg->dtagd_varid != id)
1678 dtrace_aggvarid_t id = *((dtrace_aggvarid_t *)arg); local
1683 if (agg->dtagd_varid != id)
1693 dtrace_aggvarid_t id = *((dtrace_aggvarid_t *)arg); local
1698 if (agg->dtagd_varid != id)
1714 dtrace_aggvarid_t id = trunc->dttd_id; local
2013 dtrace_epid_t id; local
2094 dtrace_aggvarid_t id; local
[all...]
H A Ddt_dis.c102 dt_dis_varname(const dtrace_difo_t *dp, uint_t id, uint_t scope) argument
108 if (dvp->dtdv_id == id && dvp->dtdv_scope == scope) {

Completed in 266 milliseconds

1234567891011>>