Searched defs:fn (Results 126 - 150 of 165) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdllink.c106 dladm_walkcb_t *fn; member in struct:i_dladm_walk_arg
118 return (walk_arg->fn(link, walk_arg->arg));
128 dladm_walk(dladm_walkcb_t *fn, dladm_handle_t handle, void *arg, argument
133 walk_arg.fn = fn;
143 boolean_t (*fn)(void *, dladm_hwgrp_attr_t *))
181 if (!(*fn)(arg, &attr))
196 boolean_t (*fn)(void *, dladm_macaddr_attr_t *))
232 if (!(*fn)(arg, &attr))
307 dladm_mac_walk(int (*fn)(cons
[all...]
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c1812 char *fn,
1827 printf("%s: %s", fn, buf);
1810 ippctl_debug( uint64_t type, char *fn, char *fmt, ...) argument
H A Dippconf.c919 int (*fn)(nvlist_t *, void *),
963 if ((rc = ippo->ippo_action_info(aid, fn, arg, flags)) != 0) {
3587 const char *fn,
3602 printf("(%llx) %s: %s", (unsigned long long)curthread->t_did, fn,
3585 ipp_debug( uint64_t type, const char *fn, char *fmt, ...) argument
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c439 u_char fn[261]; local
482 cp_xdnm(fn, &dd.xde);
493 cp_sfn(fn, &dd.de);
503 memcpy(d->d_name, fn, sizeof(d->d_name));
H A Dpkgfs.c199 pkg_open(const char *fn, struct open_file *f) argument
203 if (fn == NULL || f == NULL)
225 while (*fn == '/')
226 fn++;
232 if (*fn == '\0') {
239 if (strcmp(fn, tf->tf_hdr.ut_name) == 0) {
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c219 acf_t (*fn)(fcode_env_t *, acf_t, void *),
231 if ((acf = (*fn)(env, LINK_TO_ACF(dptr), arg)) != NULL)
518 do_exec_debug(fcode_env_t *env, void *fn) argument
542 do_fclib_trace(env, (void *) fn);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c873 static Sfoff_t file_offset(Shell_t *shp, int fn, char *fname) argument
875 Sfio_t *sp = shp->sftable[fn];
882 endf.fd = fn;
968 int trunc=0, clexec=0, fn, traceon; local
980 fn = (iof&IOUFD);
981 if(fn==1 && shp->subshell && !shp->subshare && (flag==2 || isstring))
1030 fn = nv_getnum(np);
1142 else if((iof&IOREWRITE) && (flag==0 || flag==1 || sh_subsavefd(fn)))
1216 Sfio_t *sp = shp->sftable[fn];
1217 r = shp->fdstatus[fn];
[all...]
H A Dname.c2025 int nv_scan(Dt_t *root, void (*fn)(Namval_t*,void*), void *data,int mask, int flags) argument
2032 sdata.scanfn = fn;
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1868 addDotZ(char *fn, size_t fnsize) argument
1875 fn_dup = strdup(fn);
1883 if ((strlen(local_basename(fn)) + 2) > (size_t)max_name) {
1886 " %s\n"), progname, fn);
1892 if ((strlen(fn) + 2) > (size_t)max_path - 1) {
1895 " %s\n"), progname, fn);
1899 if (strlcat(fn, ".Z", fnsize) >= fnsize) {
1902 progname, fn);
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1912 copytemp(char *fn) argument
1923 if ((ifd = (strcmp(fn, "-") ? open(fn, 0) : 0)) < 0) {
1925 (void) fprintf(stderr, gettext("cannot open %s\n"), fn);
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c414 fnnode_t fn; local
452 if (mdb_vread(&fn, sizeof (fn), addr) != sizeof (fn)) {
458 (uintptr_t)fn.fn_name) <= 0) {
465 path->mdp_vnode[elem] = (uintptr_t)fn.fn_vnode;
467 if (addr == (uintptr_t)fn.fn_parent) {
478 addr = (uintptr_t)fn.fn_parent;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c203 char *fn; local
261 fn = strrchr(sh->sh_filename, '/');
262 fn = fn ? fn+1 : sh->sh_filename;
264 sh->sh_cd, fn, sh->sh_filesize,
2329 char *fn = "nopath"; /* filename if sd_shared info cannot be read */ local
2374 fn = sd_shared.sh_filename;
2387 addr, cdi.cd_desc, fn);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c772 toslave(void (*fn)(), ino_t inumber) argument
798 if (fn)
799 (*fn)(inumber);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1712 char fn[MAXNAMELEN]; local
1734 if (vtoname(vp, fn, MAXNAMELEN) != 0) {
1741 index = nfs4_process_referral(mi, drp->r_fh, fn, cr,
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c1190 fndef_t *fn; local
1218 fn = xcalloc(sizeof (fndef_t));
1224 fn->fn_ret = die_lookup_pass1(dw, die, DW_AT_type);
1226 fn->fn_ret = tdesc_intr_void(dw);
1232 for (fn->fn_nargs = 0, arg = die_child(dw, die); arg != NULL;
1235 fn->fn_nargs++;
1237 fn->fn_nargs > 0)
1238 fn->fn_vargs = 1;
1241 if (fn->fn_nargs != 0) {
1242 debug(3, "die %llu: adding %d argument%s\n", off, fn
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/
H A Daudiopci.c1024 audio_ctrl_wr_t fn; local
1040 fn = audiopci_set_volume;
1049 fn = audiopci_set_front;
1058 fn = audiopci_set_speaker;
1067 fn = audiopci_set_reclevel;
1076 fn = audiopci_set_reclevel;
1085 fn = audiopci_set_reclevel;
1094 fn = audiopci_set_reclevel;
1103 fn = audiopci_set_reclevel;
1115 fn
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c558 audio_ctrl_wr_t fn; local
574 fn = solo_set_mono;
583 fn = solo_set_stereo;
592 fn = solo_set_mono;
601 fn = solo_set_stereo;
610 fn = solo_set_stereo;
619 fn = solo_set_stereo;
628 fn = solo_set_stereo;
637 fn = solo_set_mono;
649 fn
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c927 uint32_t fn; local
931 &fn, &sp, &client)) != CS_SUCCESS)
961 (sp->cis[fn].flags & CW_VALID_CIS)) {
1067 uint32_t fn; local
1070 if ((ret = cs_get_socket(client_handle, &tuple->Socket, &fn,
1088 (!(sp->cis[fn].flags & CW_VALID_CIS))) {
1160 (fn != CS_GLOBAL_CIS)) {
1161 tp = GET_FIRST_LTUPLE(sp->cis[fn].cis, flags);
1190 (fn != CS_GLOBAL_CIS)) {
1191 tp = FIND_FIRST_LTUPLE(sp->cis[fn]
1242 uint32_t fn, flags; local
1427 uint32_t fn; local
7279 uint32_t fn; local
8332 uint32_t sn, fn; local
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h254 void(* fn)(); member in union:_align_u
417 #define VMFLF(vm,fi,ln,fn) ((fi) = (vm)->file, (vm)->file = NIL(char*), \
419 (fn) = (vm)->func, (vm)->func = NIL(Void_t*) )
/illumos-gate/usr/src/common/ficl/
H A Dficl.h751 void (*fn)(void); member in union:ficlCell
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c835 char *fn = PTOU(pp)->u_comm; local
838 "privilege removed from E/I", fn, pid);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1226 char *fn; local
1228 fn = (char *)calloc(strlen(home) + 8, sizeof (char));
1229 if (fn) {
1230 strcpy(fn, home);
1231 strcat(fn, "/ed.hup");
1232 io = creat(fn, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP
1234 free(fn);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1334 char *fn; local
1345 fn = name + state->base;
1346 if (strcmp(fn, ".") == 0) {
1351 if (strchr(fn, '/') != NULL) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c134 static void dirent_fname_fill(struct pcdir *dep, char *fn);
160 static void write_fat(int fd, off64_t seekto, char *fn, char *lbl,
165 static int prepare_image_file(char *fn, bpb_t *wbpb);
166 static int verify_bootblkfile(char *fn, boot_sector_t *bs,
169 static int verify_firstfile(char *fn, ulong_t *filesize);
173 static int copy_bootblk(char *fn, boot_sector_t *bootsect,
981 prepare_image_file(char *fn, bpb_t *wbpb) argument
986 if ((fd = open(fn, O_RDWR | O_CREAT | O_EXCL, 0666)) < 0) {
987 perror(fn);
1019 perror(fn);
2485 verify_bootblkfile(char *fn, boot_sector_t *bs, ulong_t *blkfilesize) argument
2536 verify_firstfile(char *fn, ulong_t *filesize) argument
2580 copy_bootblk(char *fn, boot_sector_t *bootsect, ulong_t *bootblksize) argument
2795 dirent_label_fill(struct pcdir *dep, char *fn) argument
2824 dirent_fname_fill(struct pcdir *dep, char *fn) argument
3075 write_fat(int fd, off64_t seekto, char *fn, char *lbl, char *ffn, bpb_t *wbpb) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c3126 struct fem_node *fn; local
3129 fn = sp->feml_nodes+i;
3130 if (fn->fn_op.anon == opset &&
3131 (fn->fn_available == datap || datap == NULL)) {
3140 * At this point we have a node in-hand (*fn) that we are about
3145 if (fn->fn_av_rele)
3146 (*(fn->fn_av_rele))(fn->fn_available);

Completed in 144 milliseconds

1234567