Searched refs:simplecmd (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/share/examples/puffs/pgfs/ |
| D | pgfs_db.c | 482 simplecmd(struct Xconn *xc, struct cmd *c, ...) in simplecmd() function 683 error = simplecmd(xc, c); in setlabel() 692 error = simplecmd(xc, c); in setlabel() 708 error = simplecmd(xc, c); in begin() 725 error = simplecmd(xc, c); in begin_readonly() 750 error = simplecmd(xc, c); in rollback() 765 error = simplecmd(xc, c); in commit() 782 error = simplecmd(xc, c); in commit_sync() 895 error = simplecmd(xc, c); in pgfs_connectdb() 901 error = simplecmd(xc, c); in pgfs_connectdb() [all …]
|
| D | pgfs_subs.c | 586 return simplecmd(xc, c, fileid); in update_mctime() 597 return simplecmd(xc, c, fileid); in update_atime() 609 return simplecmd(xc, c, fileid); in update_mtime() 620 return simplecmd(xc, c, fileid); in update_ctime() 633 return simplecmd(xc, c, (int64_t)delta, fileid); in update_nlink() 699 error = simplecmd(xc, c, parent, name, child); in linkfile() 724 error = simplecmd(xc, c, parent, name, child); in unlinkfile()
|
| D | pgfs_puffs.c | 805 error = simplecmd(xc, c, newuid, newgid, fileid); in pgfs_node_setattr() 825 error = simplecmd(xc, c, newmode, fileid); in pgfs_node_setattr() 852 error = simplecmd(xc, c, ts, fileid); in pgfs_node_setattr() 870 error = simplecmd(xc, c, ts, fileid); in pgfs_node_setattr() 888 error = simplecmd(xc, c, ts, fileid); in pgfs_node_setattr() 906 error = simplecmd(xc, c, ts, fileid); in pgfs_node_setattr()
|
| D | pgfs_db.h | 48 int simplecmd(struct Xconn *, struct cmd *, ...);
|
| /netbsd/src/bin/sh/ |
| D | parser.c | 114 STATIC union node *simplecmd(union node **, union node *); 579 n1 = simplecmd(rpp, redir); in command() 621 simplecmd(union node **rpp, union node *redir) in simplecmd() function
|